chore(evm): remove base goerli as the network is halted (#1313)
This commit is contained in:
parent
00e2a024aa
commit
289c6ff177
|
@ -23,11 +23,6 @@
|
|||
rpcUrl: https://api.avax-test.network/ext/bc/C/rpc
|
||||
networkId: 43113
|
||||
type: EvmChain
|
||||
- id: base_goerli
|
||||
mainnet: false
|
||||
rpcUrl: https://goerli.base.org
|
||||
networkId: 84531
|
||||
type: EvmChain
|
||||
- id: avalanche
|
||||
mainnet: true
|
||||
rpcUrl: https://api.avax.network/ext/bc/C/rpc
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
- chain: arbitrum_sepolia
|
||||
address: "0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440"
|
||||
type: EvmEntropyContract
|
||||
- chain: base_goerli
|
||||
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
|
||||
type: EvmEntropyContract
|
||||
- chain: fantom_sonic_testnet
|
||||
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
|
||||
type: EvmEntropyContract
|
||||
|
|
|
@ -100,9 +100,6 @@
|
|||
- chain: tomochain
|
||||
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||
type: EvmPriceFeedContract
|
||||
- chain: base_goerli
|
||||
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
|
||||
type: EvmPriceFeedContract
|
||||
- chain: arbitrum_sepolia
|
||||
address: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF"
|
||||
type: EvmPriceFeedContract
|
||||
|
|
|
@ -59418,7 +59418,7 @@
|
|||
},
|
||||
"target_chains/ethereum/sdk/js": {
|
||||
"name": "@pythnetwork/pyth-evm-js",
|
||||
"version": "1.32.0",
|
||||
"version": "1.33.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@pythnetwork/price-service-client": "*",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pythnetwork/pyth-evm-js",
|
||||
"version": "1.32.0",
|
||||
"version": "1.33.0",
|
||||
"description": "Pyth Network EVM Utils in JS",
|
||||
"homepage": "https://pyth.network",
|
||||
"author": {
|
||||
|
|
|
@ -57,7 +57,6 @@ export const CONTRACT_ADDR: Record<string, string> = {
|
|||
astar_zkevm_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
|
||||
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
|
||||
base_goerli: "0xEbe57e8045F2F230872523bbff7374986E45C486",
|
||||
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||
berachain_testnet: "0x8D254a21b3C86D32F7179855531CE99164721933",
|
||||
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||
|
|
Loading…
Reference in New Issue