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

Commit 4b78c8c

Browse files
authored
Add aurora_testnet (#13)
1 parent cd2fb76 commit 4b78c8c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyth-evm-js/src/examples/EvmRelay.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ const CONFIG: Record<string, any> = {
6060
mumbai: {
6161
network: "https://matic-mumbai.chainstacklabs.com",
6262
},
63+
aurora_testnet: {
64+
network: "https://testnet.aurora.dev",
65+
},
6366
};
6467

6568
let network: string;

pyth-evm-js/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export const CONTRACT_ADDR: Record<string, string> = {
1717
ropsten: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
1818
goerli: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
1919
mumbai: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
20+
aurora_testnet: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
2021
};

0 commit comments

Comments
 (0)