chain-registry 2.0.57 → 2.0.59
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.
- package/esm/mainnet/asset-lists.js +3 -1
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/axelar/asset-list.js +8 -2
- package/esm/mainnet/babylon/asset-list.js +217 -15
- package/esm/mainnet/beezee/asset-list.js +8 -0
- package/esm/mainnet/buycex/asset-list.js +4 -1
- package/esm/mainnet/buycex/chain.js +4 -1
- package/esm/mainnet/chains.js +3 -1
- package/esm/mainnet/composable/asset-list.js +5 -0
- package/esm/mainnet/cosmoshub/asset-list.js +98 -9
- package/esm/mainnet/dydx/ibc-data.js +29 -0
- package/esm/mainnet/dyson/asset-list.js +27 -13
- package/esm/mainnet/elys/asset-list.js +1 -4
- package/esm/mainnet/elys/chain.js +4 -1
- package/esm/mainnet/ethereum/asset-list.js +100 -19
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/initia/chain.js +2 -2
- package/esm/mainnet/injective/asset-list.js +15 -0
- package/esm/mainnet/kopi/asset-list.js +44 -2
- package/esm/mainnet/kujira/asset-list.js +5 -1
- package/esm/mainnet/lombardledger/asset-list.js +11 -0
- package/esm/mainnet/lumera/asset-list.js +43 -0
- package/esm/mainnet/lumera/chain.js +10 -4
- package/esm/mainnet/lumera/ibc-data.js +59 -0
- package/esm/mainnet/lumera/index.js +2 -0
- package/esm/mainnet/manifest/asset-list.js +4 -0
- package/esm/mainnet/mantrachain/asset-list.js +2 -2
- package/esm/mainnet/migaloo/asset-list.js +18 -0
- package/esm/mainnet/milkyway/asset-list.js +2 -2
- package/esm/mainnet/milkyway/chain.js +5 -2
- package/esm/mainnet/namada/asset-list.js +8 -1
- package/esm/mainnet/namada/chain.js +4 -1
- package/esm/mainnet/neutron/asset-list.js +45 -17
- package/esm/mainnet/nibiru/asset-list.js +8 -0
- package/esm/mainnet/nolus/asset-list.js +43 -27
- package/esm/mainnet/opct/asset-list.js +4 -1
- package/esm/mainnet/oraichain/asset-list.js +24 -0
- package/esm/mainnet/osmosis/asset-list.js +228 -129
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/quasar/asset-list.js +4 -4
- package/esm/mainnet/routerchain/asset-list.js +12 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -6
- package/esm/mainnet/terra/asset-list.js +7 -4
- package/esm/mainnet/terra2/asset-list.js +4 -1
- package/esm/mainnet/titan/asset-list.js +47 -5
- package/esm/mainnet/umee/chain.js +4 -9
- package/esm/mainnet/xion/asset-list.js +18 -2
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/mainnet/xrplevm/asset-list.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +52 -0
- package/esm/mainnet/zigchain/chain.js +108 -0
- package/esm/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +0 -2
- package/esm/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/esm/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/esm/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/esm/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/esm/noncosmos/picasso/asset-list.js +5 -0
- package/esm/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/esm/noncosmos/polygon/asset-list.js +4 -4
- package/esm/noncosmos/polygontestnet/asset-list.js +6 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +9 -1
- package/esm/noncosmos/statemine/asset-list.js +11 -0
- package/esm/noncosmos/tontestnet/asset-list.js +5 -1
- package/esm/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/esm/testnet/agoricdevnet/chain.js +5 -1
- package/esm/testnet/asset-lists.js +0 -2
- package/esm/testnet/autheotestnet/asset-list.js +4 -1
- package/esm/testnet/axelartestnet/asset-list.js +13 -2
- package/esm/testnet/babylontestnet/asset-list.js +24 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/coreumtestnet/asset-list.js +4 -0
- package/esm/testnet/epixtestnet/asset-list.js +8 -0
- package/esm/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/injectivetestnet/asset-list.js +28 -4
- package/esm/testnet/iopntestnet/asset-list.js +4 -1
- package/esm/testnet/kichaintestnet/asset-list.js +4 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
- package/esm/testnet/neutrontestnet/asset-list.js +8 -0
- package/esm/testnet/osmosistestnet/asset-list.js +28 -12
- package/esm/testnet/persistencetestnet/asset-list.js +8 -1
- package/esm/testnet/persistencetestnet2/asset-list.js +8 -1
- package/esm/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/esm/testnet/safrochaintestnet/chain.js +5 -1
- package/esm/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/esm/testnet/shentutestnet/asset-list.js +8 -0
- package/esm/testnet/stargazetestnet/asset-list.js +8 -2
- package/esm/testnet/synternettestnet/asset-list.js +8 -0
- package/esm/testnet/terra2testnet/asset-list.js +4 -0
- package/esm/testnet/titantestnet/asset-list.js +35 -4
- package/esm/testnet/xplatestnet/asset-list.js +4 -0
- package/esm/testnet/xplatestnet/chain.js +2 -2
- package/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/axelar/asset-list.js +8 -2
- package/mainnet/babylon/asset-list.js +217 -15
- package/mainnet/beezee/asset-list.js +8 -0
- package/mainnet/buycex/asset-list.js +4 -1
- package/mainnet/buycex/chain.js +4 -1
- package/mainnet/chains.js +3 -1
- package/mainnet/composable/asset-list.js +5 -0
- package/mainnet/cosmoshub/asset-list.js +98 -9
- package/mainnet/dydx/ibc-data.js +29 -0
- package/mainnet/dyson/asset-list.js +27 -13
- package/mainnet/elys/asset-list.js +1 -4
- package/mainnet/elys/chain.js +4 -1
- package/mainnet/ethereum/asset-list.js +100 -19
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/initia/chain.js +2 -2
- package/mainnet/injective/asset-list.js +15 -0
- package/mainnet/kopi/asset-list.js +44 -2
- package/mainnet/kujira/asset-list.js +5 -1
- package/mainnet/lombardledger/asset-list.js +11 -0
- package/mainnet/lumera/asset-list.js +43 -0
- package/mainnet/lumera/chain.js +10 -4
- package/mainnet/lumera/ibc-data.js +61 -0
- package/mainnet/lumera/index.d.ts +1 -0
- package/mainnet/lumera/index.js +3 -1
- package/mainnet/manifest/asset-list.js +4 -0
- package/mainnet/mantrachain/asset-list.js +2 -2
- package/mainnet/migaloo/asset-list.js +18 -0
- package/mainnet/milkyway/asset-list.js +2 -2
- package/mainnet/milkyway/chain.js +5 -2
- package/mainnet/namada/asset-list.js +8 -1
- package/mainnet/namada/chain.js +4 -1
- package/mainnet/neutron/asset-list.js +45 -17
- package/mainnet/nibiru/asset-list.js +8 -0
- package/mainnet/nolus/asset-list.js +43 -27
- package/mainnet/opct/asset-list.js +4 -1
- package/mainnet/oraichain/asset-list.js +24 -0
- package/mainnet/osmosis/asset-list.js +228 -129
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/quasar/asset-list.js +4 -4
- package/mainnet/routerchain/asset-list.js +12 -1
- package/mainnet/stargaze/asset-list.js +0 -6
- package/mainnet/terra/asset-list.js +7 -4
- package/mainnet/terra2/asset-list.js +4 -1
- package/mainnet/titan/asset-list.js +47 -5
- package/mainnet/umee/chain.js +4 -9
- package/mainnet/xion/asset-list.js +18 -2
- package/mainnet/xpla/chain.js +7 -7
- package/mainnet/xrplevm/asset-list.js +4 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.d.ts +0 -1
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +1 -3
- package/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/noncosmos/picasso/asset-list.js +5 -0
- package/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/noncosmos/polygon/asset-list.js +4 -4
- package/noncosmos/polygontestnet/asset-list.js +6 -1
- package/noncosmos/solanatestnet/asset-list.js +9 -1
- package/noncosmos/statemine/asset-list.js +11 -0
- package/noncosmos/tontestnet/asset-list.js +5 -1
- package/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/package.json +3 -3
- package/testnet/agoricdevnet/chain.js +5 -1
- package/testnet/asset-lists.js +0 -2
- package/testnet/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- package/testnet/chains.js +0 -2
- package/testnet/coreumtestnet/asset-list.js +4 -0
- package/testnet/epixtestnet/asset-list.js +8 -0
- package/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/injectivetestnet/asset-list.js +28 -4
- package/testnet/iopntestnet/asset-list.js +4 -1
- package/testnet/kichaintestnet/asset-list.js +4 -0
- package/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/testnet/mantrachaintestnet2/chain.js +20 -4
- package/testnet/neutrontestnet/asset-list.js +8 -0
- package/testnet/osmosistestnet/asset-list.js +28 -12
- package/testnet/persistencetestnet/asset-list.js +8 -1
- package/testnet/persistencetestnet2/asset-list.js +8 -1
- package/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/testnet/safrochaintestnet/chain.js +5 -1
- package/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/testnet/shentutestnet/asset-list.js +8 -0
- package/testnet/stargazetestnet/asset-list.js +8 -2
- package/testnet/synternettestnet/asset-list.js +8 -0
- package/testnet/terra2testnet/asset-list.js +4 -0
- package/testnet/titantestnet/asset-list.js +35 -4
- package/testnet/xplatestnet/asset-list.js +4 -0
- package/testnet/xplatestnet/chain.js +2 -2
- package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
- package/esm/testnet/mantrachaintestnet/chain.js +0 -81
- package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
- package/testnet/mantrachaintestnet/asset-list.js +0 -50
- package/testnet/mantrachaintestnet/chain.js +0 -83
- package/testnet/mantrachaintestnet/ibc-data.js +0 -92
- /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/asset-list.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/chain.d.ts +0 -0
|
@@ -18,7 +18,7 @@ const info = {
|
|
|
18
18
|
denom: 'uom',
|
|
19
19
|
fixedMinGasPrice: 0.01,
|
|
20
20
|
lowGasPrice: 0.01,
|
|
21
|
-
averageGasPrice: 0.
|
|
21
|
+
averageGasPrice: 0.025,
|
|
22
22
|
highGasPrice: 0.03
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
@@ -74,23 +74,39 @@ const info = {
|
|
|
74
74
|
}, {
|
|
75
75
|
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
76
76
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
77
|
+
}],
|
|
78
|
+
evmHttpJsonrpc: [{
|
|
79
|
+
address: 'https://evm.dukong.mantrachain.io',
|
|
80
|
+
provider: 'MANTRACHAIN'
|
|
81
|
+
}, {
|
|
82
|
+
address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
|
|
83
|
+
provider: 'Cosmostation'
|
|
77
84
|
}]
|
|
78
85
|
},
|
|
79
86
|
logoURIs: {
|
|
80
87
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
81
88
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
82
89
|
},
|
|
83
|
-
explorers: [
|
|
90
|
+
explorers: [
|
|
91
|
+
{
|
|
84
92
|
kind: 'mintscan',
|
|
85
93
|
url: 'https://www.mintscan.io/mantra-testnet',
|
|
86
94
|
txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
|
|
87
95
|
accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
|
|
88
|
-
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
89
98
|
kind: 'ping.pub',
|
|
90
99
|
url: 'https://explorer.mantrachain.io',
|
|
91
100
|
txPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
|
|
92
101
|
accountPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
|
|
93
|
-
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
kind: 'mantrascan',
|
|
105
|
+
url: 'https://mantrascan.io/dukong',
|
|
106
|
+
txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
|
|
107
|
+
accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
|
|
108
|
+
}
|
|
109
|
+
],
|
|
94
110
|
keywords: [
|
|
95
111
|
'rwa',
|
|
96
112
|
'wasm',
|
|
@@ -68,6 +68,14 @@ const info = {
|
|
|
68
68
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
69
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
70
70
|
},
|
|
71
|
+
traces: [{
|
|
72
|
+
type: 'test-mintage',
|
|
73
|
+
counterparty: {
|
|
74
|
+
chainName: 'neutron',
|
|
75
|
+
baseDenom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena'
|
|
76
|
+
},
|
|
77
|
+
provider: 'Arena Token'
|
|
78
|
+
}],
|
|
71
79
|
images: [{
|
|
72
80
|
imageSync: {
|
|
73
81
|
chainName: 'neutron',
|
|
@@ -33,6 +33,10 @@ const info = {
|
|
|
33
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
34
34
|
},
|
|
35
35
|
images: [{
|
|
36
|
+
imageSync: {
|
|
37
|
+
chainName: 'osmosis',
|
|
38
|
+
baseDenom: 'uosmo'
|
|
39
|
+
},
|
|
36
40
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
37
41
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
38
42
|
}],
|
|
@@ -65,6 +69,10 @@ const info = {
|
|
|
65
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
70
|
},
|
|
67
71
|
images: [{
|
|
72
|
+
imageSync: {
|
|
73
|
+
chainName: 'osmosis',
|
|
74
|
+
baseDenom: 'uion'
|
|
75
|
+
},
|
|
68
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
70
78
|
}],
|
|
@@ -156,6 +164,7 @@ const info = {
|
|
|
156
164
|
}
|
|
157
165
|
],
|
|
158
166
|
logoURIs: {
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
159
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
160
169
|
},
|
|
161
170
|
images: [{
|
|
@@ -163,7 +172,11 @@ const info = {
|
|
|
163
172
|
chainName: 'ethereumtestnet',
|
|
164
173
|
baseDenom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
165
174
|
},
|
|
166
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
177
|
+
theme: {
|
|
178
|
+
circle: true
|
|
179
|
+
}
|
|
167
180
|
}]
|
|
168
181
|
},
|
|
169
182
|
{
|
|
@@ -538,7 +551,10 @@ const info = {
|
|
|
538
551
|
baseDenom: 'uxprt'
|
|
539
552
|
},
|
|
540
553
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
541
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
555
|
+
theme: {
|
|
556
|
+
circle: true
|
|
557
|
+
}
|
|
542
558
|
}],
|
|
543
559
|
coingeckoId: 'persistence'
|
|
544
560
|
},
|
|
@@ -1352,8 +1368,8 @@ const info = {
|
|
|
1352
1368
|
}
|
|
1353
1369
|
}],
|
|
1354
1370
|
logoURIs: {
|
|
1355
|
-
|
|
1356
|
-
|
|
1371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
|
|
1372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
|
|
1357
1373
|
},
|
|
1358
1374
|
images: [{
|
|
1359
1375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -1402,8 +1418,8 @@ const info = {
|
|
|
1402
1418
|
}
|
|
1403
1419
|
}],
|
|
1404
1420
|
logoURIs: {
|
|
1405
|
-
|
|
1406
|
-
|
|
1421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png',
|
|
1422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg'
|
|
1407
1423
|
},
|
|
1408
1424
|
images: [{
|
|
1409
1425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -1452,8 +1468,8 @@ const info = {
|
|
|
1452
1468
|
}
|
|
1453
1469
|
}],
|
|
1454
1470
|
logoURIs: {
|
|
1455
|
-
|
|
1456
|
-
|
|
1471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png',
|
|
1472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg'
|
|
1457
1473
|
},
|
|
1458
1474
|
images: [{
|
|
1459
1475
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -1502,8 +1518,8 @@ const info = {
|
|
|
1502
1518
|
}
|
|
1503
1519
|
}],
|
|
1504
1520
|
logoURIs: {
|
|
1505
|
-
|
|
1506
|
-
|
|
1521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png',
|
|
1522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg'
|
|
1507
1523
|
},
|
|
1508
1524
|
images: [{
|
|
1509
1525
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -1552,8 +1568,8 @@ const info = {
|
|
|
1552
1568
|
}
|
|
1553
1569
|
}],
|
|
1554
1570
|
logoURIs: {
|
|
1555
|
-
|
|
1556
|
-
|
|
1571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png',
|
|
1572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg'
|
|
1557
1573
|
},
|
|
1558
1574
|
images: [{
|
|
1559
1575
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
@@ -30,8 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'persistence',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'persistence',
|
|
35
|
+
baseDenom: 'uxprt'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
34
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
39
|
+
theme: {
|
|
40
|
+
circle: true
|
|
41
|
+
}
|
|
35
42
|
}],
|
|
36
43
|
typeAsset: 'sdk.coin'
|
|
37
44
|
}, {
|
|
@@ -31,8 +31,15 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'persistence',
|
|
33
33
|
images: [{
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'persistence',
|
|
36
|
+
baseDenom: 'uxprt'
|
|
37
|
+
},
|
|
34
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
35
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
40
|
+
theme: {
|
|
41
|
+
circle: true
|
|
42
|
+
}
|
|
36
43
|
}],
|
|
37
44
|
typeAsset: 'sdk.coin'
|
|
38
45
|
},
|
|
@@ -31,6 +31,10 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
coingeckoId: 'quicksilver',
|
|
33
33
|
images: [{
|
|
34
|
+
imageSync: {
|
|
35
|
+
chainName: 'quicksilver',
|
|
36
|
+
baseDenom: 'uqck'
|
|
37
|
+
},
|
|
34
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
35
39
|
}],
|
|
36
40
|
typeAsset: 'sdk.coin'
|
|
@@ -55,6 +55,10 @@ const info = {
|
|
|
55
55
|
logoURIs: {
|
|
56
56
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
57
57
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
58
|
-
}
|
|
58
|
+
},
|
|
59
|
+
images: [{
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
|
|
61
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
|
|
62
|
+
}]
|
|
59
63
|
};
|
|
60
64
|
exports.default = info;
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'secret',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'secretnetwork',
|
|
35
|
+
baseDenom: 'uscrt'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
35
39
|
}],
|
|
@@ -20,6 +20,14 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg'
|
|
22
22
|
},
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'test-mintage',
|
|
25
|
+
counterparty: {
|
|
26
|
+
chainName: 'shentu',
|
|
27
|
+
baseDenom: 'uctk'
|
|
28
|
+
},
|
|
29
|
+
provider: 'Shentu'
|
|
30
|
+
}],
|
|
23
31
|
images: [{
|
|
24
32
|
imageSync: {
|
|
25
33
|
chainName: 'shentu',
|
|
@@ -25,11 +25,17 @@ const info = {
|
|
|
25
25
|
provider: 'Stargaze'
|
|
26
26
|
}],
|
|
27
27
|
logoURIs: {
|
|
28
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
29
30
|
},
|
|
30
31
|
coingeckoId: 'stargaze',
|
|
31
32
|
images: [{
|
|
32
|
-
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'stargaze',
|
|
35
|
+
baseDenom: 'ustars'
|
|
36
|
+
},
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
33
39
|
}],
|
|
34
40
|
typeAsset: 'sdk.coin'
|
|
35
41
|
}]
|
|
@@ -20,6 +20,14 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
22
22
|
},
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'test-mintage',
|
|
25
|
+
counterparty: {
|
|
26
|
+
chainName: 'synternet',
|
|
27
|
+
baseDenom: 'usynt'
|
|
28
|
+
},
|
|
29
|
+
provider: 'Synternet'
|
|
30
|
+
}],
|
|
23
31
|
images: [{
|
|
24
32
|
imageSync: {
|
|
25
33
|
chainName: 'synternet',
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'terra-luna-2',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'terra2',
|
|
35
|
+
baseDenom: 'uluna'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
35
39
|
}],
|
|
@@ -121,8 +121,15 @@ const info = {
|
|
|
121
121
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
122
122
|
},
|
|
123
123
|
images: [{
|
|
124
|
+
imageSync: {
|
|
125
|
+
chainName: 'bitcoin',
|
|
126
|
+
baseDenom: 'sat'
|
|
127
|
+
},
|
|
124
128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
125
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
130
|
+
theme: {
|
|
131
|
+
circle: true
|
|
132
|
+
}
|
|
126
133
|
}]
|
|
127
134
|
},
|
|
128
135
|
{
|
|
@@ -156,6 +163,10 @@ const info = {
|
|
|
156
163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
157
164
|
},
|
|
158
165
|
images: [{
|
|
166
|
+
imageSync: {
|
|
167
|
+
chainName: 'ethereumtestnet',
|
|
168
|
+
baseDenom: 'wei'
|
|
169
|
+
},
|
|
159
170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
160
171
|
}]
|
|
161
172
|
},
|
|
@@ -188,8 +199,15 @@ const info = {
|
|
|
188
199
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
189
200
|
},
|
|
190
201
|
images: [{
|
|
202
|
+
imageSync: {
|
|
203
|
+
chainName: 'ethereumtestnet',
|
|
204
|
+
baseDenom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238'
|
|
205
|
+
},
|
|
191
206
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
192
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
207
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
208
|
+
theme: {
|
|
209
|
+
circle: true
|
|
210
|
+
}
|
|
193
211
|
}]
|
|
194
212
|
},
|
|
195
213
|
{
|
|
@@ -217,10 +235,19 @@ const info = {
|
|
|
217
235
|
provider: 'powerflow.asia, titanlab.io'
|
|
218
236
|
}],
|
|
219
237
|
logoURIs: {
|
|
220
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
221
240
|
},
|
|
222
241
|
images: [{
|
|
223
|
-
|
|
242
|
+
imageSync: {
|
|
243
|
+
chainName: 'solanatestnet',
|
|
244
|
+
baseDenom: 'So11111111111111111111111111111111111111112'
|
|
245
|
+
},
|
|
246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
248
|
+
theme: {
|
|
249
|
+
circle: true
|
|
250
|
+
}
|
|
224
251
|
}]
|
|
225
252
|
},
|
|
226
253
|
{
|
|
@@ -250,6 +277,10 @@ const info = {
|
|
|
250
277
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
251
278
|
},
|
|
252
279
|
images: [{
|
|
280
|
+
imageSync: {
|
|
281
|
+
chainName: 'solanatestnet',
|
|
282
|
+
baseDenom: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa'
|
|
283
|
+
},
|
|
253
284
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
254
285
|
}]
|
|
255
286
|
}
|
|
@@ -30,6 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
coingeckoId: 'xpla',
|
|
32
32
|
images: [{
|
|
33
|
+
imageSync: {
|
|
34
|
+
chainName: 'xpla',
|
|
35
|
+
baseDenom: 'axpla'
|
|
36
|
+
},
|
|
33
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png',
|
|
34
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg'
|
|
35
39
|
}],
|
|
@@ -30,8 +30,8 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/xpladev/xpla',
|
|
33
|
-
recommendedVersion: 'v1.8.0-
|
|
34
|
-
compatibleVersions: ['v1.8.0-
|
|
33
|
+
recommendedVersion: 'v1.8.0-cube',
|
|
34
|
+
compatibleVersions: ['v1.8.0-cube'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.17'
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../assetlist.schema.json',
|
|
3
|
-
chainName: 'mantrachaintestnet',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'The native token of MANTRA',
|
|
6
|
-
denomUnits: [{
|
|
7
|
-
denom: 'uom',
|
|
8
|
-
exponent: 0
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'om',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
base: 'uom',
|
|
14
|
-
name: 'MANTRA Chain',
|
|
15
|
-
display: 'om',
|
|
16
|
-
symbol: 'OM',
|
|
17
|
-
keywords: [
|
|
18
|
-
'mantra',
|
|
19
|
-
'staking',
|
|
20
|
-
'delegating',
|
|
21
|
-
'governance',
|
|
22
|
-
'regulation',
|
|
23
|
-
'defi'
|
|
24
|
-
],
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'test-mintage',
|
|
27
|
-
counterparty: {
|
|
28
|
-
chainName: 'mantrachain',
|
|
29
|
-
baseDenom: 'uom'
|
|
30
|
-
},
|
|
31
|
-
provider: 'MANTRA Chain'
|
|
32
|
-
}],
|
|
33
|
-
images: [{
|
|
34
|
-
imageSync: {
|
|
35
|
-
chainName: 'mantrachain',
|
|
36
|
-
baseDenom: 'uom'
|
|
37
|
-
},
|
|
38
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
40
|
-
theme: {
|
|
41
|
-
circle: true
|
|
42
|
-
}
|
|
43
|
-
}],
|
|
44
|
-
typeAsset: 'sdk.coin',
|
|
45
|
-
coingeckoId: 'mantra-dao'
|
|
46
|
-
}]
|
|
47
|
-
};
|
|
48
|
-
export default info;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../../chain.schema.json',
|
|
3
|
-
chainName: 'mantrachaintestnet',
|
|
4
|
-
status: 'live',
|
|
5
|
-
networkType: 'testnet',
|
|
6
|
-
prettyName: 'MANTRA Hongbai Testnet',
|
|
7
|
-
chainType: 'cosmos',
|
|
8
|
-
chainId: 'mantra-hongbai-1',
|
|
9
|
-
bech32Prefix: 'mantra',
|
|
10
|
-
daemonName: 'mantrachaind',
|
|
11
|
-
nodeHome: '$HOME/.mantrachain',
|
|
12
|
-
keyAlgos: ['secp256k1'],
|
|
13
|
-
slip44: 118,
|
|
14
|
-
fees: {
|
|
15
|
-
feeTokens: [{
|
|
16
|
-
denom: 'uom',
|
|
17
|
-
fixedMinGasPrice: 0,
|
|
18
|
-
lowGasPrice: 0.001,
|
|
19
|
-
averageGasPrice: 0.002,
|
|
20
|
-
highGasPrice: 0.003
|
|
21
|
-
}]
|
|
22
|
-
},
|
|
23
|
-
staking: {
|
|
24
|
-
stakingTokens: [{
|
|
25
|
-
denom: 'uom'
|
|
26
|
-
}]
|
|
27
|
-
},
|
|
28
|
-
codebase: {
|
|
29
|
-
gitRepo: 'https://github.com/MANTRA-Finance',
|
|
30
|
-
recommendedVersion: '1.0.0',
|
|
31
|
-
compatibleVersions: ['1.0.0'],
|
|
32
|
-
consensus: {
|
|
33
|
-
type: 'cometbft',
|
|
34
|
-
version: '0.37'
|
|
35
|
-
},
|
|
36
|
-
sdk: {
|
|
37
|
-
type: 'cosmos',
|
|
38
|
-
version: '0.47.3'
|
|
39
|
-
},
|
|
40
|
-
cosmwasm: {
|
|
41
|
-
version: '0.41',
|
|
42
|
-
enabled: true
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
apis: {
|
|
46
|
-
rpc: [{
|
|
47
|
-
address: 'https://rpc.hongbai.mantrachain.io',
|
|
48
|
-
provider: 'MANTRACHAIN'
|
|
49
|
-
}, {
|
|
50
|
-
address: 'https://mantra-testnet-rpc.publicnode.com:443',
|
|
51
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
52
|
-
}],
|
|
53
|
-
rest: [{
|
|
54
|
-
address: 'https://api.hongbai.mantrachain.io',
|
|
55
|
-
provider: 'MANTRACHAIN'
|
|
56
|
-
}, {
|
|
57
|
-
address: 'https://mantra-testnet-rest.publicnode.com',
|
|
58
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
59
|
-
}],
|
|
60
|
-
grpc: [{
|
|
61
|
-
address: 'https://grpc.hongbai.mantrachain.io',
|
|
62
|
-
provider: 'MANTRACHAIN'
|
|
63
|
-
}, {
|
|
64
|
-
address: 'mantra-testnet-grpc.publicnode.com:443',
|
|
65
|
-
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
66
|
-
}]
|
|
67
|
-
},
|
|
68
|
-
keywords: ['dex', 'testnet'],
|
|
69
|
-
images: [{
|
|
70
|
-
imageSync: {
|
|
71
|
-
chainName: 'mantrachain',
|
|
72
|
-
baseDenom: 'uom'
|
|
73
|
-
},
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
75
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
76
|
-
theme: {
|
|
77
|
-
circle: true
|
|
78
|
-
}
|
|
79
|
-
}]
|
|
80
|
-
};
|
|
81
|
-
export default info;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
const info = [
|
|
2
|
-
{
|
|
3
|
-
$schema: '../../ibc_data.schema.json',
|
|
4
|
-
chain1: {
|
|
5
|
-
chainName: 'axelartestnet',
|
|
6
|
-
clientId: '07-tendermint-1009',
|
|
7
|
-
connectionId: 'connection-783'
|
|
8
|
-
},
|
|
9
|
-
chain2: {
|
|
10
|
-
chainName: 'mantrachaintestnet',
|
|
11
|
-
clientId: '07-tendermint-7',
|
|
12
|
-
connectionId: 'connection-7'
|
|
13
|
-
},
|
|
14
|
-
channels: [{
|
|
15
|
-
chain1: {
|
|
16
|
-
channelId: 'channel-540',
|
|
17
|
-
portId: 'transfer'
|
|
18
|
-
},
|
|
19
|
-
chain2: {
|
|
20
|
-
channelId: 'channel-7',
|
|
21
|
-
portId: 'transfer'
|
|
22
|
-
},
|
|
23
|
-
ordering: 'unordered',
|
|
24
|
-
version: 'ics20-1',
|
|
25
|
-
tags: {
|
|
26
|
-
status: 'live',
|
|
27
|
-
preferred: true
|
|
28
|
-
}
|
|
29
|
-
}]
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
$schema: '../../ibc_data.schema.json',
|
|
33
|
-
chain1: {
|
|
34
|
-
chainName: 'mantrachaintestnet',
|
|
35
|
-
clientId: '07-tendermint-6',
|
|
36
|
-
connectionId: 'connection-6'
|
|
37
|
-
},
|
|
38
|
-
chain2: {
|
|
39
|
-
chainName: 'nobletestnet',
|
|
40
|
-
clientId: '07-tendermint-294',
|
|
41
|
-
connectionId: 'connection-247'
|
|
42
|
-
},
|
|
43
|
-
channels: [{
|
|
44
|
-
chain1: {
|
|
45
|
-
channelId: 'channel-6',
|
|
46
|
-
portId: 'transfer'
|
|
47
|
-
},
|
|
48
|
-
chain2: {
|
|
49
|
-
channelId: 'channel-209',
|
|
50
|
-
portId: 'transfer'
|
|
51
|
-
},
|
|
52
|
-
ordering: 'unordered',
|
|
53
|
-
version: 'ics20-1',
|
|
54
|
-
tags: {
|
|
55
|
-
status: 'live',
|
|
56
|
-
preferred: true
|
|
57
|
-
}
|
|
58
|
-
}]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
$schema: '../../ibc_data.schema.json',
|
|
62
|
-
chain1: {
|
|
63
|
-
chainName: 'mantrachaintestnet',
|
|
64
|
-
clientId: '07-tendermint-5',
|
|
65
|
-
connectionId: 'connection-5'
|
|
66
|
-
},
|
|
67
|
-
chain2: {
|
|
68
|
-
chainName: 'osmosistestnet',
|
|
69
|
-
clientId: '07-tendermint-3930',
|
|
70
|
-
connectionId: 'connection-3411'
|
|
71
|
-
},
|
|
72
|
-
channels: [{
|
|
73
|
-
chain1: {
|
|
74
|
-
channelId: 'channel-5',
|
|
75
|
-
portId: 'transfer'
|
|
76
|
-
},
|
|
77
|
-
chain2: {
|
|
78
|
-
channelId: 'channel-8734',
|
|
79
|
-
portId: 'transfer'
|
|
80
|
-
},
|
|
81
|
-
ordering: 'unordered',
|
|
82
|
-
version: 'ics20-1',
|
|
83
|
-
tags: {
|
|
84
|
-
status: 'live',
|
|
85
|
-
preferred: true
|
|
86
|
-
}
|
|
87
|
-
}]
|
|
88
|
-
}
|
|
89
|
-
];
|
|
90
|
-
export default info;
|