Skip to content

Commit 92c201d

Browse files
committed
Fix build
1 parent 32e8e60 commit 92c201d

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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
};

constants/extraRpcs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15592,6 +15592,4 @@ export const extraRpcs = {
1559215592
},
1559315593
};
1559415594

15595-
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);
15596-
1559715595
export default extraRpcs;

0 commit comments

Comments
 (0)