@lifi/data-types 2.6.0 → 2.6.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.
|
|
115
|
-
'https://rpc.gnosischain.com',
|
|
114
|
+
'https://gnosis-rpc.publicnode.com',
|
|
116
115
|
'https://rpc.ankr.com/gnosis',
|
|
116
|
+
'https://rpc.gnosischain.com',
|
|
117
117
|
],
|
|
118
118
|
},
|
|
119
119
|
},
|
|
@@ -114,9 +114,9 @@ exports.supportedEVMChains = [
|
|
|
114
114
|
decimals: 18,
|
|
115
115
|
},
|
|
116
116
|
rpcUrls: [
|
|
117
|
-
'https://rpc.
|
|
118
|
-
'https://rpc.gnosischain.com',
|
|
117
|
+
'https://gnosis-rpc.publicnode.com',
|
|
119
118
|
'https://rpc.ankr.com/gnosis',
|
|
119
|
+
'https://rpc.gnosischain.com',
|
|
120
120
|
],
|
|
121
121
|
},
|
|
122
122
|
},
|
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -1517,9 +1517,7 @@ exports.basicCoins = [
|
|
|
1517
1517
|
verified: true,
|
|
1518
1518
|
chains: {
|
|
1519
1519
|
[types_1.ChainId.MAM]: {
|
|
1520
|
-
|
|
1521
|
-
// Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
|
|
1522
|
-
address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
|
|
1520
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
1523
1521
|
decimals: 18,
|
|
1524
1522
|
},
|
|
1525
1523
|
},
|
package/dist/coins/coins.js
CHANGED
|
@@ -1514,9 +1514,7 @@ export const basicCoins = [
|
|
|
1514
1514
|
verified: true,
|
|
1515
1515
|
chains: {
|
|
1516
1516
|
[ChainId.MAM]: {
|
|
1517
|
-
|
|
1518
|
-
// Instead, it is this ERC20 token: https://andromeda-explorer.metis.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
|
|
1519
|
-
address: '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000',
|
|
1517
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
1520
1518
|
decimals: 18,
|
|
1521
1519
|
},
|
|
1522
1520
|
},
|