Skip to content

Commit fc0de28

Browse files
authored
[eth] Update zksync goerli after network reset (#697)
1 parent 032ecd6 commit fc0de28

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/ethereum/contracts/hardhat.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ module.exports = {
1616
},
1717
defaultNetwork: "zkSyncTestnet",
1818
networks: {
19+
goerli: {
20+
url: `https://goerli.infura.io/v3/${process.env.INFURA_KEY}`,
21+
zksync: false,
22+
},
1923
zkSyncTestnet: {
2024
url: "https://zksync2-testnet.zksync.dev", // URL of the zkSync network RPC
2125
ethNetwork: "goerli", // Can also be the RPC URL of the Ethereum network (e.g. `https://goerli.infura.io/v3/<API_KEY>`)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
33
"contractName": "WormholeReceiver",
4-
"address": "0x02C404128Ba4b83f4Ea8c134Ca30A7Aa07aac535"
4+
"address": "0xA32e2Fe21b6441689f1308867931F4F145186B9F"
55
},
66
{
77
"contractName": "PythUpgradable",
8-
"address": "0xF532F2C1bB7b67E08f7D8B76f9fF804D0831725e"
8+
"address": "0xC38B1dd611889Abc95d4E0a472A667c3671c08DE"
99
}
1010
]

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
3232
cronos: "0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B",
3333
cronos_testnet: "0xBAEA4A1A2Eaa4E9bb78f2303C213Da152933170E",
3434
arbitrum_goerli: "0x939C0e902FF5B3F7BA666Cc8F6aC75EE76d3f900",
35-
zksync_goerli: "0xF532F2C1bB7b67E08f7D8B76f9fF804D0831725e",
35+
zksync_goerli: "0xC38B1dd611889Abc95d4E0a472A667c3671c08DE",
3636
base_goerli: "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
3737
shimmer_testnet: "0x354bF866A4B006C9AF9d9e06d9364217A8616E12",
3838
chiado: "0xdDAf6D29b8bc81c1F0798a5e4c264ae89c16a72B", // Gnosis testnet

0 commit comments

Comments
 (0)