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

Commit ef14552

Browse files
authored
Add more evm networks (#42)
1 parent 732cbd9 commit ef14552

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
@@ -22,4 +22,8 @@ export const CONTRACT_ADDR: Record<string, string> = {
2222
avalanche: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
2323
fantom: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2424
polygon: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
25+
ethereum: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
26+
optimism: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
27+
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",
28+
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2529
};

0 commit comments

Comments
 (0)