@chain-registry/assets 1.70.86 → 1.70.88
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/carbon.js +72 -0
- package/esm/mainnet/elys.js +78 -0
- package/esm/mainnet/kujira.js +72 -0
- package/esm/mainnet/migaloo.js +72 -0
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +72 -0
- package/esm/mainnet/secretnetwork.js +72 -0
- package/esm/mainnet/xion.js +170 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/manifesttestnet.js +154 -0
- package/esm/testnet/osmosistestnet.js +140 -0
- package/mainnet/carbon.js +72 -0
- package/mainnet/elys.js +78 -0
- package/mainnet/kujira.js +72 -0
- package/mainnet/migaloo.js +72 -0
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +72 -0
- package/mainnet/secretnetwork.js +72 -0
- package/mainnet/xion.js +170 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/manifesttestnet.d.ts +3 -0
- package/testnet/manifesttestnet.js +156 -0
- package/testnet/osmosistestnet.js +140 -0
package/esm/mainnet/xion.js
CHANGED
|
@@ -44,6 +44,91 @@ const assets = {
|
|
|
44
44
|
}
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
description: 'The native token of Elys Network',
|
|
49
|
+
denom_units: [
|
|
50
|
+
{
|
|
51
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uelys']
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
denom: 'melys',
|
|
57
|
+
exponent: 3,
|
|
58
|
+
aliases: ['millielys']
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
denom: 'elys',
|
|
62
|
+
exponent: 6,
|
|
63
|
+
aliases: []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
67
|
+
name: 'Elys Network',
|
|
68
|
+
display: 'elys',
|
|
69
|
+
symbol: 'ELYS',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
72
|
+
},
|
|
73
|
+
coingecko_id: 'elys-network',
|
|
74
|
+
images: [{
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
76
|
+
}],
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-8',
|
|
82
|
+
base_denom: 'uelys',
|
|
83
|
+
chain_name: 'elys'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-9'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Eden token definition',
|
|
92
|
+
denom_units: [
|
|
93
|
+
{
|
|
94
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
95
|
+
exponent: 0,
|
|
96
|
+
aliases: ['ueden']
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
denom: 'meden',
|
|
100
|
+
exponent: 3,
|
|
101
|
+
aliases: ['millieden']
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
denom: 'eden',
|
|
105
|
+
exponent: 6,
|
|
106
|
+
aliases: []
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
110
|
+
name: 'Eden',
|
|
111
|
+
display: 'eden',
|
|
112
|
+
symbol: 'EDEN',
|
|
113
|
+
logo_URIs: {
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
115
|
+
},
|
|
116
|
+
images: [{
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
118
|
+
}],
|
|
119
|
+
type_asset: 'sdk.coin',
|
|
120
|
+
traces: [{
|
|
121
|
+
type: 'ibc',
|
|
122
|
+
counterparty: {
|
|
123
|
+
channel_id: 'channel-8',
|
|
124
|
+
base_denom: 'ueden',
|
|
125
|
+
chain_name: 'elys'
|
|
126
|
+
},
|
|
127
|
+
chain: {
|
|
128
|
+
channel_id: 'channel-9'
|
|
129
|
+
}
|
|
130
|
+
}]
|
|
131
|
+
},
|
|
47
132
|
{
|
|
48
133
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
49
134
|
denom_units: [{
|
|
@@ -574,6 +659,91 @@ const assets = {
|
|
|
574
659
|
}
|
|
575
660
|
}]
|
|
576
661
|
},
|
|
662
|
+
{
|
|
663
|
+
description: 'The native token of Elys Network',
|
|
664
|
+
denom_units: [
|
|
665
|
+
{
|
|
666
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
667
|
+
exponent: 0,
|
|
668
|
+
aliases: ['uelys']
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
denom: 'melys',
|
|
672
|
+
exponent: 3,
|
|
673
|
+
aliases: ['millielys']
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
denom: 'elys',
|
|
677
|
+
exponent: 6,
|
|
678
|
+
aliases: []
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
682
|
+
name: 'Elys Network',
|
|
683
|
+
display: 'elys',
|
|
684
|
+
symbol: 'ELYS',
|
|
685
|
+
logo_URIs: {
|
|
686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
687
|
+
},
|
|
688
|
+
coingecko_id: 'elys-network',
|
|
689
|
+
images: [{
|
|
690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
691
|
+
}],
|
|
692
|
+
type_asset: 'sdk.coin',
|
|
693
|
+
traces: [{
|
|
694
|
+
type: 'ibc',
|
|
695
|
+
counterparty: {
|
|
696
|
+
channel_id: 'channel-8',
|
|
697
|
+
base_denom: 'uelys',
|
|
698
|
+
chain_name: 'elys'
|
|
699
|
+
},
|
|
700
|
+
chain: {
|
|
701
|
+
channel_id: 'channel-9'
|
|
702
|
+
}
|
|
703
|
+
}]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
description: 'Eden token definition',
|
|
707
|
+
denom_units: [
|
|
708
|
+
{
|
|
709
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
710
|
+
exponent: 0,
|
|
711
|
+
aliases: ['ueden']
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
denom: 'meden',
|
|
715
|
+
exponent: 3,
|
|
716
|
+
aliases: ['millieden']
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
denom: 'eden',
|
|
720
|
+
exponent: 6,
|
|
721
|
+
aliases: []
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
725
|
+
name: 'Eden',
|
|
726
|
+
display: 'eden',
|
|
727
|
+
symbol: 'EDEN',
|
|
728
|
+
logo_URIs: {
|
|
729
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
730
|
+
},
|
|
731
|
+
images: [{
|
|
732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
733
|
+
}],
|
|
734
|
+
type_asset: 'sdk.coin',
|
|
735
|
+
traces: [{
|
|
736
|
+
type: 'ibc',
|
|
737
|
+
counterparty: {
|
|
738
|
+
channel_id: 'channel-8',
|
|
739
|
+
base_denom: 'ueden',
|
|
740
|
+
chain_name: 'elys'
|
|
741
|
+
},
|
|
742
|
+
chain: {
|
|
743
|
+
channel_id: 'channel-9'
|
|
744
|
+
}
|
|
745
|
+
}]
|
|
746
|
+
},
|
|
577
747
|
{
|
|
578
748
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
579
749
|
denom_units: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -19,6 +19,7 @@ import _kujiratestnet from './kujiratestnet';
|
|
|
19
19
|
import _kyvetestnet from './kyvetestnet';
|
|
20
20
|
import _lavatestnet from './lavatestnet';
|
|
21
21
|
import _likecointestnet from './likecointestnet';
|
|
22
|
+
import _manifesttestnet from './manifesttestnet';
|
|
22
23
|
import _mantrachaintestnet from './mantrachaintestnet';
|
|
23
24
|
import _marstestnet from './marstestnet';
|
|
24
25
|
import _neutrontestnet from './neutrontestnet';
|
|
@@ -39,5 +40,5 @@ import _terra2testnet from './terra2testnet';
|
|
|
39
40
|
import _titannettestnet from './titannettestnet';
|
|
40
41
|
import _titantestnet from './titantestnet';
|
|
41
42
|
import _xiontestnet from './xiontestnet';
|
|
42
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
43
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _manifesttestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
43
44
|
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -19,6 +19,7 @@ export * as kujiratestnet from './kujiratestnet';
|
|
|
19
19
|
export * as kyvetestnet from './kyvetestnet';
|
|
20
20
|
export * as lavatestnet from './lavatestnet';
|
|
21
21
|
export * as likecointestnet from './likecointestnet';
|
|
22
|
+
export * as manifesttestnet from './manifesttestnet';
|
|
22
23
|
export * as mantrachaintestnet from './mantrachaintestnet';
|
|
23
24
|
export * as marstestnet from './marstestnet';
|
|
24
25
|
export * as neutrontestnet from './neutrontestnet';
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'manifesttestnet',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6,
|
|
13
|
+
aliases: []
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
17
|
+
name: 'Osmosis Testnet',
|
|
18
|
+
display: 'osmo',
|
|
19
|
+
symbol: 'OSMO',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
27
|
+
}],
|
|
28
|
+
coingecko_id: 'osmosis',
|
|
29
|
+
keywords: ['dex', 'staking'],
|
|
30
|
+
traces: [{
|
|
31
|
+
type: 'ibc',
|
|
32
|
+
counterparty: {
|
|
33
|
+
channel_id: 'channel-10016',
|
|
34
|
+
base_denom: 'uosmo',
|
|
35
|
+
chain_name: 'osmosistestnet'
|
|
36
|
+
},
|
|
37
|
+
chain: {
|
|
38
|
+
channel_id: 'channel-0'
|
|
39
|
+
}
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['uion']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'ion',
|
|
49
|
+
exponent: 6
|
|
50
|
+
}],
|
|
51
|
+
type_asset: 'sdk.coin',
|
|
52
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
53
|
+
name: 'Ion',
|
|
54
|
+
display: 'ion',
|
|
55
|
+
symbol: 'ION',
|
|
56
|
+
logo_URIs: {
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
|
+
},
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
63
|
+
}],
|
|
64
|
+
coingecko_id: 'ion',
|
|
65
|
+
keywords: ['memecoin'],
|
|
66
|
+
traces: [{
|
|
67
|
+
type: 'ibc',
|
|
68
|
+
counterparty: {
|
|
69
|
+
channel_id: 'channel-10016',
|
|
70
|
+
base_denom: 'uion',
|
|
71
|
+
chain_name: 'osmosistestnet'
|
|
72
|
+
},
|
|
73
|
+
chain: {
|
|
74
|
+
channel_id: 'channel-0'
|
|
75
|
+
}
|
|
76
|
+
}]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
description: 'The native token of Osmosis',
|
|
80
|
+
denom_units: [{
|
|
81
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
82
|
+
exponent: 0,
|
|
83
|
+
aliases: ['uosmo']
|
|
84
|
+
}, {
|
|
85
|
+
denom: 'osmo',
|
|
86
|
+
exponent: 6,
|
|
87
|
+
aliases: []
|
|
88
|
+
}],
|
|
89
|
+
type_asset: 'sdk.coin',
|
|
90
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
91
|
+
name: 'Osmosis Testnet',
|
|
92
|
+
display: 'osmo',
|
|
93
|
+
symbol: 'OSMO',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
101
|
+
}],
|
|
102
|
+
coingecko_id: 'osmosis',
|
|
103
|
+
keywords: ['dex', 'staking'],
|
|
104
|
+
traces: [{
|
|
105
|
+
type: 'ibc',
|
|
106
|
+
counterparty: {
|
|
107
|
+
channel_id: 'channel-10016',
|
|
108
|
+
base_denom: 'uosmo',
|
|
109
|
+
chain_name: 'osmosistestnet'
|
|
110
|
+
},
|
|
111
|
+
chain: {
|
|
112
|
+
channel_id: 'channel-0'
|
|
113
|
+
}
|
|
114
|
+
}]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
denom_units: [{
|
|
118
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
119
|
+
exponent: 0,
|
|
120
|
+
aliases: ['uion']
|
|
121
|
+
}, {
|
|
122
|
+
denom: 'ion',
|
|
123
|
+
exponent: 6
|
|
124
|
+
}],
|
|
125
|
+
type_asset: 'sdk.coin',
|
|
126
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
127
|
+
name: 'Ion',
|
|
128
|
+
display: 'ion',
|
|
129
|
+
symbol: 'ION',
|
|
130
|
+
logo_URIs: {
|
|
131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
133
|
+
},
|
|
134
|
+
images: [{
|
|
135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
|
+
}],
|
|
138
|
+
coingecko_id: 'ion',
|
|
139
|
+
keywords: ['memecoin'],
|
|
140
|
+
traces: [{
|
|
141
|
+
type: 'ibc',
|
|
142
|
+
counterparty: {
|
|
143
|
+
channel_id: 'channel-10016',
|
|
144
|
+
base_denom: 'uion',
|
|
145
|
+
chain_name: 'osmosistestnet'
|
|
146
|
+
},
|
|
147
|
+
chain: {
|
|
148
|
+
channel_id: 'channel-0'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
};
|
|
154
|
+
export default assets;
|
|
@@ -460,6 +460,76 @@ const assets = {
|
|
|
460
460
|
}
|
|
461
461
|
}]
|
|
462
462
|
},
|
|
463
|
+
{
|
|
464
|
+
description: 'Manifest testnet native token',
|
|
465
|
+
denom_units: [{
|
|
466
|
+
denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
467
|
+
exponent: 0,
|
|
468
|
+
aliases: ['umfx']
|
|
469
|
+
}, {
|
|
470
|
+
denom: 'mfx',
|
|
471
|
+
exponent: 6
|
|
472
|
+
}],
|
|
473
|
+
base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
474
|
+
name: 'Manifest Testnet Token',
|
|
475
|
+
display: 'mfx',
|
|
476
|
+
symbol: 'MFX',
|
|
477
|
+
logo_URIs: {
|
|
478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
480
|
+
},
|
|
481
|
+
images: [{
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
484
|
+
}],
|
|
485
|
+
type_asset: 'sdk.coin',
|
|
486
|
+
traces: [{
|
|
487
|
+
type: 'ibc',
|
|
488
|
+
counterparty: {
|
|
489
|
+
channel_id: 'channel-0',
|
|
490
|
+
base_denom: 'umfx',
|
|
491
|
+
chain_name: 'manifesttestnet'
|
|
492
|
+
},
|
|
493
|
+
chain: {
|
|
494
|
+
channel_id: 'channel-10016'
|
|
495
|
+
}
|
|
496
|
+
}]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
description: 'Proof of Authority token for the Manifest testnet',
|
|
500
|
+
denom_units: [{
|
|
501
|
+
denom: 'ibc/A9339AC5FDA8086F277935ED905B4B0FCF1824DBACAB11B80EFA8E0F889FF45E',
|
|
502
|
+
exponent: 0,
|
|
503
|
+
aliases: ['upoa']
|
|
504
|
+
}, {
|
|
505
|
+
denom: 'poa',
|
|
506
|
+
exponent: 6
|
|
507
|
+
}],
|
|
508
|
+
base: 'ibc/A9339AC5FDA8086F277935ED905B4B0FCF1824DBACAB11B80EFA8E0F889FF45E',
|
|
509
|
+
name: 'Manifest Testnet Token',
|
|
510
|
+
display: 'poa',
|
|
511
|
+
symbol: 'POA',
|
|
512
|
+
logo_URIs: {
|
|
513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
515
|
+
},
|
|
516
|
+
images: [{
|
|
517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
519
|
+
}],
|
|
520
|
+
type_asset: 'sdk.coin',
|
|
521
|
+
traces: [{
|
|
522
|
+
type: 'ibc',
|
|
523
|
+
counterparty: {
|
|
524
|
+
channel_id: 'channel-0',
|
|
525
|
+
base_denom: 'upoa',
|
|
526
|
+
chain_name: 'manifesttestnet'
|
|
527
|
+
},
|
|
528
|
+
chain: {
|
|
529
|
+
channel_id: 'channel-10016'
|
|
530
|
+
}
|
|
531
|
+
}]
|
|
532
|
+
},
|
|
463
533
|
{
|
|
464
534
|
description: 'The native token of Mars Protocol',
|
|
465
535
|
denom_units: [{
|
|
@@ -1113,6 +1183,76 @@ const assets = {
|
|
|
1113
1183
|
}
|
|
1114
1184
|
}]
|
|
1115
1185
|
},
|
|
1186
|
+
{
|
|
1187
|
+
description: 'Manifest testnet native token',
|
|
1188
|
+
denom_units: [{
|
|
1189
|
+
denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
1190
|
+
exponent: 0,
|
|
1191
|
+
aliases: ['umfx']
|
|
1192
|
+
}, {
|
|
1193
|
+
denom: 'mfx',
|
|
1194
|
+
exponent: 6
|
|
1195
|
+
}],
|
|
1196
|
+
base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
1197
|
+
name: 'Manifest Testnet Token',
|
|
1198
|
+
display: 'mfx',
|
|
1199
|
+
symbol: 'MFX',
|
|
1200
|
+
logo_URIs: {
|
|
1201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
1202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
1203
|
+
},
|
|
1204
|
+
images: [{
|
|
1205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
1206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
1207
|
+
}],
|
|
1208
|
+
type_asset: 'sdk.coin',
|
|
1209
|
+
traces: [{
|
|
1210
|
+
type: 'ibc',
|
|
1211
|
+
counterparty: {
|
|
1212
|
+
channel_id: 'channel-0',
|
|
1213
|
+
base_denom: 'umfx',
|
|
1214
|
+
chain_name: 'manifesttestnet'
|
|
1215
|
+
},
|
|
1216
|
+
chain: {
|
|
1217
|
+
channel_id: 'channel-10016'
|
|
1218
|
+
}
|
|
1219
|
+
}]
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
description: 'Proof of Authority token for the Manifest testnet',
|
|
1223
|
+
denom_units: [{
|
|
1224
|
+
denom: 'ibc/A9339AC5FDA8086F277935ED905B4B0FCF1824DBACAB11B80EFA8E0F889FF45E',
|
|
1225
|
+
exponent: 0,
|
|
1226
|
+
aliases: ['upoa']
|
|
1227
|
+
}, {
|
|
1228
|
+
denom: 'poa',
|
|
1229
|
+
exponent: 6
|
|
1230
|
+
}],
|
|
1231
|
+
base: 'ibc/A9339AC5FDA8086F277935ED905B4B0FCF1824DBACAB11B80EFA8E0F889FF45E',
|
|
1232
|
+
name: 'Manifest Testnet Token',
|
|
1233
|
+
display: 'poa',
|
|
1234
|
+
symbol: 'POA',
|
|
1235
|
+
logo_URIs: {
|
|
1236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
1237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
1238
|
+
},
|
|
1239
|
+
images: [{
|
|
1240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
|
|
1241
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
1242
|
+
}],
|
|
1243
|
+
type_asset: 'sdk.coin',
|
|
1244
|
+
traces: [{
|
|
1245
|
+
type: 'ibc',
|
|
1246
|
+
counterparty: {
|
|
1247
|
+
channel_id: 'channel-0',
|
|
1248
|
+
base_denom: 'upoa',
|
|
1249
|
+
chain_name: 'manifesttestnet'
|
|
1250
|
+
},
|
|
1251
|
+
chain: {
|
|
1252
|
+
channel_id: 'channel-10016'
|
|
1253
|
+
}
|
|
1254
|
+
}]
|
|
1255
|
+
},
|
|
1116
1256
|
{
|
|
1117
1257
|
description: 'The native token of Mars Protocol',
|
|
1118
1258
|
denom_units: [{
|
package/mainnet/carbon.js
CHANGED
|
@@ -2395,6 +2395,42 @@ const assets = {
|
|
|
2395
2395
|
}
|
|
2396
2396
|
}]
|
|
2397
2397
|
},
|
|
2398
|
+
{
|
|
2399
|
+
description: 'ERIS Arbitrage LUNA',
|
|
2400
|
+
type_asset: 'cw20',
|
|
2401
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
2402
|
+
denom_units: [{
|
|
2403
|
+
denom: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
2404
|
+
exponent: 0,
|
|
2405
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
2406
|
+
}, {
|
|
2407
|
+
denom: 'arbLUNA',
|
|
2408
|
+
exponent: 6
|
|
2409
|
+
}],
|
|
2410
|
+
base: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
2411
|
+
name: 'ERIS Arb LUNA',
|
|
2412
|
+
display: 'arbLUNA',
|
|
2413
|
+
symbol: 'arbLUNA',
|
|
2414
|
+
logo_URIs: {
|
|
2415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
2416
|
+
},
|
|
2417
|
+
images: [{
|
|
2418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
2419
|
+
}],
|
|
2420
|
+
traces: [{
|
|
2421
|
+
type: 'ibc-cw20',
|
|
2422
|
+
counterparty: {
|
|
2423
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2424
|
+
channel_id: 'channel-41',
|
|
2425
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
2426
|
+
chain_name: 'terra2'
|
|
2427
|
+
},
|
|
2428
|
+
chain: {
|
|
2429
|
+
port: 'transfer',
|
|
2430
|
+
channel_id: 'channel-16'
|
|
2431
|
+
}
|
|
2432
|
+
}]
|
|
2433
|
+
},
|
|
2398
2434
|
{
|
|
2399
2435
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
2400
2436
|
denom_units: [{
|
|
@@ -3690,6 +3726,42 @@ const assets = {
|
|
|
3690
3726
|
channel_id: 'channel-16'
|
|
3691
3727
|
}
|
|
3692
3728
|
}]
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
description: 'ERIS Arbitrage LUNA',
|
|
3732
|
+
type_asset: 'cw20',
|
|
3733
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
3734
|
+
denom_units: [{
|
|
3735
|
+
denom: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
3736
|
+
exponent: 0,
|
|
3737
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
3738
|
+
}, {
|
|
3739
|
+
denom: 'arbLUNA',
|
|
3740
|
+
exponent: 6
|
|
3741
|
+
}],
|
|
3742
|
+
base: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
3743
|
+
name: 'ERIS Arb LUNA',
|
|
3744
|
+
display: 'arbLUNA',
|
|
3745
|
+
symbol: 'arbLUNA',
|
|
3746
|
+
logo_URIs: {
|
|
3747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
3748
|
+
},
|
|
3749
|
+
images: [{
|
|
3750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
3751
|
+
}],
|
|
3752
|
+
traces: [{
|
|
3753
|
+
type: 'ibc-cw20',
|
|
3754
|
+
counterparty: {
|
|
3755
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
3756
|
+
channel_id: 'channel-41',
|
|
3757
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
3758
|
+
chain_name: 'terra2'
|
|
3759
|
+
},
|
|
3760
|
+
chain: {
|
|
3761
|
+
port: 'transfer',
|
|
3762
|
+
channel_id: 'channel-16'
|
|
3763
|
+
}
|
|
3764
|
+
}]
|
|
3693
3765
|
}
|
|
3694
3766
|
]
|
|
3695
3767
|
};
|