@chain-registry/assets 1.64.85 → 1.64.86
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/acrechain.js +14 -10
- package/esm/mainnet/cosmoshub.js +14 -10
- package/esm/mainnet/injective.js +14 -10
- package/esm/mainnet/osmosis.js +14 -10
- package/esm/mainnet/secretnetwork.js +14 -10
- package/esm/testnet/junotestnet.js +32 -32
- package/esm/testnet/symphonytestnet.js +8 -8
- package/mainnet/acrechain.js +14 -10
- package/mainnet/cosmoshub.js +14 -10
- package/mainnet/injective.js +14 -10
- package/mainnet/osmosis.js +14 -10
- package/mainnet/secretnetwork.js +14 -10
- package/package.json +5 -5
- package/testnet/junotestnet.js +32 -32
- package/testnet/symphonytestnet.js +8 -8
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1652,7 +1652,8 @@ const assets = {
|
|
|
1652
1652
|
display: 'ORAI',
|
|
1653
1653
|
symbol: 'ORAI',
|
|
1654
1654
|
logo_URIs: {
|
|
1655
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1656
1657
|
},
|
|
1657
1658
|
coingecko_id: 'oraichain-token',
|
|
1658
1659
|
socials: {
|
|
@@ -1662,17 +1663,18 @@ const assets = {
|
|
|
1662
1663
|
images: [
|
|
1663
1664
|
{
|
|
1664
1665
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1666
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1665
1667
|
theme: {
|
|
1666
1668
|
circle: true,
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
+
primary_color_hex: '#000000',
|
|
1670
|
+
background_color_hex: '#FFFFFF'
|
|
1669
1671
|
}
|
|
1670
1672
|
},
|
|
1671
1673
|
{
|
|
1672
1674
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1673
1675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1674
1676
|
theme: {
|
|
1675
|
-
circle:
|
|
1677
|
+
circle: false,
|
|
1676
1678
|
dark_mode: true,
|
|
1677
1679
|
primary_color_hex: '#FFFFFF'
|
|
1678
1680
|
}
|
|
@@ -1681,7 +1683,7 @@ const assets = {
|
|
|
1681
1683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1682
1684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1683
1685
|
theme: {
|
|
1684
|
-
circle:
|
|
1686
|
+
circle: false,
|
|
1685
1687
|
dark_mode: false,
|
|
1686
1688
|
primary_color_hex: '#000000'
|
|
1687
1689
|
}
|
|
@@ -3571,7 +3573,8 @@ const assets = {
|
|
|
3571
3573
|
display: 'ORAI',
|
|
3572
3574
|
symbol: 'ORAI',
|
|
3573
3575
|
logo_URIs: {
|
|
3574
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3575
3578
|
},
|
|
3576
3579
|
coingecko_id: 'oraichain-token',
|
|
3577
3580
|
socials: {
|
|
@@ -3581,17 +3584,18 @@ const assets = {
|
|
|
3581
3584
|
images: [
|
|
3582
3585
|
{
|
|
3583
3586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3584
3588
|
theme: {
|
|
3585
3589
|
circle: true,
|
|
3586
|
-
|
|
3587
|
-
|
|
3590
|
+
primary_color_hex: '#000000',
|
|
3591
|
+
background_color_hex: '#FFFFFF'
|
|
3588
3592
|
}
|
|
3589
3593
|
},
|
|
3590
3594
|
{
|
|
3591
3595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3592
3596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3593
3597
|
theme: {
|
|
3594
|
-
circle:
|
|
3598
|
+
circle: false,
|
|
3595
3599
|
dark_mode: true,
|
|
3596
3600
|
primary_color_hex: '#FFFFFF'
|
|
3597
3601
|
}
|
|
@@ -3600,7 +3604,7 @@ const assets = {
|
|
|
3600
3604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3601
3605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3602
3606
|
theme: {
|
|
3603
|
-
circle:
|
|
3607
|
+
circle: false,
|
|
3604
3608
|
dark_mode: false,
|
|
3605
3609
|
primary_color_hex: '#000000'
|
|
3606
3610
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.86",
|
|
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.69",
|
|
33
|
+
"chain-registry": "^1.63.86"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.69"
|
|
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": "51f9534e4b57913162bafb57d7f1f3203210d5ac"
|
|
47
47
|
}
|
package/testnet/junotestnet.js
CHANGED
|
@@ -192,7 +192,7 @@ const assets = {
|
|
|
192
192
|
{
|
|
193
193
|
description: 'The native token of Symphony',
|
|
194
194
|
denom_units: [{
|
|
195
|
-
denom: 'ibc/
|
|
195
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
196
196
|
exponent: 0,
|
|
197
197
|
aliases: ['note']
|
|
198
198
|
}, {
|
|
@@ -201,7 +201,7 @@ const assets = {
|
|
|
201
201
|
aliases: ['melody']
|
|
202
202
|
}],
|
|
203
203
|
type_asset: 'sdk.coin',
|
|
204
|
-
base: 'ibc/
|
|
204
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
205
205
|
name: 'Melody',
|
|
206
206
|
display: 'mld',
|
|
207
207
|
symbol: 'MLD',
|
|
@@ -214,19 +214,19 @@ const assets = {
|
|
|
214
214
|
traces: [{
|
|
215
215
|
type: 'ibc',
|
|
216
216
|
counterparty: {
|
|
217
|
-
channel_id: 'channel-
|
|
217
|
+
channel_id: 'channel-11',
|
|
218
218
|
base_denom: 'note',
|
|
219
219
|
chain_name: 'symphonytestnet'
|
|
220
220
|
},
|
|
221
221
|
chain: {
|
|
222
|
-
channel_id: 'channel-
|
|
222
|
+
channel_id: 'channel-943'
|
|
223
223
|
}
|
|
224
224
|
}]
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
description: 'Harmonized USD',
|
|
228
228
|
denom_units: [{
|
|
229
|
-
denom: 'ibc/
|
|
229
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
230
230
|
exponent: 0,
|
|
231
231
|
aliases: ['uusd']
|
|
232
232
|
}, {
|
|
@@ -235,7 +235,7 @@ const assets = {
|
|
|
235
235
|
aliases: ['harmony USD']
|
|
236
236
|
}],
|
|
237
237
|
type_asset: 'sdk.coin',
|
|
238
|
-
base: 'ibc/
|
|
238
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
239
239
|
name: 'Harmony USD',
|
|
240
240
|
display: 'husd',
|
|
241
241
|
symbol: 'HUSD',
|
|
@@ -248,19 +248,19 @@ const assets = {
|
|
|
248
248
|
traces: [{
|
|
249
249
|
type: 'ibc',
|
|
250
250
|
counterparty: {
|
|
251
|
-
channel_id: 'channel-
|
|
251
|
+
channel_id: 'channel-11',
|
|
252
252
|
base_denom: 'uusd',
|
|
253
253
|
chain_name: 'symphonytestnet'
|
|
254
254
|
},
|
|
255
255
|
chain: {
|
|
256
|
-
channel_id: 'channel-
|
|
256
|
+
channel_id: 'channel-943'
|
|
257
257
|
}
|
|
258
258
|
}]
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
description: 'Harmonized HKD',
|
|
262
262
|
denom_units: [{
|
|
263
|
-
denom: 'ibc/
|
|
263
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
264
264
|
exponent: 0,
|
|
265
265
|
aliases: ['ukhd']
|
|
266
266
|
}, {
|
|
@@ -269,7 +269,7 @@ const assets = {
|
|
|
269
269
|
aliases: ['harmony HKD']
|
|
270
270
|
}],
|
|
271
271
|
type_asset: 'sdk.coin',
|
|
272
|
-
base: 'ibc/
|
|
272
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
273
273
|
name: 'Harmony HKD',
|
|
274
274
|
display: 'hkhd',
|
|
275
275
|
symbol: 'HKHD',
|
|
@@ -282,19 +282,19 @@ const assets = {
|
|
|
282
282
|
traces: [{
|
|
283
283
|
type: 'ibc',
|
|
284
284
|
counterparty: {
|
|
285
|
-
channel_id: 'channel-
|
|
285
|
+
channel_id: 'channel-11',
|
|
286
286
|
base_denom: 'ukhd',
|
|
287
287
|
chain_name: 'symphonytestnet'
|
|
288
288
|
},
|
|
289
289
|
chain: {
|
|
290
|
-
channel_id: 'channel-
|
|
290
|
+
channel_id: 'channel-943'
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
295
|
description: 'Harmonized VND',
|
|
296
296
|
denom_units: [{
|
|
297
|
-
denom: 'ibc/
|
|
297
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
298
298
|
exponent: 0,
|
|
299
299
|
aliases: ['uvnd']
|
|
300
300
|
}, {
|
|
@@ -303,7 +303,7 @@ const assets = {
|
|
|
303
303
|
aliases: ['harmony VND']
|
|
304
304
|
}],
|
|
305
305
|
type_asset: 'sdk.coin',
|
|
306
|
-
base: 'ibc/
|
|
306
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
307
307
|
name: 'Harmony VND',
|
|
308
308
|
display: 'hvnd',
|
|
309
309
|
symbol: 'HVND',
|
|
@@ -316,12 +316,12 @@ const assets = {
|
|
|
316
316
|
traces: [{
|
|
317
317
|
type: 'ibc',
|
|
318
318
|
counterparty: {
|
|
319
|
-
channel_id: 'channel-
|
|
319
|
+
channel_id: 'channel-11',
|
|
320
320
|
base_denom: 'uvnd',
|
|
321
321
|
chain_name: 'symphonytestnet'
|
|
322
322
|
},
|
|
323
323
|
chain: {
|
|
324
|
-
channel_id: 'channel-
|
|
324
|
+
channel_id: 'channel-943'
|
|
325
325
|
}
|
|
326
326
|
}]
|
|
327
327
|
},
|
|
@@ -514,7 +514,7 @@ const assets = {
|
|
|
514
514
|
{
|
|
515
515
|
description: 'The native token of Symphony',
|
|
516
516
|
denom_units: [{
|
|
517
|
-
denom: 'ibc/
|
|
517
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
518
518
|
exponent: 0,
|
|
519
519
|
aliases: ['note']
|
|
520
520
|
}, {
|
|
@@ -523,7 +523,7 @@ const assets = {
|
|
|
523
523
|
aliases: ['melody']
|
|
524
524
|
}],
|
|
525
525
|
type_asset: 'sdk.coin',
|
|
526
|
-
base: 'ibc/
|
|
526
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
527
527
|
name: 'Melody',
|
|
528
528
|
display: 'mld',
|
|
529
529
|
symbol: 'MLD',
|
|
@@ -536,19 +536,19 @@ const assets = {
|
|
|
536
536
|
traces: [{
|
|
537
537
|
type: 'ibc',
|
|
538
538
|
counterparty: {
|
|
539
|
-
channel_id: 'channel-
|
|
539
|
+
channel_id: 'channel-11',
|
|
540
540
|
base_denom: 'note',
|
|
541
541
|
chain_name: 'symphonytestnet'
|
|
542
542
|
},
|
|
543
543
|
chain: {
|
|
544
|
-
channel_id: 'channel-
|
|
544
|
+
channel_id: 'channel-943'
|
|
545
545
|
}
|
|
546
546
|
}]
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
description: 'Harmonized USD',
|
|
550
550
|
denom_units: [{
|
|
551
|
-
denom: 'ibc/
|
|
551
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
552
552
|
exponent: 0,
|
|
553
553
|
aliases: ['uusd']
|
|
554
554
|
}, {
|
|
@@ -557,7 +557,7 @@ const assets = {
|
|
|
557
557
|
aliases: ['harmony USD']
|
|
558
558
|
}],
|
|
559
559
|
type_asset: 'sdk.coin',
|
|
560
|
-
base: 'ibc/
|
|
560
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
561
561
|
name: 'Harmony USD',
|
|
562
562
|
display: 'husd',
|
|
563
563
|
symbol: 'HUSD',
|
|
@@ -570,19 +570,19 @@ const assets = {
|
|
|
570
570
|
traces: [{
|
|
571
571
|
type: 'ibc',
|
|
572
572
|
counterparty: {
|
|
573
|
-
channel_id: 'channel-
|
|
573
|
+
channel_id: 'channel-11',
|
|
574
574
|
base_denom: 'uusd',
|
|
575
575
|
chain_name: 'symphonytestnet'
|
|
576
576
|
},
|
|
577
577
|
chain: {
|
|
578
|
-
channel_id: 'channel-
|
|
578
|
+
channel_id: 'channel-943'
|
|
579
579
|
}
|
|
580
580
|
}]
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
description: 'Harmonized HKD',
|
|
584
584
|
denom_units: [{
|
|
585
|
-
denom: 'ibc/
|
|
585
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
586
586
|
exponent: 0,
|
|
587
587
|
aliases: ['ukhd']
|
|
588
588
|
}, {
|
|
@@ -591,7 +591,7 @@ const assets = {
|
|
|
591
591
|
aliases: ['harmony HKD']
|
|
592
592
|
}],
|
|
593
593
|
type_asset: 'sdk.coin',
|
|
594
|
-
base: 'ibc/
|
|
594
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
595
595
|
name: 'Harmony HKD',
|
|
596
596
|
display: 'hkhd',
|
|
597
597
|
symbol: 'HKHD',
|
|
@@ -604,19 +604,19 @@ const assets = {
|
|
|
604
604
|
traces: [{
|
|
605
605
|
type: 'ibc',
|
|
606
606
|
counterparty: {
|
|
607
|
-
channel_id: 'channel-
|
|
607
|
+
channel_id: 'channel-11',
|
|
608
608
|
base_denom: 'ukhd',
|
|
609
609
|
chain_name: 'symphonytestnet'
|
|
610
610
|
},
|
|
611
611
|
chain: {
|
|
612
|
-
channel_id: 'channel-
|
|
612
|
+
channel_id: 'channel-943'
|
|
613
613
|
}
|
|
614
614
|
}]
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
617
|
description: 'Harmonized VND',
|
|
618
618
|
denom_units: [{
|
|
619
|
-
denom: 'ibc/
|
|
619
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
620
620
|
exponent: 0,
|
|
621
621
|
aliases: ['uvnd']
|
|
622
622
|
}, {
|
|
@@ -625,7 +625,7 @@ const assets = {
|
|
|
625
625
|
aliases: ['harmony VND']
|
|
626
626
|
}],
|
|
627
627
|
type_asset: 'sdk.coin',
|
|
628
|
-
base: 'ibc/
|
|
628
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
629
629
|
name: 'Harmony VND',
|
|
630
630
|
display: 'hvnd',
|
|
631
631
|
symbol: 'HVND',
|
|
@@ -638,12 +638,12 @@ const assets = {
|
|
|
638
638
|
traces: [{
|
|
639
639
|
type: 'ibc',
|
|
640
640
|
counterparty: {
|
|
641
|
-
channel_id: 'channel-
|
|
641
|
+
channel_id: 'channel-11',
|
|
642
642
|
base_denom: 'uvnd',
|
|
643
643
|
chain_name: 'symphonytestnet'
|
|
644
644
|
},
|
|
645
645
|
chain: {
|
|
646
|
-
channel_id: 'channel-
|
|
646
|
+
channel_id: 'channel-943'
|
|
647
647
|
}
|
|
648
648
|
}]
|
|
649
649
|
}
|
|
@@ -74,14 +74,14 @@ const assets = {
|
|
|
74
74
|
{
|
|
75
75
|
description: 'The native token of JUNO Chain',
|
|
76
76
|
denom_units: [{
|
|
77
|
-
denom: 'ibc/
|
|
77
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
78
78
|
exponent: 0,
|
|
79
79
|
aliases: ['ujunox']
|
|
80
80
|
}, {
|
|
81
81
|
denom: 'junox',
|
|
82
82
|
exponent: 6
|
|
83
83
|
}],
|
|
84
|
-
base: 'ibc/
|
|
84
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
85
85
|
name: 'Juno Testnet',
|
|
86
86
|
display: 'junox',
|
|
87
87
|
symbol: 'JUNOX',
|
|
@@ -97,12 +97,12 @@ const assets = {
|
|
|
97
97
|
traces: [{
|
|
98
98
|
type: 'ibc',
|
|
99
99
|
counterparty: {
|
|
100
|
-
channel_id: 'channel-
|
|
100
|
+
channel_id: 'channel-943',
|
|
101
101
|
base_denom: 'ujunox',
|
|
102
102
|
chain_name: 'junotestnet'
|
|
103
103
|
},
|
|
104
104
|
chain: {
|
|
105
|
-
channel_id: 'channel-
|
|
105
|
+
channel_id: 'channel-11'
|
|
106
106
|
}
|
|
107
107
|
}]
|
|
108
108
|
},
|
|
@@ -284,14 +284,14 @@ const assets = {
|
|
|
284
284
|
{
|
|
285
285
|
description: 'The native token of JUNO Chain',
|
|
286
286
|
denom_units: [{
|
|
287
|
-
denom: 'ibc/
|
|
287
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
288
288
|
exponent: 0,
|
|
289
289
|
aliases: ['ujunox']
|
|
290
290
|
}, {
|
|
291
291
|
denom: 'junox',
|
|
292
292
|
exponent: 6
|
|
293
293
|
}],
|
|
294
|
-
base: 'ibc/
|
|
294
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
295
295
|
name: 'Juno Testnet',
|
|
296
296
|
display: 'junox',
|
|
297
297
|
symbol: 'JUNOX',
|
|
@@ -307,12 +307,12 @@ const assets = {
|
|
|
307
307
|
traces: [{
|
|
308
308
|
type: 'ibc',
|
|
309
309
|
counterparty: {
|
|
310
|
-
channel_id: 'channel-
|
|
310
|
+
channel_id: 'channel-943',
|
|
311
311
|
base_denom: 'ujunox',
|
|
312
312
|
chain_name: 'junotestnet'
|
|
313
313
|
},
|
|
314
314
|
chain: {
|
|
315
|
-
channel_id: 'channel-
|
|
315
|
+
channel_id: 'channel-11'
|
|
316
316
|
}
|
|
317
317
|
}]
|
|
318
318
|
},
|