Skip to content

Commit 289c6ff

Browse files
authored
chore(evm): remove base goerli as the network is halted (#1313)
1 parent 00e2a02 commit 289c6ff

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
rpcUrl: https://api.avax-test.network/ext/bc/C/rpc
2424
networkId: 43113
2525
type: EvmChain
26-
- id: base_goerli
27-
mainnet: false
28-
rpcUrl: https://goerli.base.org
29-
networkId: 84531
30-
type: EvmChain
3126
- id: avalanche
3227
mainnet: true
3328
rpcUrl: https://api.avax.network/ext/bc/C/rpc

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
- chain: arbitrum_sepolia
1414
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440"
1515
type: EvmEntropyContract
16-
- chain: base_goerli
17-
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
18-
type: EvmEntropyContract
1916
- chain: fantom_sonic_testnet
2017
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
2118
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
- chain: tomochain
101101
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
102102
type: EvmPriceFeedContract
103-
- chain: base_goerli
104-
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
105-
type: EvmPriceFeedContract
106103
- chain: arbitrum_sepolia
107104
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
108105
type: EvmPriceFeedContract

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.32.0",
3+
"version": "1.33.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const CONTRACT_ADDR: Record<string, string> = {
5757
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
5858
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
5959
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
60-
base_goerli: "0xEbe57e8045F2F230872523bbff7374986E45C486",
6160
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
6261
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
6362
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)