We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c44ab5 commit c398259Copy full SHA for c398259
constants/additionalChainRegistry/chainid-127823.js
@@ -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