@@ -19,6 +19,7 @@ import {
19
19
moonbeam ,
20
20
moonriver ,
21
21
cronos ,
22
+ lumiaMainnet ,
22
23
scroll ,
23
24
mantle ,
24
25
manta ,
@@ -41,6 +42,7 @@ import {
41
42
bscTestnet ,
42
43
zksyncSepoliaTestnet ,
43
44
lineaSepolia ,
45
+ lumiaTestnet ,
44
46
scrollSepolia ,
45
47
mantleSepoliaTestnet ,
46
48
mantaSepoliaTestnet ,
@@ -83,6 +85,7 @@ export const chainMap: Record<number, Chain> = {
83
85
534352 : scroll ,
84
86
5000 : mantle ,
85
87
169 : manta ,
88
+ 994873017 : lumiaMainnet ,
86
89
81457 : blast ,
87
90
252 : fraxtal ,
88
91
34443 : mode ,
@@ -102,6 +105,7 @@ export const chainMap: Record<number, Chain> = {
102
105
97 : bscTestnet ,
103
106
300 : zksyncSepoliaTestnet ,
104
107
59141 : lineaSepolia ,
108
+ 1952959480 : lumiaTestnet ,
105
109
534351 : scrollSepolia ,
106
110
5003 : mantleSepoliaTestnet ,
107
111
3441006 : mantaSepoliaTestnet ,
@@ -152,6 +156,7 @@ export const networkNameMap: Record<string, number> = {
152
156
'scroll' : 534352 ,
153
157
'mantle' : 5000 ,
154
158
'manta' : 169 ,
159
+ 'lumia' : 994873017 ,
155
160
'blast' : 81457 ,
156
161
'fraxtal' : 252 ,
157
162
'mode' : 34443 ,
@@ -180,6 +185,7 @@ export const networkNameMap: Record<string, number> = {
180
185
'zksyncsepolia' : 300 ,
181
186
'linea-sepolia' : 59141 ,
182
187
'lineasepolia' : 59141 ,
188
+ 'lumia-testnet' : 1952959480 ,
183
189
'scroll-sepolia' : 534351 ,
184
190
'scrollsepolia' : 534351 ,
185
191
'mantle-sepolia' : 5003 ,
@@ -231,6 +237,7 @@ export const rpcUrlMap: Record<number, string> = {
231
237
169 : 'https://pacific-rpc.manta.network/http' ,
232
238
81457 : 'https://rpc.blast.io' ,
233
239
252 : 'https://rpc.frax.com' ,
240
+ 994873017 : 'https://mainnet-rpc.lumia.org' ,
234
241
34443 : 'https://mainnet.mode.network' ,
235
242
1088 : 'https://andromeda.metis.io/?owner=1088' ,
236
243
255 : 'https://api.kroma.network' ,
@@ -251,6 +258,7 @@ export const rpcUrlMap: Record<number, string> = {
251
258
534351 : 'https://sepolia-rpc.scroll.io' ,
252
259
5003 : 'https://rpc.sepolia.mantle.xyz' ,
253
260
3441006 : 'https://pacific-rpc.sepolia.manta.network/http' ,
261
+ 1952959480 : 'https://testnet-rpc.lumia.org' ,
254
262
168587773 : 'https://sepolia.blast.io' ,
255
263
2522 : 'https://rpc.testnet.frax.com' ,
256
264
919 : 'https://sepolia.mode.network' ,
0 commit comments