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 c1de7db commit 0f96193Copy full SHA for 0f96193
src/lib/constants.ts
@@ -127,6 +127,24 @@ export const DEVELOPER_FEATURES = [
127
"erc_20_support",
128
]
129
130
+// Chains
131
+export const CHAINID_NETWORK_ENDPOINT = "https://chainid.network/chains.json"
132
+
133
+export const TESTNETS = [
134
+ "goerli",
135
+ "holesky",
136
+ "kiln",
137
+ "kintsugi",
138
+ "ropsten",
139
+ "rinkeby",
140
+ "sepolia",
141
+ "zhejiang",
142
+]
143
144
+export const EXCLUDED_NAMES = ["deprecated", "testnet"]
145
146
+export const ETH = "ETH"
147
148
/**
149
* Navigation
150
*/
0 commit comments