@lifi/data-types 2.2.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,9 +111,9 @@ export const supportedEVMChains = [
|
|
|
111
111
|
decimals: 18,
|
|
112
112
|
},
|
|
113
113
|
rpcUrls: [
|
|
114
|
-
'https://rpc.
|
|
114
|
+
'https://rpc.gnosis.gateway.fm',
|
|
115
|
+
'https://rpc.gnosischain.com',
|
|
115
116
|
'https://rpc.ankr.com/gnosis',
|
|
116
|
-
'https://xdai-rpc.gateway.pokt.network',
|
|
117
117
|
],
|
|
118
118
|
},
|
|
119
119
|
},
|
|
@@ -332,10 +332,7 @@ export const supportedEVMChains = [
|
|
|
332
332
|
symbol: 'MOVR',
|
|
333
333
|
decimals: 18,
|
|
334
334
|
},
|
|
335
|
-
rpcUrls: [
|
|
336
|
-
'https://moonriver.publicnode.com',
|
|
337
|
-
'https://rpc.api.moonriver.moonbeam.network',
|
|
338
|
-
],
|
|
335
|
+
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
339
336
|
},
|
|
340
337
|
},
|
|
341
338
|
// 1284 Moonbeam
|
|
@@ -358,10 +355,7 @@ export const supportedEVMChains = [
|
|
|
358
355
|
symbol: 'GLMR',
|
|
359
356
|
decimals: 18,
|
|
360
357
|
},
|
|
361
|
-
rpcUrls: [
|
|
362
|
-
'https://moonbeam.publicnode.com',
|
|
363
|
-
'https://rpc.api.moonbeam.network',
|
|
364
|
-
],
|
|
358
|
+
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
365
359
|
},
|
|
366
360
|
},
|
|
367
361
|
// 2 - Expanse Network
|
|
@@ -114,9 +114,9 @@ exports.supportedEVMChains = [
|
|
|
114
114
|
decimals: 18,
|
|
115
115
|
},
|
|
116
116
|
rpcUrls: [
|
|
117
|
-
'https://rpc.
|
|
117
|
+
'https://rpc.gnosis.gateway.fm',
|
|
118
|
+
'https://rpc.gnosischain.com',
|
|
118
119
|
'https://rpc.ankr.com/gnosis',
|
|
119
|
-
'https://xdai-rpc.gateway.pokt.network',
|
|
120
120
|
],
|
|
121
121
|
},
|
|
122
122
|
},
|
|
@@ -335,10 +335,7 @@ exports.supportedEVMChains = [
|
|
|
335
335
|
symbol: 'MOVR',
|
|
336
336
|
decimals: 18,
|
|
337
337
|
},
|
|
338
|
-
rpcUrls: [
|
|
339
|
-
'https://moonriver.publicnode.com',
|
|
340
|
-
'https://rpc.api.moonriver.moonbeam.network',
|
|
341
|
-
],
|
|
338
|
+
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
342
339
|
},
|
|
343
340
|
},
|
|
344
341
|
// 1284 Moonbeam
|
|
@@ -361,10 +358,7 @@ exports.supportedEVMChains = [
|
|
|
361
358
|
symbol: 'GLMR',
|
|
362
359
|
decimals: 18,
|
|
363
360
|
},
|
|
364
|
-
rpcUrls: [
|
|
365
|
-
'https://moonbeam.publicnode.com',
|
|
366
|
-
'https://rpc.api.moonbeam.network',
|
|
367
|
-
],
|
|
361
|
+
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
368
362
|
},
|
|
369
363
|
},
|
|
370
364
|
// 2 - Expanse Network
|