@juno-network/assets 0.5.8 → 0.6.0
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/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +238 -153
- package/main/assets.js +243 -74
- package/main/chain.js +1 -1
- package/main/index.js +9 -9
- package/{main/ibc_assets.js → module/asset_list.js} +231 -160
- package/module/assets.js +243 -74
- package/module/chain.js +1 -1
- package/module/index.js +3 -3
- package/package.json +5 -5
- package/types/ibc_assets.d.ts +0 -3
package/module/assets.js
CHANGED
@@ -2,118 +2,287 @@ const assets = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
3
3
|
chain_name: 'juno',
|
4
4
|
assets: [{
|
5
|
-
description: '
|
5
|
+
description: 'The native token of JUNO Chain',
|
6
6
|
denom_units: [{
|
7
|
-
denom: '
|
7
|
+
denom: 'ujuno',
|
8
8
|
exponent: 0
|
9
9
|
}, {
|
10
|
-
denom: '
|
11
|
-
exponent:
|
10
|
+
denom: 'juno',
|
11
|
+
exponent: 6
|
12
12
|
}],
|
13
|
-
base: '
|
14
|
-
name: '
|
15
|
-
display: '
|
16
|
-
symbol: '
|
13
|
+
base: 'ujuno',
|
14
|
+
name: 'Juno',
|
15
|
+
display: 'juno',
|
16
|
+
symbol: 'JUNO',
|
17
17
|
logo_URIs: {
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
20
20
|
},
|
21
|
-
coingecko_id: '
|
21
|
+
coingecko_id: 'juno-network'
|
22
22
|
}, {
|
23
|
-
description: 'The
|
24
|
-
type_asset: '
|
25
|
-
address: '
|
23
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
24
|
+
type_asset: 'cw20',
|
25
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
26
26
|
denom_units: [{
|
27
|
-
denom: '
|
28
|
-
exponent: 0
|
29
|
-
|
27
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
28
|
+
exponent: 0
|
29
|
+
}, {
|
30
|
+
denom: 'neta',
|
31
|
+
exponent: 6
|
32
|
+
}],
|
33
|
+
base: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
34
|
+
name: 'Neta',
|
35
|
+
display: 'neta',
|
36
|
+
symbol: 'NETA',
|
37
|
+
logo_URIs: {
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
40
|
+
},
|
41
|
+
coingecko_id: 'neta'
|
42
|
+
}, {
|
43
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
44
|
+
type_asset: 'cw20',
|
45
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
46
|
+
denom_units: [{
|
47
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
48
|
+
exponent: 0
|
30
49
|
}, {
|
31
|
-
denom: '
|
32
|
-
exponent:
|
50
|
+
denom: 'marble',
|
51
|
+
exponent: 3
|
33
52
|
}],
|
34
|
-
base: '
|
35
|
-
name: '
|
36
|
-
display: '
|
37
|
-
symbol: '
|
53
|
+
base: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
54
|
+
name: 'Marble',
|
55
|
+
display: 'marble',
|
56
|
+
symbol: 'MARBLE',
|
38
57
|
logo_URIs: {
|
39
|
-
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
40
60
|
},
|
41
|
-
coingecko_id: '
|
61
|
+
coingecko_id: 'marble'
|
42
62
|
}, {
|
43
|
-
description: '
|
44
|
-
type_asset: '
|
45
|
-
address: '
|
63
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
64
|
+
type_asset: 'cw20',
|
65
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
46
66
|
denom_units: [{
|
47
|
-
denom: '
|
48
|
-
exponent: 0
|
49
|
-
aliases: ['dai-wei']
|
67
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
68
|
+
exponent: 0
|
50
69
|
}, {
|
51
|
-
denom: '
|
52
|
-
exponent:
|
70
|
+
denom: 'hope',
|
71
|
+
exponent: 6
|
53
72
|
}],
|
54
|
-
base: '
|
55
|
-
name: '
|
56
|
-
display: '
|
57
|
-
symbol: '
|
73
|
+
base: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
74
|
+
name: 'Hope Galaxy',
|
75
|
+
display: 'hope',
|
76
|
+
symbol: 'HOPE',
|
58
77
|
logo_URIs: {
|
59
|
-
|
78
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
79
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
80
|
+
},
|
81
|
+
coingecko_id: 'hope-galaxy'
|
82
|
+
}, {
|
83
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
84
|
+
type_asset: 'cw20',
|
85
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
86
|
+
denom_units: [{
|
87
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
88
|
+
exponent: 0
|
89
|
+
}, {
|
90
|
+
denom: 'rac',
|
91
|
+
exponent: 6
|
92
|
+
}],
|
93
|
+
base: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
94
|
+
name: 'Racoon',
|
95
|
+
display: 'rac',
|
96
|
+
symbol: 'RAC',
|
97
|
+
logo_URIs: {
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
100
|
+
},
|
101
|
+
coingecko_id: 'racoon'
|
102
|
+
}, {
|
103
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
104
|
+
type_asset: 'cw20',
|
105
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
106
|
+
denom_units: [{
|
107
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
108
|
+
exponent: 0
|
109
|
+
}, {
|
110
|
+
denom: 'block',
|
111
|
+
exponent: 6
|
112
|
+
}],
|
113
|
+
base: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
114
|
+
name: 'Block',
|
115
|
+
display: 'block',
|
116
|
+
symbol: 'BLOCK',
|
117
|
+
logo_URIs: {
|
118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
60
120
|
}
|
61
121
|
}, {
|
62
|
-
description: '
|
63
|
-
type_asset: '
|
64
|
-
address: '
|
122
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
123
|
+
type_asset: 'cw20',
|
124
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
65
125
|
denom_units: [{
|
66
|
-
denom: '
|
126
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
67
127
|
exponent: 0,
|
68
|
-
aliases: ['
|
128
|
+
aliases: ['dhk']
|
129
|
+
}],
|
130
|
+
base: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
131
|
+
name: 'DHK',
|
132
|
+
display: 'dhk',
|
133
|
+
symbol: 'DHK',
|
134
|
+
logo_URIs: {
|
135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
137
|
+
}
|
138
|
+
}, {
|
139
|
+
description: 'Token governance for Junoswap',
|
140
|
+
type_asset: 'cw20',
|
141
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
142
|
+
denom_units: [{
|
143
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
144
|
+
exponent: 0
|
69
145
|
}, {
|
70
|
-
denom: '
|
71
|
-
exponent:
|
146
|
+
denom: 'raw',
|
147
|
+
exponent: 6
|
72
148
|
}],
|
73
|
-
base: '
|
74
|
-
name: '
|
75
|
-
display: '
|
76
|
-
symbol: '
|
149
|
+
base: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
150
|
+
name: 'JunoSwap',
|
151
|
+
display: 'raw',
|
152
|
+
symbol: 'RAW',
|
77
153
|
logo_URIs: {
|
78
|
-
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
155
|
+
},
|
156
|
+
coingecko_id: 'junoswap-raw-dao'
|
157
|
+
}, {
|
158
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
159
|
+
type_asset: 'cw20',
|
160
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
161
|
+
denom_units: [{
|
162
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
163
|
+
exponent: 0
|
164
|
+
}, {
|
165
|
+
denom: 'asvt',
|
166
|
+
exponent: 6
|
167
|
+
}],
|
168
|
+
base: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
169
|
+
name: 'Another.Software Validator Token',
|
170
|
+
display: 'asvt',
|
171
|
+
symbol: 'ASVT',
|
172
|
+
logo_URIs: {
|
173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
79
174
|
}
|
80
175
|
}, {
|
81
|
-
description: '
|
82
|
-
type_asset: '
|
83
|
-
address: '
|
176
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
177
|
+
type_asset: 'cw20',
|
178
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
84
179
|
denom_units: [{
|
85
|
-
denom: '
|
86
|
-
exponent: 0
|
87
|
-
aliases: ['uusdc']
|
180
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
181
|
+
exponent: 0
|
88
182
|
}, {
|
89
|
-
denom: '
|
183
|
+
denom: 'hns',
|
90
184
|
exponent: 6
|
91
185
|
}],
|
92
|
-
base: '
|
93
|
-
name: '
|
94
|
-
display: '
|
95
|
-
symbol: '
|
186
|
+
base: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
187
|
+
name: 'IBC HNS (Handshake)',
|
188
|
+
display: 'hns',
|
189
|
+
symbol: 'HNS',
|
96
190
|
logo_URIs: {
|
97
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
98
192
|
}
|
99
193
|
}, {
|
100
|
-
description: '
|
101
|
-
type_asset: '
|
102
|
-
address: '
|
194
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
195
|
+
type_asset: 'cw20',
|
196
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
103
197
|
denom_units: [{
|
104
|
-
denom: '
|
105
|
-
exponent: 0
|
106
|
-
|
198
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
199
|
+
exponent: 0
|
200
|
+
}, {
|
201
|
+
denom: 'joe',
|
202
|
+
exponent: 6
|
203
|
+
}],
|
204
|
+
base: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
205
|
+
name: 'JoeDAO',
|
206
|
+
display: 'joe',
|
207
|
+
symbol: 'JOE',
|
208
|
+
logo_URIs: {
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
210
|
+
}
|
211
|
+
}, {
|
212
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
213
|
+
type_asset: 'cw20',
|
214
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
215
|
+
denom_units: [{
|
216
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
217
|
+
exponent: 0
|
218
|
+
}, {
|
219
|
+
denom: 'dla',
|
220
|
+
exponent: 6
|
221
|
+
}],
|
222
|
+
base: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
223
|
+
name: 'Digital Land Acquisition DAO',
|
224
|
+
display: 'dla',
|
225
|
+
symbol: 'DLA',
|
226
|
+
logo_URIs: {
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
229
|
+
}
|
230
|
+
}, {
|
231
|
+
description: 'DeFi gaming platform built on Juno',
|
232
|
+
type_asset: 'cw20',
|
233
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
234
|
+
denom_units: [{
|
235
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
236
|
+
exponent: 0
|
107
237
|
}, {
|
108
|
-
denom: '
|
238
|
+
denom: 'glto',
|
109
239
|
exponent: 6
|
110
240
|
}],
|
111
|
-
base: '
|
112
|
-
name: '
|
113
|
-
display: '
|
114
|
-
symbol: '
|
241
|
+
base: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
242
|
+
name: 'Gelotto',
|
243
|
+
display: 'glto',
|
244
|
+
symbol: 'GLTO',
|
245
|
+
logo_URIs: {
|
246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
248
|
+
}
|
249
|
+
}, {
|
250
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
251
|
+
type_asset: 'cw20',
|
252
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
253
|
+
denom_units: [{
|
254
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
255
|
+
exponent: 0
|
256
|
+
}, {
|
257
|
+
denom: 'gkey',
|
258
|
+
exponent: 6
|
259
|
+
}],
|
260
|
+
base: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
261
|
+
name: 'GKey',
|
262
|
+
display: 'gkey',
|
263
|
+
symbol: 'GKEY',
|
264
|
+
logo_URIs: {
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
267
|
+
}
|
268
|
+
}, {
|
269
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
270
|
+
type_asset: 'cw20',
|
271
|
+
address: 'juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
272
|
+
denom_units: [{
|
273
|
+
denom: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
274
|
+
exponent: 0
|
275
|
+
}, {
|
276
|
+
denom: 'blkh',
|
277
|
+
exponent: 4
|
278
|
+
}],
|
279
|
+
base: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
280
|
+
name: 'Blackhole',
|
281
|
+
display: 'blkh',
|
282
|
+
symbol: 'BLKH',
|
115
283
|
logo_URIs: {
|
116
|
-
|
284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png',
|
285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg'
|
117
286
|
}
|
118
287
|
}, {
|
119
288
|
description: 'The native token cw20 for Neta on Juno Chain',
|
package/module/chain.js
CHANGED
@@ -123,7 +123,7 @@ const chain = {
|
|
123
123
|
}, {
|
124
124
|
kind: 'mintscan',
|
125
125
|
url: 'https://www.mintscan.io/juno',
|
126
|
-
tx_page: 'https://www.mintscan.io/juno/txs
|
126
|
+
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
|
127
127
|
}, {
|
128
128
|
kind: 'atomscan',
|
129
129
|
url: 'https://atomscan.com/juno',
|
package/module/index.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
+
import asset_list from './asset_list';
|
1
2
|
import assets from './assets';
|
2
3
|
import chain from './chain';
|
3
|
-
import ibc_assets from './ibc_assets';
|
4
4
|
export default {
|
5
5
|
chain,
|
6
6
|
assets,
|
7
|
-
|
7
|
+
asset_list
|
8
8
|
};
|
9
|
-
export { assets, chain
|
9
|
+
export { asset_list, assets, chain };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@juno-network/assets",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.6.0",
|
4
4
|
"description": "Chain Registry info for Juno",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/CosmosContracts/typescript",
|
@@ -54,14 +54,14 @@
|
|
54
54
|
"@babel/plugin-transform-runtime": "7.18.5",
|
55
55
|
"@babel/preset-env": "7.18.2",
|
56
56
|
"@babel/preset-typescript": "^7.17.12",
|
57
|
-
"@chain-registry/utils": "^0.
|
57
|
+
"@chain-registry/utils": "^0.4.0",
|
58
58
|
"@types/jest": "^28.1.1",
|
59
59
|
"@typescript-eslint/eslint-plugin": "5.31.0",
|
60
60
|
"@typescript-eslint/parser": "5.31.0",
|
61
61
|
"babel-core": "7.0.0-bridge.0",
|
62
62
|
"babel-jest": "28.1.1",
|
63
63
|
"babel-watch": "^7.0.0",
|
64
|
-
"chain-registry": "^0.
|
64
|
+
"chain-registry": "^0.7.0",
|
65
65
|
"cross-env": "^7.0.2",
|
66
66
|
"eslint": "8.20.0",
|
67
67
|
"eslint-config-prettier": "^8.5.0",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
79
|
"@babel/runtime": "^7.18.3",
|
80
|
-
"@chain-registry/types": "0.
|
80
|
+
"@chain-registry/types": "0.5.0"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "f4d4ed3345ca678cc756e28ffa8a1947496b3e08"
|
83
83
|
}
|
package/types/ibc_assets.d.ts
DELETED