Skip to content

Commit

Permalink
♻️ Fix slice
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed May 1, 2024
1 parent 7806481 commit 5640787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ task(
: `${explorers[idx]}tx/${createReceipt[i].hash}`,
address: computedContractAddress,
addressLink:
hre.config.xdeploy.networks[i].slice(0, 8) == "seiArcticTestnet"
hre.config.xdeploy.networks[i].slice(0, 16) == "seiArcticTestnet"
? `${explorers[idx]}account/${computedContractAddress}`
: `${explorers[idx]}address/${computedContractAddress}`,
receipt: createReceipt[i].toJSON(),
Expand Down

0 comments on commit 5640787

Please sign in to comment.