File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ This is the deployment process:
6868 - export the Infura RPC API key to ` INFURA_KEY ` if you are deploying to a network that uses an Infura RPC.
69695 . Make sure the deployment account has proper balance on this network and top it up if needed. Search
7070 for testnet faucets if it is a testnet network. Sometimes you need to bridge the network token (e.g., L2s).
71- 6 . Deploy the new contract or changes using the [ ` deploy.sh ` ] ( ./deploy.sh ) script. If you have made changes
72- to [ ` chains.ts ` ] ( ../../../governance/xc_governance_sdk_js/src/chains.ts ) , please make sure to
73- run ` npx lerna run build --scope="@pythnetwork/pyth-evm-contract" --include-dependencies ` in the
71+ 6 . Deploy the new contract or changes using the [ ` deploy.sh ` ] ( ./deploy.sh ) script. If you have made changes
72+ to [ ` chains.ts ` ] ( ../../../governance/xc_governance_sdk_js/src/chains.ts ) , please make sure to
73+ run ` npx lerna run build --scope="@pythnetwork/pyth-evm-contract" --include-dependencies ` in the
7474 root directory before running the deployment script.
7575 You might need to repeat this script because of busy RPCs. Repeating would not cause any problem even
7676 if the changes are already made. Also, sometimes the gases are not adjusted and it will cause the tx to
Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ export const CONTRACT_ADDR: Record<string, string> = {
3737 shimmer_testnet : "0x354bF866A4B006C9AF9d9e06d9364217A8616E12" ,
3838 chiado : "0xdDAf6D29b8bc81c1F0798a5e4c264ae89c16a72B" , // Gnosis testnet
3939 zksync : "0xf087c864AEccFb6A2Bf1Af6A0382B0d0f6c5D834" ,
40+ evmos_testnet : "0x354bF866A4B006C9AF9d9e06d9364217A8616E12" ,
4041} ;
You can’t perform that action at this time.
0 commit comments