Skip to content

Commit 0f96193

Browse files
committed
refactor: extract chain constants
1 parent c1de7db commit 0f96193

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/lib/constants.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,24 @@ export const DEVELOPER_FEATURES = [
127127
"erc_20_support",
128128
]
129129

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+
130148
/**
131149
* Navigation
132150
*/

0 commit comments

Comments
 (0)