@chain-registry/assets 1.64.73 → 1.64.74
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/assets.js +2 -1
- package/esm/mainnet/canto.js +100 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/lorenzo.js +182 -0
- package/esm/mainnet/osmosis.js +82 -0
- package/esm/mainnet/sommelier.js +84 -0
- package/esm/testnet/archwaytestnet.js +68 -0
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/junotestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +138 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/canto.js +100 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/lorenzo.d.ts +3 -0
- package/mainnet/lorenzo.js +184 -0
- package/mainnet/osmosis.js +82 -0
- package/mainnet/sommelier.js +84 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +68 -0
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/junotestnet.js +68 -0
- package/testnet/symphonytestnet.js +138 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'lorenzo',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-79840',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-0'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-79840',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-0'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-79840',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-0'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-79840',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-0'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/mainnet/osmosis.js
CHANGED
|
@@ -4072,6 +4072,47 @@ const assets = {
|
|
|
4072
4072
|
}
|
|
4073
4073
|
}]
|
|
4074
4074
|
},
|
|
4075
|
+
{
|
|
4076
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
4077
|
+
denom_units: [{
|
|
4078
|
+
denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
4079
|
+
exponent: 0,
|
|
4080
|
+
aliases: ['alrz']
|
|
4081
|
+
}, {
|
|
4082
|
+
denom: 'LRZ',
|
|
4083
|
+
exponent: 18
|
|
4084
|
+
}],
|
|
4085
|
+
base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
4086
|
+
name: 'LRZ',
|
|
4087
|
+
display: 'LRZ',
|
|
4088
|
+
symbol: 'LRZ',
|
|
4089
|
+
logo_URIs: {
|
|
4090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
4091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
4092
|
+
},
|
|
4093
|
+
images: [{
|
|
4094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
4095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
4096
|
+
theme: {
|
|
4097
|
+
primary_color_hex: '#133348'
|
|
4098
|
+
}
|
|
4099
|
+
}],
|
|
4100
|
+
socials: {
|
|
4101
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
4102
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
4103
|
+
},
|
|
4104
|
+
traces: [{
|
|
4105
|
+
type: 'ibc',
|
|
4106
|
+
counterparty: {
|
|
4107
|
+
channel_id: 'channel-0',
|
|
4108
|
+
base_denom: 'alrz',
|
|
4109
|
+
chain_name: 'lorenzo'
|
|
4110
|
+
},
|
|
4111
|
+
chain: {
|
|
4112
|
+
channel_id: 'channel-79840'
|
|
4113
|
+
}
|
|
4114
|
+
}]
|
|
4115
|
+
},
|
|
4075
4116
|
{
|
|
4076
4117
|
description: 'The native token of LumenX Network',
|
|
4077
4118
|
denom_units: [{
|
|
@@ -9287,6 +9328,47 @@ const assets = {
|
|
|
9287
9328
|
}
|
|
9288
9329
|
}]
|
|
9289
9330
|
},
|
|
9331
|
+
{
|
|
9332
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
9333
|
+
denom_units: [{
|
|
9334
|
+
denom: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
9335
|
+
exponent: 0,
|
|
9336
|
+
aliases: ['alrz']
|
|
9337
|
+
}, {
|
|
9338
|
+
denom: 'LRZ',
|
|
9339
|
+
exponent: 18
|
|
9340
|
+
}],
|
|
9341
|
+
base: 'ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC',
|
|
9342
|
+
name: 'LRZ',
|
|
9343
|
+
display: 'LRZ',
|
|
9344
|
+
symbol: 'LRZ',
|
|
9345
|
+
logo_URIs: {
|
|
9346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
9347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
9348
|
+
},
|
|
9349
|
+
images: [{
|
|
9350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
9351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
9352
|
+
theme: {
|
|
9353
|
+
primary_color_hex: '#133348'
|
|
9354
|
+
}
|
|
9355
|
+
}],
|
|
9356
|
+
socials: {
|
|
9357
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
9358
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
9359
|
+
},
|
|
9360
|
+
traces: [{
|
|
9361
|
+
type: 'ibc',
|
|
9362
|
+
counterparty: {
|
|
9363
|
+
channel_id: 'channel-0',
|
|
9364
|
+
base_denom: 'alrz',
|
|
9365
|
+
chain_name: 'lorenzo'
|
|
9366
|
+
},
|
|
9367
|
+
chain: {
|
|
9368
|
+
channel_id: 'channel-79840'
|
|
9369
|
+
}
|
|
9370
|
+
}]
|
|
9371
|
+
},
|
|
9290
9372
|
{
|
|
9291
9373
|
description: 'The native token of LumenX Network',
|
|
9292
9374
|
denom_units: [{
|
package/mainnet/sommelier.js
CHANGED
|
@@ -45,6 +45,48 @@ const assets = {
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['acanto']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'canto',
|
|
56
|
+
exponent: 18
|
|
57
|
+
}],
|
|
58
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
59
|
+
name: 'Canto',
|
|
60
|
+
display: 'canto',
|
|
61
|
+
symbol: 'CANTO',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'canto',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#1c1f1f'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
socials: {
|
|
75
|
+
website: 'https://canto.io/',
|
|
76
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
77
|
+
},
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-10',
|
|
82
|
+
base_denom: 'acanto',
|
|
83
|
+
chain_name: 'canto'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-2'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
48
90
|
{
|
|
49
91
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
50
92
|
denom_units: [{
|
|
@@ -489,6 +531,48 @@ const assets = {
|
|
|
489
531
|
}
|
|
490
532
|
}]
|
|
491
533
|
},
|
|
534
|
+
{
|
|
535
|
+
description: 'Canto is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
536
|
+
denom_units: [{
|
|
537
|
+
denom: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
538
|
+
exponent: 0,
|
|
539
|
+
aliases: ['acanto']
|
|
540
|
+
}, {
|
|
541
|
+
denom: 'canto',
|
|
542
|
+
exponent: 18
|
|
543
|
+
}],
|
|
544
|
+
base: 'ibc/650B808C0B186704290A19FC122A2D9A26D75B270ED9A0F6A1BE03E2D1747DBF',
|
|
545
|
+
name: 'Canto',
|
|
546
|
+
display: 'canto',
|
|
547
|
+
symbol: 'CANTO',
|
|
548
|
+
logo_URIs: {
|
|
549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg'
|
|
551
|
+
},
|
|
552
|
+
coingecko_id: 'canto',
|
|
553
|
+
images: [{
|
|
554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png',
|
|
555
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg',
|
|
556
|
+
theme: {
|
|
557
|
+
primary_color_hex: '#1c1f1f'
|
|
558
|
+
}
|
|
559
|
+
}],
|
|
560
|
+
socials: {
|
|
561
|
+
website: 'https://canto.io/',
|
|
562
|
+
twitter: 'https://twitter.com/CantoPublic'
|
|
563
|
+
},
|
|
564
|
+
traces: [{
|
|
565
|
+
type: 'ibc',
|
|
566
|
+
counterparty: {
|
|
567
|
+
channel_id: 'channel-10',
|
|
568
|
+
base_denom: 'acanto',
|
|
569
|
+
chain_name: 'canto'
|
|
570
|
+
},
|
|
571
|
+
chain: {
|
|
572
|
+
channel_id: 'channel-2'
|
|
573
|
+
}
|
|
574
|
+
}]
|
|
575
|
+
},
|
|
492
576
|
{
|
|
493
577
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
494
578
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.74",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.60",
|
|
33
|
+
"chain-registry": "^1.63.74"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.60"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e1df14e9101a072d28bd889c7b5e2e8ffb6f9deb"
|
|
47
47
|
}
|
|
@@ -180,6 +180,40 @@ const assets = {
|
|
|
180
180
|
}
|
|
181
181
|
}]
|
|
182
182
|
},
|
|
183
|
+
{
|
|
184
|
+
description: 'The native token of Symphony',
|
|
185
|
+
denom_units: [{
|
|
186
|
+
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
187
|
+
exponent: 0,
|
|
188
|
+
aliases: ['note']
|
|
189
|
+
}, {
|
|
190
|
+
denom: 'mld',
|
|
191
|
+
exponent: 6,
|
|
192
|
+
aliases: ['melody']
|
|
193
|
+
}],
|
|
194
|
+
type_asset: 'sdk.coin',
|
|
195
|
+
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
196
|
+
name: 'Melody',
|
|
197
|
+
display: 'mld',
|
|
198
|
+
symbol: 'MLD',
|
|
199
|
+
logo_URIs: {
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
201
|
+
},
|
|
202
|
+
images: [{
|
|
203
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
204
|
+
}],
|
|
205
|
+
traces: [{
|
|
206
|
+
type: 'ibc',
|
|
207
|
+
counterparty: {
|
|
208
|
+
channel_id: 'channel-10',
|
|
209
|
+
base_denom: 'note',
|
|
210
|
+
chain_name: 'symphonytestnet'
|
|
211
|
+
},
|
|
212
|
+
chain: {
|
|
213
|
+
channel_id: 'channel-495'
|
|
214
|
+
}
|
|
215
|
+
}]
|
|
216
|
+
},
|
|
183
217
|
{
|
|
184
218
|
description: 'The native token of Axelar',
|
|
185
219
|
denom_units: [{
|
|
@@ -288,6 +322,40 @@ const assets = {
|
|
|
288
322
|
channel_id: 'channel-225'
|
|
289
323
|
}
|
|
290
324
|
}]
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
description: 'The native token of Symphony',
|
|
328
|
+
denom_units: [{
|
|
329
|
+
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
330
|
+
exponent: 0,
|
|
331
|
+
aliases: ['note']
|
|
332
|
+
}, {
|
|
333
|
+
denom: 'mld',
|
|
334
|
+
exponent: 6,
|
|
335
|
+
aliases: ['melody']
|
|
336
|
+
}],
|
|
337
|
+
type_asset: 'sdk.coin',
|
|
338
|
+
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
339
|
+
name: 'Melody',
|
|
340
|
+
display: 'mld',
|
|
341
|
+
symbol: 'MLD',
|
|
342
|
+
logo_URIs: {
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
344
|
+
},
|
|
345
|
+
images: [{
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
347
|
+
}],
|
|
348
|
+
traces: [{
|
|
349
|
+
type: 'ibc',
|
|
350
|
+
counterparty: {
|
|
351
|
+
channel_id: 'channel-10',
|
|
352
|
+
base_denom: 'note',
|
|
353
|
+
chain_name: 'symphonytestnet'
|
|
354
|
+
},
|
|
355
|
+
chain: {
|
|
356
|
+
channel_id: 'channel-495'
|
|
357
|
+
}
|
|
358
|
+
}]
|
|
291
359
|
}
|
|
292
360
|
]
|
|
293
361
|
};
|
|
@@ -464,6 +464,40 @@ const assets = {
|
|
|
464
464
|
}
|
|
465
465
|
}]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
description: 'The native token of Symphony',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['note']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'mld',
|
|
475
|
+
exponent: 6,
|
|
476
|
+
aliases: ['melody']
|
|
477
|
+
}],
|
|
478
|
+
type_asset: 'sdk.coin',
|
|
479
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
480
|
+
name: 'Melody',
|
|
481
|
+
display: 'mld',
|
|
482
|
+
symbol: 'MLD',
|
|
483
|
+
logo_URIs: {
|
|
484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
485
|
+
},
|
|
486
|
+
images: [{
|
|
487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
488
|
+
}],
|
|
489
|
+
traces: [{
|
|
490
|
+
type: 'ibc',
|
|
491
|
+
counterparty: {
|
|
492
|
+
channel_id: 'channel-7',
|
|
493
|
+
base_denom: 'note',
|
|
494
|
+
chain_name: 'symphonytestnet'
|
|
495
|
+
},
|
|
496
|
+
chain: {
|
|
497
|
+
channel_id: 'channel-4300'
|
|
498
|
+
}
|
|
499
|
+
}]
|
|
500
|
+
},
|
|
467
501
|
{
|
|
468
502
|
description: 'The native token of the Titan network.',
|
|
469
503
|
denom_units: [
|
|
@@ -906,6 +940,40 @@ const assets = {
|
|
|
906
940
|
}
|
|
907
941
|
}]
|
|
908
942
|
},
|
|
943
|
+
{
|
|
944
|
+
description: 'The native token of Symphony',
|
|
945
|
+
denom_units: [{
|
|
946
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
947
|
+
exponent: 0,
|
|
948
|
+
aliases: ['note']
|
|
949
|
+
}, {
|
|
950
|
+
denom: 'mld',
|
|
951
|
+
exponent: 6,
|
|
952
|
+
aliases: ['melody']
|
|
953
|
+
}],
|
|
954
|
+
type_asset: 'sdk.coin',
|
|
955
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
956
|
+
name: 'Melody',
|
|
957
|
+
display: 'mld',
|
|
958
|
+
symbol: 'MLD',
|
|
959
|
+
logo_URIs: {
|
|
960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
961
|
+
},
|
|
962
|
+
images: [{
|
|
963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
964
|
+
}],
|
|
965
|
+
traces: [{
|
|
966
|
+
type: 'ibc',
|
|
967
|
+
counterparty: {
|
|
968
|
+
channel_id: 'channel-7',
|
|
969
|
+
base_denom: 'note',
|
|
970
|
+
chain_name: 'symphonytestnet'
|
|
971
|
+
},
|
|
972
|
+
chain: {
|
|
973
|
+
channel_id: 'channel-4300'
|
|
974
|
+
}
|
|
975
|
+
}]
|
|
976
|
+
},
|
|
909
977
|
{
|
|
910
978
|
description: 'The native token of the Titan network.',
|
|
911
979
|
denom_units: [
|
package/testnet/junotestnet.js
CHANGED
|
@@ -189,6 +189,40 @@ const assets = {
|
|
|
189
189
|
}
|
|
190
190
|
}]
|
|
191
191
|
},
|
|
192
|
+
{
|
|
193
|
+
description: 'The native token of Symphony',
|
|
194
|
+
denom_units: [{
|
|
195
|
+
denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
196
|
+
exponent: 0,
|
|
197
|
+
aliases: ['note']
|
|
198
|
+
}, {
|
|
199
|
+
denom: 'mld',
|
|
200
|
+
exponent: 6,
|
|
201
|
+
aliases: ['melody']
|
|
202
|
+
}],
|
|
203
|
+
type_asset: 'sdk.coin',
|
|
204
|
+
base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
205
|
+
name: 'Melody',
|
|
206
|
+
display: 'mld',
|
|
207
|
+
symbol: 'MLD',
|
|
208
|
+
logo_URIs: {
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
210
|
+
},
|
|
211
|
+
images: [{
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
213
|
+
}],
|
|
214
|
+
traces: [{
|
|
215
|
+
type: 'ibc',
|
|
216
|
+
counterparty: {
|
|
217
|
+
channel_id: 'channel-9',
|
|
218
|
+
base_denom: 'note',
|
|
219
|
+
chain_name: 'symphonytestnet'
|
|
220
|
+
},
|
|
221
|
+
chain: {
|
|
222
|
+
channel_id: 'channel-942'
|
|
223
|
+
}
|
|
224
|
+
}]
|
|
225
|
+
},
|
|
192
226
|
{
|
|
193
227
|
description: 'The native token of Nois',
|
|
194
228
|
denom_units: [{
|
|
@@ -374,6 +408,40 @@ const assets = {
|
|
|
374
408
|
channel_id: 'channel-140'
|
|
375
409
|
}
|
|
376
410
|
}]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
description: 'The native token of Symphony',
|
|
414
|
+
denom_units: [{
|
|
415
|
+
denom: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
416
|
+
exponent: 0,
|
|
417
|
+
aliases: ['note']
|
|
418
|
+
}, {
|
|
419
|
+
denom: 'mld',
|
|
420
|
+
exponent: 6,
|
|
421
|
+
aliases: ['melody']
|
|
422
|
+
}],
|
|
423
|
+
type_asset: 'sdk.coin',
|
|
424
|
+
base: 'ibc/653F7299E394185E3529468C5A4B5061C93E15BFD3734A24471DD483FEEF47A0',
|
|
425
|
+
name: 'Melody',
|
|
426
|
+
display: 'mld',
|
|
427
|
+
symbol: 'MLD',
|
|
428
|
+
logo_URIs: {
|
|
429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
430
|
+
},
|
|
431
|
+
images: [{
|
|
432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
433
|
+
}],
|
|
434
|
+
traces: [{
|
|
435
|
+
type: 'ibc',
|
|
436
|
+
counterparty: {
|
|
437
|
+
channel_id: 'channel-9',
|
|
438
|
+
base_denom: 'note',
|
|
439
|
+
chain_name: 'symphonytestnet'
|
|
440
|
+
},
|
|
441
|
+
chain: {
|
|
442
|
+
channel_id: 'channel-942'
|
|
443
|
+
}
|
|
444
|
+
}]
|
|
377
445
|
}
|
|
378
446
|
]
|
|
379
447
|
};
|