@lifi/data-types 4.3.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/dist/cjs/coins/coins.js
CHANGED
|
@@ -108,6 +108,10 @@ exports.basicCoins = [
|
|
|
108
108
|
address: '0x0000000000000000000000000000000000000000',
|
|
109
109
|
decimals: 18,
|
|
110
110
|
},
|
|
111
|
+
[types_1.ChainId.BLS]: {
|
|
112
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
113
|
+
decimals: 18,
|
|
114
|
+
},
|
|
111
115
|
// Testnets
|
|
112
116
|
[types_1.ChainId.ONET]: {
|
|
113
117
|
address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
|
package/dist/coins/coins.js
CHANGED
|
@@ -105,6 +105,10 @@ export const basicCoins = [
|
|
|
105
105
|
address: '0x0000000000000000000000000000000000000000',
|
|
106
106
|
decimals: 18,
|
|
107
107
|
},
|
|
108
|
+
[ChainId.BLS]: {
|
|
109
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
110
|
+
decimals: 18,
|
|
111
|
+
},
|
|
108
112
|
// Testnets
|
|
109
113
|
[ChainId.ONET]: {
|
|
110
114
|
address: '0x268d6ff391b41b36a13b1693bd25f87fb4e4b392',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifi/data-types",
|
|
3
|
-
"version": "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",
|