@lifi/data-types 4.4.0 → 4.4.1
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.
|
@@ -883,7 +883,7 @@ export const supportedEVMChains = [
|
|
|
883
883
|
coin: CoinKey.MNT,
|
|
884
884
|
id: 5000,
|
|
885
885
|
mainnet: true,
|
|
886
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.
|
|
886
|
+
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.png',
|
|
887
887
|
multicallAddress: multicallAddresses[ChainId.MNT],
|
|
888
888
|
metamask: {
|
|
889
889
|
chainId: prefixChainId(5000),
|
|
@@ -886,7 +886,7 @@ exports.supportedEVMChains = [
|
|
|
886
886
|
coin: types_1.CoinKey.MNT,
|
|
887
887
|
id: 5000,
|
|
888
888
|
mainnet: true,
|
|
889
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.
|
|
889
|
+
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/mantle.png',
|
|
890
890
|
multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.MNT],
|
|
891
891
|
metamask: {
|
|
892
892
|
chainId: (0, utils_1.prefixChainId)(5000),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/data-types",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
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.7.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^17.7.1",
|