@@ -180,7 +180,10 @@ export const CHAINS: Chain[] = [
180180 decimals : 18 ,
181181 id : '168587773' ,
182182 name : 'Blast testnet' ,
183- providers : [ { alias : 'default' , rpcUrl : 'https://rpc.ankr.com/blast_testnet_sepolia' } ] ,
183+ providers : [
184+ { alias : 'default' , rpcUrl : 'https://sepolia.blast.io' } ,
185+ { alias : 'nodies' , rpcUrl : 'https://blast-testnet-public.nodies.app' } ,
186+ ] ,
184187 symbol : 'ETH' ,
185188 testnet : true ,
186189 verificationApi : { type : 'etherscan' } ,
@@ -513,7 +516,7 @@ export const CHAINS: Chain[] = [
513516 providers : [
514517 { alias : 'default' , rpcUrl : 'https://pacific-rpc.manta.network/http' } ,
515518 { alias : 'public' , rpcUrl : 'https://manta-pacific-gascap.calderachain.xyz/http' } ,
516- { alias : 'nirvanalabs ' , rpcUrl : 'https://manta.nirvanalabs.xyz/mantapublic ' } ,
519+ { alias : 'dwellir ' , homepageUrl : 'https://dwellir.com ' } ,
517520 ] ,
518521 symbol : 'ETH' ,
519522 testnet : false ,
@@ -697,6 +700,7 @@ export const CHAINS: Chain[] = [
697700 { alias : 'default' , rpcUrl : 'https://api.roninchain.com/rpc/' } ,
698701 { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
699702 { alias : 'tenderly' , homepageUrl : 'https://tenderly.co/' } ,
703+ { alias : 'dwellir' , homepageUrl : 'https://dwellir.com' } ,
700704 ] ,
701705 symbol : 'RON' ,
702706 testnet : false ,
@@ -922,6 +926,7 @@ export const CHAINS: Chain[] = [
922926 { alias : 'default' , rpcUrl : 'https://worldchain-mainnet.g.alchemy.com/public' } ,
923927 { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
924928 { alias : 'tenderly' , homepageUrl : 'https://tenderly.co/' } ,
929+ { alias : 'dwellir' , homepageUrl : 'https://dwellir.com' } ,
925930 ] ,
926931 symbol : 'ETH' ,
927932 testnet : false ,
0 commit comments