File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 "providers" : [
1616 {
1717 "alias" : " default" ,
18- "rpcUrl" : " https://rpc.mainnet.taiko.xyz "
18+ "rpcUrl" : " https://taiko- rpc.publicnode.com "
1919 },
2020 {
21- "alias" : " publicnode " ,
22- "rpcUrl" : " https://taiko- rpc.publicnode.com "
21+ "alias" : " public " ,
22+ "rpcUrl" : " https://rpc.mainnet.taiko.xyz "
2323 },
2424 {
2525 "alias" : " drpc" ,
Original file line number Diff line number Diff line change @@ -1309,8 +1309,8 @@ export const CHAINS: Chain[] = [
13091309 id : '167000' ,
13101310 name : 'Taiko' ,
13111311 providers : [
1312- { alias : 'default' , rpcUrl : 'https://rpc.mainnet.taiko.xyz ' } ,
1313- { alias : 'publicnode ' , rpcUrl : 'https://taiko- rpc.publicnode.com ' } ,
1312+ { alias : 'default' , rpcUrl : 'https://taiko- rpc.publicnode.com ' } ,
1313+ { alias : 'public ' , rpcUrl : 'https://rpc.mainnet.taiko.xyz ' } ,
13141314 { alias : 'drpc' , homepageUrl : 'https://drpc.org' } ,
13151315 { alias : 'reblok' , homepageUrl : 'https://reblok.io' } ,
13161316 ] ,
You can’t perform that action at this time.
0 commit comments