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- export default data {
1+ export const data = {
22 name : "Felix Smart Chain" ,
33 chain : "FLXG" ,
44 icon : "https://plum-geographical-dinosaur-799.mypinata.cloud/ipfs/bafybeiaq6gzygs2hx2xh2rl4nbeaegcnww65xcmjcevdxdols56jsyskeu" ,
5- rpc : [
6- "https://rpc.felixexplorer.com"
7- ] ,
5+ rpc : [ "https://rpc.felixexplorer.com" ] ,
86 faucets : [ ] ,
97 nativeCurrency : {
108 name : "FLXG" ,
119 symbol : "FLXG" ,
12- decimals : 18
10+ decimals : 18 ,
1311 } ,
1412 infoURL : "https://felixexplorer.com" ,
1513 shortName : "flxg" ,
@@ -19,7 +17,7 @@ export default data{
1917 {
2018 name : "Felix Smart Chain Explorer" ,
2119 url : "https://felixexplorer.com" ,
22- standard : "EIP3091"
23- }
24- ]
20+ standard : "EIP3091" ,
21+ } ,
22+ ] ,
2523} ;
Original file line number Diff line number Diff line change @@ -15592,6 +15592,4 @@ export const extraRpcs = {
1559215592 } ,
1559315593} ;
1559415594
15595- const allExtraRpcs = mergeDeep ( llamaNodesRpcs , extraRpcs ) ;
15596-
1559715595export default extraRpcs ;
You can’t perform that action at this time.
0 commit comments