@@ -191,7 +191,6 @@ export const CHAINS: Chain[] = [
191191 name : 'Berachain' ,
192192 providers : [
193193 { alias : 'default' , rpcUrl : 'https://rpc.berachain.com/' } ,
194- { alias : 'publicnode' , rpcUrl : 'https://berachain-rpc.publicnode.com' } ,
195194 { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
196195 { alias : 'drpc' , homepageUrl : 'https://drpc.org' } ,
197196 { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
@@ -369,7 +368,7 @@ export const CHAINS: Chain[] = [
369368 } ,
370369 id : '17000' ,
371370 name : 'Ethereum Holesky testnet' ,
372- providers : [ { alias : 'default' , rpcUrl : 'https://holesky.gateway.tenderly.co ' } ] ,
371+ providers : [ { alias : 'default' , rpcUrl : 'https://ethereum- holesky-rpc.publicnode.com ' } ] ,
373372 symbol : 'ETH' ,
374373 testnet : true ,
375374 } ,
@@ -945,7 +944,6 @@ export const CHAINS: Chain[] = [
945944 providers : [
946945 { alias : 'default' , rpcUrl : 'https://rpc.api.moonriver.moonbeam.network' } ,
947946 { alias : 'publicnode' , rpcUrl : 'https://moonriver-rpc.publicnode.com' } ,
948- { alias : 'blastapi' , homepageUrl : 'https://blastapi.io' } ,
949947 { alias : 'drpc' , homepageUrl : 'https://drpc.org/' } ,
950948 ] ,
951949 symbol : 'MOVR' ,
0 commit comments