Skip to content

Commit 3252c7b

Browse files
committed
fix precommit
1 parent 96518e3 commit 3252c7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

target_chains/ethereum/contracts/Deploying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
6969
5. 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

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)