chore(evm): remove base goerli as the network is halted (#1313)

This commit is contained in:
Amin Moghaddam 2024-02-21 16:31:16 +01:00 committed by GitHub
parent 00e2a024aa
commit 289c6ff177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 14 deletions

View File

@ -23,11 +23,6 @@
rpcUrl: https://api.avax-test.network/ext/bc/C/rpc rpcUrl: https://api.avax-test.network/ext/bc/C/rpc
networkId: 43113 networkId: 43113
type: EvmChain type: EvmChain
- id: base_goerli
mainnet: false
rpcUrl: https://goerli.base.org
networkId: 84531
type: EvmChain
- id: avalanche - id: avalanche
mainnet: true mainnet: true
rpcUrl: https://api.avax.network/ext/bc/C/rpc rpcUrl: https://api.avax.network/ext/bc/C/rpc

View File

@ -13,9 +13,6 @@
- chain: arbitrum_sepolia - chain: arbitrum_sepolia
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440" address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440"
type: EvmEntropyContract type: EvmEntropyContract
- chain: base_goerli
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
type: EvmEntropyContract
- chain: fantom_sonic_testnet - chain: fantom_sonic_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933" address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmEntropyContract type: EvmEntropyContract

View File

@ -100,9 +100,6 @@
- chain: tomochain - chain: tomochain
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract type: EvmPriceFeedContract
- chain: base_goerli
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
type: EvmPriceFeedContract
- chain: arbitrum_sepolia - chain: arbitrum_sepolia
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF" address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
type: EvmPriceFeedContract type: EvmPriceFeedContract

2
package-lock.json generated
View File

@ -59418,7 +59418,7 @@
}, },
"target_chains/ethereum/sdk/js": { "target_chains/ethereum/sdk/js": {
"name": "@pythnetwork/pyth-evm-js", "name": "@pythnetwork/pyth-evm-js",
"version": "1.32.0", "version": "1.33.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@pythnetwork/price-service-client": "*", "@pythnetwork/price-service-client": "*",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/pyth-evm-js", "name": "@pythnetwork/pyth-evm-js",
"version": "1.32.0", "version": "1.33.0",
"description": "Pyth Network EVM Utils in JS", "description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"author": { "author": {

View File

@ -57,7 +57,6 @@ export const CONTRACT_ADDR: Record<string, string> = {
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933", astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E", aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb", bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
base_goerli: "0xEbe57e8045F2F230872523bbff7374986E45C486",
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933", berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",