Skip to content

Commit 71f6ba3

Browse files
author
Kostas Demiris
committed
test: silly network naming
1 parent 5235de5 commit 71f6ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-pr-body.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ set -e
88
# Function to generate Mintscan URLs
99
generate_mintscan_block_url() {
1010
local block_height="$1"
11-
local chain_id="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}}"
11+
local chain_id="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
1212
echo "https://www.mintscan.io/${chain_id}/blocks/${block_height}"
1313
}
1414

1515

1616
generate_mintscan_proposal_url() {
1717
local proposal_id="$1"
18-
local chain_id="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}}"
18+
local chain_id="${MINTSCAN_CHAIN_ID:-SAMPLE-VALUE}"
1919
echo "https://www.mintscan.io/${chain_id}/proposals/${proposal_id}"
2020
}
2121

0 commit comments

Comments
 (0)