This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "providers" : [
1717 {
1818 "alias" : " default" ,
19- "rpcUrl" : " https://rpc2.sepolia.org"
20- },
21- {
22- "alias" : " publicnode" ,
2319 "rpcUrl" : " https://ethereum-sepolia-rpc.publicnode.com"
2420 }
2521 ],
Original file line number Diff line number Diff line change 1515 "providers" : [
1616 {
1717 "alias" : " default" ,
18- "rpcUrl" : " https://rpc.taiko.tools "
18+ "rpcUrl" : " https://rpc.mainnet. taiko.xyz "
1919 },
2020 {
2121 "alias" : " public" ,
22- "rpcUrl" : " https://rpc.mainnet. taiko.xyz "
22+ "rpcUrl" : " https://rpc.taiko.tools "
2323 },
2424 {
2525 "alias" : " publicnode" ,
Original file line number Diff line number Diff line change @@ -579,10 +579,7 @@ export const CHAINS: Chain[] = [
579579 } ,
580580 id : '11155111' ,
581581 name : 'Ethereum Sepolia testnet' ,
582- providers : [
583- { alias : 'default' , rpcUrl : 'https://rpc2.sepolia.org' } ,
584- { alias : 'publicnode' , rpcUrl : 'https://ethereum-sepolia-rpc.publicnode.com' } ,
585- ] ,
582+ providers : [ { alias : 'default' , rpcUrl : 'https://ethereum-sepolia-rpc.publicnode.com' } ] ,
586583 symbol : 'ETH' ,
587584 testnet : true ,
588585 } ,
@@ -1640,8 +1637,8 @@ export const CHAINS: Chain[] = [
16401637 id : '167000' ,
16411638 name : 'Taiko' ,
16421639 providers : [
1643- { alias : 'default' , rpcUrl : 'https://rpc.taiko.tools ' } ,
1644- { alias : 'public' , rpcUrl : 'https://rpc.mainnet. taiko.xyz ' } ,
1640+ { alias : 'default' , rpcUrl : 'https://rpc.mainnet. taiko.xyz ' } ,
1641+ { alias : 'public' , rpcUrl : 'https://rpc.taiko.tools ' } ,
16451642 { alias : 'publicnode' , rpcUrl : 'https://taiko-rpc.publicnode.com' } ,
16461643 { alias : 'ankr' , homepageUrl : 'https://ankr.com' } ,
16471644 { alias : 'drpc' , homepageUrl : 'https://drpc.org' } ,
You can’t perform that action at this time.
0 commit comments