@lifi/data-types 2.1.0 → 2.1.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.
|
@@ -332,7 +332,7 @@ export const supportedEVMChains = [
|
|
|
332
332
|
symbol: 'MOVR',
|
|
333
333
|
decimals: 18,
|
|
334
334
|
},
|
|
335
|
-
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
335
|
+
rpcUrls: ['https://moonriver.publicnode.com', 'https://rpc.api.moonriver.moonbeam.network'],
|
|
336
336
|
},
|
|
337
337
|
},
|
|
338
338
|
// 1284 Moonbeam
|
|
@@ -355,7 +355,7 @@ export const supportedEVMChains = [
|
|
|
355
355
|
symbol: 'GLMR',
|
|
356
356
|
decimals: 18,
|
|
357
357
|
},
|
|
358
|
-
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
358
|
+
rpcUrls: ['https://moonbeam.publicnode.com', 'https://rpc.api.moonbeam.network'],
|
|
359
359
|
},
|
|
360
360
|
},
|
|
361
361
|
// 2 - Expanse Network
|
|
@@ -335,7 +335,7 @@ exports.supportedEVMChains = [
|
|
|
335
335
|
symbol: 'MOVR',
|
|
336
336
|
decimals: 18,
|
|
337
337
|
},
|
|
338
|
-
rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
|
|
338
|
+
rpcUrls: ['https://moonriver.publicnode.com', 'https://rpc.api.moonriver.moonbeam.network'],
|
|
339
339
|
},
|
|
340
340
|
},
|
|
341
341
|
// 1284 Moonbeam
|
|
@@ -358,7 +358,7 @@ exports.supportedEVMChains = [
|
|
|
358
358
|
symbol: 'GLMR',
|
|
359
359
|
decimals: 18,
|
|
360
360
|
},
|
|
361
|
-
rpcUrls: ['https://rpc.api.moonbeam.network'],
|
|
361
|
+
rpcUrls: ['https://moonbeam.publicnode.com', 'https://rpc.api.moonbeam.network'],
|
|
362
362
|
},
|
|
363
363
|
},
|
|
364
364
|
// 2 - Expanse Network
|
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1240,7 +1240,7 @@ exports.basicCoins = [
|
|
|
1240
1240
|
{
|
|
1241
1241
|
key: types_1.CoinKey.SUSHI,
|
|
1242
1242
|
name: types_1.CoinKey.SUSHI,
|
|
1243
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1243
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1244
1244
|
verified: true,
|
|
1245
1245
|
chains: {
|
|
1246
1246
|
[types_1.ChainId.ETH]: {
|
package/dist/coins/coins.js
CHANGED
|
@@ -1237,7 +1237,7 @@ export const basicCoins = [
|
|
|
1237
1237
|
{
|
|
1238
1238
|
key: CoinKey.SUSHI,
|
|
1239
1239
|
name: CoinKey.SUSHI,
|
|
1240
|
-
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/
|
|
1240
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png',
|
|
1241
1241
|
verified: true,
|
|
1242
1242
|
chains: {
|
|
1243
1243
|
[ChainId.ETH]: {
|