@@ -118,8 +118,8 @@ export const CHAINS: Chain[] = [
118118 id : '8453' ,
119119 name : 'Base' ,
120120 providers : [
121- { alias : 'default' , rpcUrl : 'https://mainnet. base.org ' } ,
122- { alias : 'publicnode ' , rpcUrl : 'https://base-rpc.publicnode.com ' } ,
121+ { alias : 'default' , rpcUrl : 'https://base-rpc.publicnode.com ' } ,
122+ { alias : 'public ' , rpcUrl : 'https://mainnet. base.org ' } ,
123123 { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
124124 { alias : 'reblok' , homepageUrl : 'https://reblok.io' } ,
125125 { alias : 'blockpi' , homepageUrl : 'https://blockpi.io' } ,
@@ -203,7 +203,6 @@ export const CHAINS: Chain[] = [
203203 providers : [
204204 { alias : 'default' , rpcUrl : 'https://rpc.coredao.org/' } ,
205205 { alias : 'public' , rpcUrl : 'https://rpcar.coredao.org/' } ,
206- { alias : 'icecreamswap' , rpcUrl : 'https://rpc-core.icecreamswap.com/' } ,
207206 ] ,
208207 symbol : 'CORE' ,
209208 testnet : false ,
@@ -364,7 +363,6 @@ export const CHAINS: Chain[] = [
364363 name : 'Katana' ,
365364 providers : [
366365 { alias : 'default' , rpcUrl : 'https://rpc.katana.network' } ,
367- { alias : 'conduit' , homepageUrl : 'https://conduit.xyz' } ,
368366 { alias : 'tenderly' , homepageUrl : 'https://tenderly.co/' } ,
369367 { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
370368 ] ,
@@ -517,7 +515,6 @@ export const CHAINS: Chain[] = [
517515 providers : [
518516 { alias : 'default' , rpcUrl : 'https://moonbeam-rpc.publicnode.com' } ,
519517 { alias : 'public' , rpcUrl : 'https://rpc.api.moonbeam.network' } ,
520- { alias : 'unitedbloc' , rpcUrl : 'https://moonbeam.unitedbloc.com' } ,
521518 { alias : 'reblok' , homepageUrl : 'https://reblok.io' } ,
522519 ] ,
523520 symbol : 'GLMR' ,
@@ -648,10 +645,7 @@ export const CHAINS: Chain[] = [
648645 decimals : 18 ,
649646 id : '1328' ,
650647 name : 'Sei testnet' ,
651- providers : [
652- { alias : 'default' , rpcUrl : 'https://sei-testnet-public.nodies.app' } ,
653- { alias : 'public' , rpcUrl : 'https://evm-rpc-testnet.sei-apis.com' } ,
654- ] ,
648+ providers : [ { alias : 'default' , rpcUrl : 'https://evm-rpc-testnet.sei-apis.com' } ] ,
655649 symbol : 'SEI' ,
656650 testnet : true ,
657651 verificationApi : { type : 'etherscan' } ,
0 commit comments