File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @web3-ui/hooks ' : minor
3
+ ---
4
+
5
+ Arbitrum, Optimism and Metis have been to the list of networks available in the NETWORKS mapping export
Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ export const NETWORKS = {
3
3
ropsten : 3 ,
4
4
rinkeby : 4 ,
5
5
goerli : 5 ,
6
+ optimism : 10 ,
6
7
kovan : 42 ,
7
8
BSC : 56 ,
9
+ optimismKovan : 69 ,
8
10
BSCTestnet : 97 ,
9
11
xdai : 100 ,
10
12
polygon : 137 ,
11
13
theta : 361 ,
12
14
thetaTestnet : 365 ,
15
+ metisStardust : 588 ,
16
+ metisAndromeda : 1088 ,
13
17
moonriver : 1285 ,
18
+ arbitrumOne : 42161 ,
19
+ arbitrumRinkeby : 421611 ,
14
20
mumbai : 80001 ,
15
21
harmony : 1666600000 ,
16
22
palm : 11297108109 ,
@@ -27,14 +33,20 @@ export const CHAIN_ID_TO_NETWORK = {
27
33
3 : 'ropsten' ,
28
34
4 : 'rinkeby' ,
29
35
5 : 'goerli' ,
36
+ 10 : 'optimism' ,
30
37
42 : 'kovan' ,
31
38
56 : 'BSC' ,
39
+ 69 : 'optimismKovan' ,
32
40
97 : 'BSCTestnet' ,
33
41
100 : 'xdai' ,
34
42
137 : 'polygon' ,
35
43
361 : 'theta' ,
36
44
365 : 'thetaTestnet' ,
45
+ 588 : 'metisStardust' ,
46
+ 1088 : 'metisAndromeda' ,
37
47
1285 : 'moonriver' ,
48
+ 42161 : 'arbitrumOne' ,
49
+ 421611 : 'arbitrumRinkeby' ,
38
50
80001 : 'mumbai' ,
39
51
1666600000 : 'harmony' ,
40
52
11297108109 : 'palm' ,
You can’t perform that action at this time.
0 commit comments