Skip to content

Commit c398259

Browse files
authored
Add Etherlink Shadownet Testnet (Chain ID: 127823) (#2181)
1 parent 6c44ab5 commit c398259

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
export const data = {
2+
name: "Etherlink Shadownet Testnet",
3+
chain: "Etherlink",
4+
rpc: ["https://node.shadownet.etherlink.com"],
5+
faucets: [],
6+
nativeCurrency: {
7+
name: "tez",
8+
symbol: "XTZ",
9+
decimals: 18,
10+
},
11+
features: [{ name: "EIP155" }, { name: "EIP1559" }],
12+
infoURL: "https://etherlink.com",
13+
shortName: "etls",
14+
chainId: 127823,
15+
networkId: 127823,
16+
icon: "etherlink",
17+
explorers: [
18+
{
19+
name: "Etherlink Shadownet Explorer",
20+
url: "https://shadownet.explorer.etherlink.com",
21+
icon: "blockscout",
22+
standard: "EIP3091",
23+
},
24+
],
25+
};

0 commit comments

Comments
 (0)