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

Commit bb5c2f6

Browse files
authored
Add new evm networks that Pyth is live on (#70)
1 parent 9a775a2 commit bb5c2f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyth-evm-js/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ export const CONTRACT_ADDR: Record<string, string> = {
2525
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",
2626
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2727
optimism_goerli: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
28+
celo: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
29+
celo_alfajores: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
30+
kcc: "0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B",
31+
kcc_testnet: "0x15D35b8985e350f783fe3d95401401E194ff1E6f",
32+
cronos: "0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B",
33+
cronos_testnet: "0xBAEA4A1A2Eaa4E9bb78f2303C213Da152933170E",
2834
};

0 commit comments

Comments
 (0)