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

Commit 732cbd9

Browse files
authored
Add mainnet networks (#41)
1 parent d76f403 commit 732cbd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyth-evm-js/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ export const CONTRACT_ADDR: Record<string, string> = {
1818
goerli: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
1919
mumbai: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2020
aurora_testnet: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
21+
bnb: "0x4D7E825f80bDf85e913E0DD2A2D54927e9dE1594",
22+
avalanche: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
23+
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
24+
polygon: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2125
};

0 commit comments

Comments
 (0)