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

Commit 40f100e

Browse files
authored
Merge pull request #67 from pyth-network/abehjati/add-optimism-goerli-network
Add optimism goerli network
2 parents 26c1377 + 9b3ca83 commit 40f100e

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
@@ -24,4 +24,5 @@ export const CONTRACT_ADDR: Record<string, string> = {
2424
optimism: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2525
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",
2626
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
27+
optimism_goerli: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
2728
};

0 commit comments

Comments
 (0)