File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @api3/contracts ' : patch
3
+ ---
4
+
5
+ Update default provider for taiko
Original file line number Diff line number Diff line change 15
15
"providers" : [
16
16
{
17
17
"alias" : " default" ,
18
- "rpcUrl" : " https://rpc.mainnet.taiko.xyz "
18
+ "rpcUrl" : " https://taiko- rpc.publicnode.com "
19
19
},
20
20
{
21
- "alias" : " publicnode " ,
22
- "rpcUrl" : " https://taiko- rpc.publicnode.com "
21
+ "alias" : " public " ,
22
+ "rpcUrl" : " https://rpc.mainnet.taiko.xyz "
23
23
},
24
24
{
25
25
"alias" : " drpc" ,
Original file line number Diff line number Diff line change @@ -1309,8 +1309,8 @@ export const CHAINS: Chain[] = [
1309
1309
id : '167000' ,
1310
1310
name : 'Taiko' ,
1311
1311
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 ' } ,
1314
1314
{ alias : 'drpc' , homepageUrl : 'https://drpc.org' } ,
1315
1315
{ alias : 'reblok' , homepageUrl : 'https://reblok.io' } ,
1316
1316
] ,
You can’t perform that action at this time.
0 commit comments