Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit eadb2c5

Browse files
authored
add arbitrum testnet contract (#76)
* add arbitrum testnet contract * remove unnecessary changes
1 parent acf3701 commit eadb2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyth-evm-js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ export const CONTRACT_ADDR: Record<string, string> = {
3131
kcc_testnet: "0x15D35b8985e350f783fe3d95401401E194ff1E6f",
3232
cronos: "0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B",
3333
cronos_testnet: "0xBAEA4A1A2Eaa4E9bb78f2303C213Da152933170E",
34+
arbitrum_goerli: "0x939C0e902FF5B3F7BA666Cc8F6aC75EE76d3f900",
3435
};

0 commit comments

Comments
 (0)