Skip to content

Commit

Permalink
gateway testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 29, 2024
1 parent 893d2bf commit 55c7031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint:fix": "npx eslint . --ext .js,.ts --fix",
"lint": "npx eslint . --ext .js,.ts",
"deploy": "npx hardhat compile --force && npx hardhat deploy --network localhost && npx hardhat deploy --name Echo --network localhost --gateway 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0"
"deploy": "npx hardhat compile --force && npx hardhat deploy --network zeta_testnet && npx hardhat deploy --name Echo --network base_sepolia --gateway 0x4f8b2c28a670ae47049fae0a114af0204752df0d"
},
"keywords": [],
"author": "",
Expand Down Expand Up @@ -59,4 +59,4 @@
"@solana/web3.js": "^1.95.2",
"@zetachain/protocol-contracts": "10.0.0-rc10"
}
}
}
2 changes: 1 addition & 1 deletion examples/hello/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ task("deploy", "Deploy the contract", main)
.addOptionalParam(
"gateway",
"Gateway address (default: ZetaChain Gateway)",
"0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0"
"0x6c533f7fe93fae114d0954697069df33c9b74fd7"
);

0 comments on commit 55c7031

Please sign in to comment.