Skip to content

Commit

Permalink
default addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 18, 2024
1 parent 051ee41 commit cfaf6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/call/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ task("deploy", "Deploy the contract", main)
.addOptionalParam("name", "Contract to deploy", "Universal")
.addOptionalParam(
"gateway",
"Uniswap v2 Router address (default: ZetaChain TestnetGateway)",
"Gateway address (default: ZetaChain Gateway on testnet)",
"0x6c533f7fe93fae114d0954697069df33c9b74fd7"
);

0 comments on commit cfaf6fb

Please sign in to comment.