@chain-registry/assets 1.70.160 → 1.70.162
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 -2
- package/esm/mainnet/axelar.js +8 -8
- package/esm/mainnet/index.js +1 -1
- package/esm/mainnet/manifest.js +182 -0
- package/esm/mainnet/osmosis.js +148 -0
- package/esm/mainnet/sidechain.js +8 -8
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -2
- package/mainnet/axelar.js +8 -8
- package/mainnet/index.d.ts +1 -1
- package/mainnet/index.js +2 -2
- package/mainnet/manifest.js +184 -0
- package/mainnet/osmosis.js +148 -0
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
- package/esm/mainnet/mars.js +0 -898
- package/mainnet/mars.js +0 -900
- /package/mainnet/{mars.d.ts → manifest.d.ts} +0 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'manifest',
|
|
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-100418',
|
|
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-100418',
|
|
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-100418',
|
|
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-100418',
|
|
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
|
@@ -4909,6 +4909,80 @@ const assets = {
|
|
|
4909
4909
|
}
|
|
4910
4910
|
}]
|
|
4911
4911
|
},
|
|
4912
|
+
{
|
|
4913
|
+
description: 'Manifest native token',
|
|
4914
|
+
denom_units: [{
|
|
4915
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4916
|
+
exponent: 0,
|
|
4917
|
+
aliases: ['umfx']
|
|
4918
|
+
}, {
|
|
4919
|
+
denom: 'mfx',
|
|
4920
|
+
exponent: 6
|
|
4921
|
+
}],
|
|
4922
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
4923
|
+
name: 'Manifest Token',
|
|
4924
|
+
display: 'mfx',
|
|
4925
|
+
symbol: 'MFX',
|
|
4926
|
+
logo_URIs: {
|
|
4927
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4928
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4929
|
+
},
|
|
4930
|
+
images: [{
|
|
4931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4933
|
+
}],
|
|
4934
|
+
type_asset: 'sdk.coin',
|
|
4935
|
+
socials: {
|
|
4936
|
+
website: 'https://manifestai.org/',
|
|
4937
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
4938
|
+
},
|
|
4939
|
+
traces: [{
|
|
4940
|
+
type: 'ibc',
|
|
4941
|
+
counterparty: {
|
|
4942
|
+
channel_id: 'channel-0',
|
|
4943
|
+
base_denom: 'umfx',
|
|
4944
|
+
chain_name: 'manifest'
|
|
4945
|
+
},
|
|
4946
|
+
chain: {
|
|
4947
|
+
channel_id: 'channel-100418'
|
|
4948
|
+
}
|
|
4949
|
+
}]
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
4953
|
+
denom_units: [{
|
|
4954
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4955
|
+
exponent: 0,
|
|
4956
|
+
aliases: ['upoa']
|
|
4957
|
+
}, {
|
|
4958
|
+
denom: 'poa',
|
|
4959
|
+
exponent: 6
|
|
4960
|
+
}],
|
|
4961
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
4962
|
+
name: 'Manifest Proof of Authority Token',
|
|
4963
|
+
display: 'poa',
|
|
4964
|
+
symbol: 'POA',
|
|
4965
|
+
logo_URIs: {
|
|
4966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4967
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4968
|
+
},
|
|
4969
|
+
images: [{
|
|
4970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
4971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
4972
|
+
}],
|
|
4973
|
+
type_asset: 'sdk.coin',
|
|
4974
|
+
traces: [{
|
|
4975
|
+
type: 'ibc',
|
|
4976
|
+
counterparty: {
|
|
4977
|
+
channel_id: 'channel-0',
|
|
4978
|
+
base_denom: 'upoa',
|
|
4979
|
+
chain_name: 'manifest'
|
|
4980
|
+
},
|
|
4981
|
+
chain: {
|
|
4982
|
+
channel_id: 'channel-100418'
|
|
4983
|
+
}
|
|
4984
|
+
}]
|
|
4985
|
+
},
|
|
4912
4986
|
{
|
|
4913
4987
|
description: 'The native token of MANTRA',
|
|
4914
4988
|
denom_units: [{
|
|
@@ -11113,6 +11187,80 @@ const assets = {
|
|
|
11113
11187
|
}
|
|
11114
11188
|
}]
|
|
11115
11189
|
},
|
|
11190
|
+
{
|
|
11191
|
+
description: 'Manifest native token',
|
|
11192
|
+
denom_units: [{
|
|
11193
|
+
denom: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11194
|
+
exponent: 0,
|
|
11195
|
+
aliases: ['umfx']
|
|
11196
|
+
}, {
|
|
11197
|
+
denom: 'mfx',
|
|
11198
|
+
exponent: 6
|
|
11199
|
+
}],
|
|
11200
|
+
base: 'ibc/1A3DE66CCE39FA151DA710B21E06C8FBC47178C1DCE7BB35D2A79466F754CD51',
|
|
11201
|
+
name: 'Manifest Token',
|
|
11202
|
+
display: 'mfx',
|
|
11203
|
+
symbol: 'MFX',
|
|
11204
|
+
logo_URIs: {
|
|
11205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11207
|
+
},
|
|
11208
|
+
images: [{
|
|
11209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11211
|
+
}],
|
|
11212
|
+
type_asset: 'sdk.coin',
|
|
11213
|
+
socials: {
|
|
11214
|
+
website: 'https://manifestai.org/',
|
|
11215
|
+
twitter: 'https://x.com/ManifestAIs/'
|
|
11216
|
+
},
|
|
11217
|
+
traces: [{
|
|
11218
|
+
type: 'ibc',
|
|
11219
|
+
counterparty: {
|
|
11220
|
+
channel_id: 'channel-0',
|
|
11221
|
+
base_denom: 'umfx',
|
|
11222
|
+
chain_name: 'manifest'
|
|
11223
|
+
},
|
|
11224
|
+
chain: {
|
|
11225
|
+
channel_id: 'channel-100418'
|
|
11226
|
+
}
|
|
11227
|
+
}]
|
|
11228
|
+
},
|
|
11229
|
+
{
|
|
11230
|
+
description: 'Proof of Authority token for the Manifest network',
|
|
11231
|
+
denom_units: [{
|
|
11232
|
+
denom: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11233
|
+
exponent: 0,
|
|
11234
|
+
aliases: ['upoa']
|
|
11235
|
+
}, {
|
|
11236
|
+
denom: 'poa',
|
|
11237
|
+
exponent: 6
|
|
11238
|
+
}],
|
|
11239
|
+
base: 'ibc/B1DA72A9BF8F97F0575AB93681D476AFE640A0CD1FB44DD016BE156EEA8B8C7A',
|
|
11240
|
+
name: 'Manifest Proof of Authority Token',
|
|
11241
|
+
display: 'poa',
|
|
11242
|
+
symbol: 'POA',
|
|
11243
|
+
logo_URIs: {
|
|
11244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11246
|
+
},
|
|
11247
|
+
images: [{
|
|
11248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
11249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
11250
|
+
}],
|
|
11251
|
+
type_asset: 'sdk.coin',
|
|
11252
|
+
traces: [{
|
|
11253
|
+
type: 'ibc',
|
|
11254
|
+
counterparty: {
|
|
11255
|
+
channel_id: 'channel-0',
|
|
11256
|
+
base_denom: 'upoa',
|
|
11257
|
+
chain_name: 'manifest'
|
|
11258
|
+
},
|
|
11259
|
+
chain: {
|
|
11260
|
+
channel_id: 'channel-100418'
|
|
11261
|
+
}
|
|
11262
|
+
}]
|
|
11263
|
+
},
|
|
11116
11264
|
{
|
|
11117
11265
|
description: 'The native token of MANTRA',
|
|
11118
11266
|
denom_units: [{
|
package/mainnet/sidechain.js
CHANGED
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uaxl']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'axl',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
17
17
|
name: 'Axelar',
|
|
18
18
|
display: 'axl',
|
|
19
19
|
symbol: 'AXL',
|
|
@@ -37,12 +37,12 @@ const assets = {
|
|
|
37
37
|
traces: [{
|
|
38
38
|
type: 'ibc',
|
|
39
39
|
counterparty: {
|
|
40
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-174',
|
|
41
41
|
base_denom: 'uaxl',
|
|
42
42
|
chain_name: 'axelar'
|
|
43
43
|
},
|
|
44
44
|
chain: {
|
|
45
|
-
channel_id: 'channel-
|
|
45
|
+
channel_id: 'channel-6'
|
|
46
46
|
}
|
|
47
47
|
}]
|
|
48
48
|
},
|
|
@@ -770,14 +770,14 @@ const assets = {
|
|
|
770
770
|
{
|
|
771
771
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
772
772
|
denom_units: [{
|
|
773
|
-
denom: 'ibc/
|
|
773
|
+
denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
774
774
|
exponent: 0,
|
|
775
775
|
aliases: ['uaxl']
|
|
776
776
|
}, {
|
|
777
777
|
denom: 'axl',
|
|
778
778
|
exponent: 6
|
|
779
779
|
}],
|
|
780
|
-
base: 'ibc/
|
|
780
|
+
base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
|
|
781
781
|
name: 'Axelar',
|
|
782
782
|
display: 'axl',
|
|
783
783
|
symbol: 'AXL',
|
|
@@ -801,12 +801,12 @@ const assets = {
|
|
|
801
801
|
traces: [{
|
|
802
802
|
type: 'ibc',
|
|
803
803
|
counterparty: {
|
|
804
|
-
channel_id: 'channel-
|
|
804
|
+
channel_id: 'channel-174',
|
|
805
805
|
base_denom: 'uaxl',
|
|
806
806
|
chain_name: 'axelar'
|
|
807
807
|
},
|
|
808
808
|
chain: {
|
|
809
|
-
channel_id: 'channel-
|
|
809
|
+
channel_id: 'channel-6'
|
|
810
810
|
}
|
|
811
811
|
}]
|
|
812
812
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.162",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.99",
|
|
33
|
+
"chain-registry": "^1.69.162"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.99"
|
|
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": "d2aef35683e2802b43d8d584806981a83c419a5c"
|
|
47
47
|
}
|