@lifi/data-types 4.5.0 → 4.5.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.
|
@@ -53,10 +53,7 @@ export const supportedEVMChains = [
|
|
|
53
53
|
symbol: 'MATIC',
|
|
54
54
|
decimals: 18,
|
|
55
55
|
},
|
|
56
|
-
rpcUrls: [
|
|
57
|
-
'https://polygon-rpc.com/',
|
|
58
|
-
'https://rpc-mainnet.maticvigil.com/',
|
|
59
|
-
],
|
|
56
|
+
rpcUrls: ['https://polygon-rpc.com/', 'https://polygon.llamarpc.com/'],
|
|
60
57
|
},
|
|
61
58
|
},
|
|
62
59
|
// 56 - Binance Smart Chain
|
|
@@ -457,14 +454,14 @@ export const supportedEVMChains = [
|
|
|
457
454
|
multicallAddress: multicallAddresses[ChainId.CEL],
|
|
458
455
|
metamask: {
|
|
459
456
|
chainId: prefixChainId(42220),
|
|
460
|
-
blockExplorerUrls: ['https://
|
|
457
|
+
blockExplorerUrls: ['https://celoscan.io/'],
|
|
461
458
|
chainName: 'Celo Mainnet',
|
|
462
459
|
nativeCurrency: {
|
|
463
460
|
name: 'CELO',
|
|
464
461
|
symbol: 'CELO',
|
|
465
462
|
decimals: 18,
|
|
466
463
|
},
|
|
467
|
-
rpcUrls: ['https://forno.celo.org'],
|
|
464
|
+
rpcUrls: ['https://forno.celo.org', 'https://rpc.ankr.com/celo'],
|
|
468
465
|
},
|
|
469
466
|
},
|
|
470
467
|
// 122 Fuse Mainnet
|
|
@@ -56,10 +56,7 @@ exports.supportedEVMChains = [
|
|
|
56
56
|
symbol: 'MATIC',
|
|
57
57
|
decimals: 18,
|
|
58
58
|
},
|
|
59
|
-
rpcUrls: [
|
|
60
|
-
'https://polygon-rpc.com/',
|
|
61
|
-
'https://rpc-mainnet.maticvigil.com/',
|
|
62
|
-
],
|
|
59
|
+
rpcUrls: ['https://polygon-rpc.com/', 'https://polygon.llamarpc.com/'],
|
|
63
60
|
},
|
|
64
61
|
},
|
|
65
62
|
// 56 - Binance Smart Chain
|
|
@@ -460,14 +457,14 @@ exports.supportedEVMChains = [
|
|
|
460
457
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.CEL],
|
|
461
458
|
metamask: {
|
|
462
459
|
chainId: (0, utils_1.prefixChainId)(42220),
|
|
463
|
-
blockExplorerUrls: ['https://
|
|
460
|
+
blockExplorerUrls: ['https://celoscan.io/'],
|
|
464
461
|
chainName: 'Celo Mainnet',
|
|
465
462
|
nativeCurrency: {
|
|
466
463
|
name: 'CELO',
|
|
467
464
|
symbol: 'CELO',
|
|
468
465
|
decimals: 18,
|
|
469
466
|
},
|
|
470
|
-
rpcUrls: ['https://forno.celo.org'],
|
|
467
|
+
rpcUrls: ['https://forno.celo.org', 'https://rpc.ankr.com/celo'],
|
|
471
468
|
},
|
|
472
469
|
},
|
|
473
470
|
// 122 Fuse Mainnet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/data-types",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"description": "Data types for the LI.FI stack",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sdk",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@lifi/types": "^13.
|
|
66
|
+
"@lifi/types": "^13.9.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|