File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1515 "alias" : " backup" ,
1616 "rpcUrl" : " https://rpc.hypurrscan.io"
1717 },
18+ {
19+ "alias" : " alchemy" ,
20+ "homepageUrl" : " https://alchemy.com"
21+ },
1822 {
1923 "alias" : " drpc" ,
2024 "homepageUrl" : " https://drpc.org"
25+ },
26+ {
27+ "alias" : " quicknode" ,
28+ "homepageUrl" : " https://quicknode.com"
2129 }
2230 ],
2331 "symbol" : " HYPE" ,
Original file line number Diff line number Diff line change @@ -480,7 +480,9 @@ export const CHAINS: Chain[] = [
480480 providers : [
481481 { alias : 'default' , rpcUrl : 'https://rpc.hyperliquid.xyz/evm' } ,
482482 { alias : 'backup' , rpcUrl : 'https://rpc.hypurrscan.io' } ,
483+ { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
483484 { alias : 'drpc' , homepageUrl : 'https://drpc.org' } ,
485+ { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
484486 ] ,
485487 symbol : 'HYPE' ,
486488 testnet : false ,
You can’t perform that action at this time.
0 commit comments