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 1+ ---
2+ ' @api3/chains ' : patch
3+ ---
4+
5+ Replace quicknode with publicnode for linea
Original file line number Diff line number Diff line change 1717 "alias" : " default" ,
1818 "rpcUrl" : " https://rpc.linea.build"
1919 },
20+ {
21+ "alias" : " publicnode" ,
22+ "rpcUrl" : " https://linea-rpc.publicnode.com"
23+ },
2024 {
2125 "alias" : " blastapi" ,
2226 "homepageUrl" : " https://blastapi.io"
2529 "alias" : " drpc" ,
2630 "homepageUrl" : " https://drpc.org/"
2731 },
28- {
29- "alias" : " quicknode" ,
30- "homepageUrl" : " https://quicknode.com"
31- },
3232 {
3333 "alias" : " reblok" ,
3434 "homepageUrl" : " https://reblok.io"
Original file line number Diff line number Diff line change @@ -904,9 +904,9 @@ export const CHAINS: Chain[] = [
904904 name : 'Linea' ,
905905 providers : [
906906 { alias : 'default' , rpcUrl : 'https://rpc.linea.build' } ,
907+ { alias : 'publicnode' , rpcUrl : 'https://linea-rpc.publicnode.com' } ,
907908 { alias : 'blastapi' , homepageUrl : 'https://blastapi.io' } ,
908909 { alias : 'drpc' , homepageUrl : 'https://drpc.org/' } ,
909- { alias : 'quicknode' , homepageUrl : 'https://quicknode.com' } ,
910910 { alias : 'reblok' , homepageUrl : 'https://reblok.io' } ,
911911 ] ,
912912 symbol : 'ETH' ,
You can’t perform that action at this time.
0 commit comments