@chain-registry/assets 1.70.218 → 1.70.219
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/arkeo.js +182 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/cosmoshub.js +752 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kopi.js +620 -0
- package/esm/mainnet/noble.js +4694 -2528
- package/esm/mainnet/osmosis.js +280 -8
- package/esm/mainnet/planq.js +434 -0
- package/esm/mainnet/stride.js +434 -0
- package/esm/mainnet/terra.js +314 -0
- package/esm/testnet/neutrontestnet.js +178 -0
- package/esm/testnet/nobletestnet.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/arkeo.d.ts +3 -0
- package/mainnet/arkeo.js +184 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +752 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/kopi.js +620 -0
- package/mainnet/noble.js +4694 -2528
- package/mainnet/osmosis.js +280 -8
- package/mainnet/planq.js +434 -0
- package/mainnet/stride.js +434 -0
- package/mainnet/terra.js +314 -0
- package/package.json +5 -5
- package/testnet/neutrontestnet.js +178 -0
- package/testnet/nobletestnet.js +70 -0
package/mainnet/osmosis.js
CHANGED
|
@@ -469,6 +469,46 @@ const assets = {
|
|
|
469
469
|
}
|
|
470
470
|
}]
|
|
471
471
|
},
|
|
472
|
+
{
|
|
473
|
+
description: 'Arkeo is a decentralized marketplace that connects API providers with consumers, bringing web2 data on-chain in a secure and incentivized manner.',
|
|
474
|
+
denom_units: [{
|
|
475
|
+
denom: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
476
|
+
exponent: 0,
|
|
477
|
+
aliases: ['uarkeo']
|
|
478
|
+
}, {
|
|
479
|
+
denom: 'arkeo',
|
|
480
|
+
exponent: 8
|
|
481
|
+
}],
|
|
482
|
+
base: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
483
|
+
name: 'Arkeo',
|
|
484
|
+
display: 'arkeo',
|
|
485
|
+
symbol: 'ARKEO',
|
|
486
|
+
logo_URIs: {
|
|
487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg'
|
|
488
|
+
},
|
|
489
|
+
images: [{
|
|
490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg',
|
|
491
|
+
theme: {
|
|
492
|
+
primary_color_hex: '#3BE0FF'
|
|
493
|
+
}
|
|
494
|
+
}],
|
|
495
|
+
socials: {
|
|
496
|
+
website: 'https://arkeo.network/',
|
|
497
|
+
twitter: 'https://twitter.com/ArkeoNetwork'
|
|
498
|
+
},
|
|
499
|
+
type_asset: 'sdk.coin',
|
|
500
|
+
traces: [{
|
|
501
|
+
type: 'ibc',
|
|
502
|
+
counterparty: {
|
|
503
|
+
channel_id: 'channel-1',
|
|
504
|
+
base_denom: 'uarkeo',
|
|
505
|
+
chain_name: 'arkeo'
|
|
506
|
+
},
|
|
507
|
+
chain: {
|
|
508
|
+
channel_id: 'channel-103074'
|
|
509
|
+
}
|
|
510
|
+
}]
|
|
511
|
+
},
|
|
472
512
|
{
|
|
473
513
|
description: 'The native token of Arkhadian',
|
|
474
514
|
denom_units: [{
|
|
@@ -6860,6 +6900,46 @@ const assets = {
|
|
|
6860
6900
|
}
|
|
6861
6901
|
}]
|
|
6862
6902
|
},
|
|
6903
|
+
{
|
|
6904
|
+
description: 'Arkeo is a decentralized marketplace that connects API providers with consumers, bringing web2 data on-chain in a secure and incentivized manner.',
|
|
6905
|
+
denom_units: [{
|
|
6906
|
+
denom: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
6907
|
+
exponent: 0,
|
|
6908
|
+
aliases: ['uarkeo']
|
|
6909
|
+
}, {
|
|
6910
|
+
denom: 'arkeo',
|
|
6911
|
+
exponent: 8
|
|
6912
|
+
}],
|
|
6913
|
+
base: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
6914
|
+
name: 'Arkeo',
|
|
6915
|
+
display: 'arkeo',
|
|
6916
|
+
symbol: 'ARKEO',
|
|
6917
|
+
logo_URIs: {
|
|
6918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg'
|
|
6919
|
+
},
|
|
6920
|
+
images: [{
|
|
6921
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg',
|
|
6922
|
+
theme: {
|
|
6923
|
+
primary_color_hex: '#3BE0FF'
|
|
6924
|
+
}
|
|
6925
|
+
}],
|
|
6926
|
+
socials: {
|
|
6927
|
+
website: 'https://arkeo.network/',
|
|
6928
|
+
twitter: 'https://twitter.com/ArkeoNetwork'
|
|
6929
|
+
},
|
|
6930
|
+
type_asset: 'sdk.coin',
|
|
6931
|
+
traces: [{
|
|
6932
|
+
type: 'ibc',
|
|
6933
|
+
counterparty: {
|
|
6934
|
+
channel_id: 'channel-1',
|
|
6935
|
+
base_denom: 'uarkeo',
|
|
6936
|
+
chain_name: 'arkeo'
|
|
6937
|
+
},
|
|
6938
|
+
chain: {
|
|
6939
|
+
channel_id: 'channel-103074'
|
|
6940
|
+
}
|
|
6941
|
+
}]
|
|
6942
|
+
},
|
|
6863
6943
|
{
|
|
6864
6944
|
description: 'The native token of Arkhadian',
|
|
6865
6945
|
denom_units: [{
|
|
@@ -28924,16 +29004,16 @@ const assets = {
|
|
|
28924
29004
|
exponent: 0,
|
|
28925
29005
|
aliases: ['cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc']
|
|
28926
29006
|
}, {
|
|
28927
|
-
denom: '
|
|
29007
|
+
denom: 'satXSolvBTC.e',
|
|
28928
29008
|
exponent: 18
|
|
28929
29009
|
}],
|
|
28930
29010
|
base: 'ibc/4762DABA78EFBB1C343A97F3FB1F6589C780ACBB7FD2BAD57780F7DEE8F92F5F',
|
|
28931
29011
|
address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
28932
29012
|
name: 'SatLayer xSatSolvBTC Bridged',
|
|
28933
|
-
display: '
|
|
28934
|
-
symbol: '
|
|
29013
|
+
display: 'satXSolvBTC.e',
|
|
29014
|
+
symbol: 'satXSolvBTC.e',
|
|
28935
29015
|
logo_URIs: {
|
|
28936
|
-
|
|
29016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
28937
29017
|
},
|
|
28938
29018
|
type_asset: 'cw20',
|
|
28939
29019
|
traces: [{
|
|
@@ -29014,6 +29094,102 @@ const assets = {
|
|
|
29014
29094
|
}
|
|
29015
29095
|
}]
|
|
29016
29096
|
},
|
|
29097
|
+
{
|
|
29098
|
+
denom_units: [{
|
|
29099
|
+
denom: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
29100
|
+
exponent: 0,
|
|
29101
|
+
aliases: ['cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3']
|
|
29102
|
+
}, {
|
|
29103
|
+
denom: 'satWBTC.e',
|
|
29104
|
+
exponent: 8
|
|
29105
|
+
}],
|
|
29106
|
+
base: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
29107
|
+
address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
29108
|
+
name: 'SatLayer WBTC Bridged',
|
|
29109
|
+
display: 'satWBTC.e',
|
|
29110
|
+
symbol: 'satWBTC.e',
|
|
29111
|
+
logo_URIs: {
|
|
29112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
29113
|
+
},
|
|
29114
|
+
type_asset: 'cw20',
|
|
29115
|
+
traces: [{
|
|
29116
|
+
type: 'ibc-cw20',
|
|
29117
|
+
counterparty: {
|
|
29118
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29119
|
+
channel_id: 'channel-7',
|
|
29120
|
+
base_denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
29121
|
+
chain_name: 'babylon'
|
|
29122
|
+
},
|
|
29123
|
+
chain: {
|
|
29124
|
+
port: 'transfer',
|
|
29125
|
+
channel_id: 'channel-101979'
|
|
29126
|
+
}
|
|
29127
|
+
}]
|
|
29128
|
+
},
|
|
29129
|
+
{
|
|
29130
|
+
denom_units: [{
|
|
29131
|
+
denom: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
29132
|
+
exponent: 0,
|
|
29133
|
+
aliases: ['cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2']
|
|
29134
|
+
}, {
|
|
29135
|
+
denom: 'satPumpBTC.e',
|
|
29136
|
+
exponent: 8
|
|
29137
|
+
}],
|
|
29138
|
+
base: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
29139
|
+
address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
29140
|
+
name: 'SatLayer pumpBTC Bridged',
|
|
29141
|
+
display: 'satPumpBTC.e',
|
|
29142
|
+
symbol: 'satPumpBTC.e',
|
|
29143
|
+
logo_URIs: {
|
|
29144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
29145
|
+
},
|
|
29146
|
+
type_asset: 'cw20',
|
|
29147
|
+
traces: [{
|
|
29148
|
+
type: 'ibc-cw20',
|
|
29149
|
+
counterparty: {
|
|
29150
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29151
|
+
channel_id: 'channel-7',
|
|
29152
|
+
base_denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
29153
|
+
chain_name: 'babylon'
|
|
29154
|
+
},
|
|
29155
|
+
chain: {
|
|
29156
|
+
port: 'transfer',
|
|
29157
|
+
channel_id: 'channel-101979'
|
|
29158
|
+
}
|
|
29159
|
+
}]
|
|
29160
|
+
},
|
|
29161
|
+
{
|
|
29162
|
+
denom_units: [{
|
|
29163
|
+
denom: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
29164
|
+
exponent: 0,
|
|
29165
|
+
aliases: ['cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93']
|
|
29166
|
+
}, {
|
|
29167
|
+
denom: 'satStBTC.e',
|
|
29168
|
+
exponent: 18
|
|
29169
|
+
}],
|
|
29170
|
+
base: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
29171
|
+
address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
29172
|
+
name: 'SatLayer stBTC Bridged',
|
|
29173
|
+
display: 'satStBTC.e',
|
|
29174
|
+
symbol: 'satStBTC.e',
|
|
29175
|
+
logo_URIs: {
|
|
29176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
29177
|
+
},
|
|
29178
|
+
type_asset: 'cw20',
|
|
29179
|
+
traces: [{
|
|
29180
|
+
type: 'ibc-cw20',
|
|
29181
|
+
counterparty: {
|
|
29182
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29183
|
+
channel_id: 'channel-7',
|
|
29184
|
+
base_denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
29185
|
+
chain_name: 'babylon'
|
|
29186
|
+
},
|
|
29187
|
+
chain: {
|
|
29188
|
+
port: 'transfer',
|
|
29189
|
+
channel_id: 'channel-101979'
|
|
29190
|
+
}
|
|
29191
|
+
}]
|
|
29192
|
+
},
|
|
29017
29193
|
{
|
|
29018
29194
|
description: 'Puppy',
|
|
29019
29195
|
denom_units: [{
|
|
@@ -32282,16 +32458,16 @@ const assets = {
|
|
|
32282
32458
|
exponent: 0,
|
|
32283
32459
|
aliases: ['cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc']
|
|
32284
32460
|
}, {
|
|
32285
|
-
denom: '
|
|
32461
|
+
denom: 'satXSolvBTC.e',
|
|
32286
32462
|
exponent: 18
|
|
32287
32463
|
}],
|
|
32288
32464
|
base: 'ibc/4762DABA78EFBB1C343A97F3FB1F6589C780ACBB7FD2BAD57780F7DEE8F92F5F',
|
|
32289
32465
|
address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
32290
32466
|
name: 'SatLayer xSatSolvBTC Bridged',
|
|
32291
|
-
display: '
|
|
32292
|
-
symbol: '
|
|
32467
|
+
display: 'satXSolvBTC.e',
|
|
32468
|
+
symbol: 'satXSolvBTC.e',
|
|
32293
32469
|
logo_URIs: {
|
|
32294
|
-
|
|
32470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
32295
32471
|
},
|
|
32296
32472
|
type_asset: 'cw20',
|
|
32297
32473
|
traces: [{
|
|
@@ -32372,6 +32548,102 @@ const assets = {
|
|
|
32372
32548
|
}
|
|
32373
32549
|
}]
|
|
32374
32550
|
},
|
|
32551
|
+
{
|
|
32552
|
+
denom_units: [{
|
|
32553
|
+
denom: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
32554
|
+
exponent: 0,
|
|
32555
|
+
aliases: ['cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3']
|
|
32556
|
+
}, {
|
|
32557
|
+
denom: 'satWBTC.e',
|
|
32558
|
+
exponent: 8
|
|
32559
|
+
}],
|
|
32560
|
+
base: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
32561
|
+
address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
32562
|
+
name: 'SatLayer WBTC Bridged',
|
|
32563
|
+
display: 'satWBTC.e',
|
|
32564
|
+
symbol: 'satWBTC.e',
|
|
32565
|
+
logo_URIs: {
|
|
32566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
32567
|
+
},
|
|
32568
|
+
type_asset: 'cw20',
|
|
32569
|
+
traces: [{
|
|
32570
|
+
type: 'ibc-cw20',
|
|
32571
|
+
counterparty: {
|
|
32572
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32573
|
+
channel_id: 'channel-7',
|
|
32574
|
+
base_denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
32575
|
+
chain_name: 'babylon'
|
|
32576
|
+
},
|
|
32577
|
+
chain: {
|
|
32578
|
+
port: 'transfer',
|
|
32579
|
+
channel_id: 'channel-101979'
|
|
32580
|
+
}
|
|
32581
|
+
}]
|
|
32582
|
+
},
|
|
32583
|
+
{
|
|
32584
|
+
denom_units: [{
|
|
32585
|
+
denom: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
32586
|
+
exponent: 0,
|
|
32587
|
+
aliases: ['cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2']
|
|
32588
|
+
}, {
|
|
32589
|
+
denom: 'satPumpBTC.e',
|
|
32590
|
+
exponent: 8
|
|
32591
|
+
}],
|
|
32592
|
+
base: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
32593
|
+
address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
32594
|
+
name: 'SatLayer pumpBTC Bridged',
|
|
32595
|
+
display: 'satPumpBTC.e',
|
|
32596
|
+
symbol: 'satPumpBTC.e',
|
|
32597
|
+
logo_URIs: {
|
|
32598
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
32599
|
+
},
|
|
32600
|
+
type_asset: 'cw20',
|
|
32601
|
+
traces: [{
|
|
32602
|
+
type: 'ibc-cw20',
|
|
32603
|
+
counterparty: {
|
|
32604
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32605
|
+
channel_id: 'channel-7',
|
|
32606
|
+
base_denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
32607
|
+
chain_name: 'babylon'
|
|
32608
|
+
},
|
|
32609
|
+
chain: {
|
|
32610
|
+
port: 'transfer',
|
|
32611
|
+
channel_id: 'channel-101979'
|
|
32612
|
+
}
|
|
32613
|
+
}]
|
|
32614
|
+
},
|
|
32615
|
+
{
|
|
32616
|
+
denom_units: [{
|
|
32617
|
+
denom: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
32618
|
+
exponent: 0,
|
|
32619
|
+
aliases: ['cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93']
|
|
32620
|
+
}, {
|
|
32621
|
+
denom: 'satStBTC.e',
|
|
32622
|
+
exponent: 18
|
|
32623
|
+
}],
|
|
32624
|
+
base: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
32625
|
+
address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
32626
|
+
name: 'SatLayer stBTC Bridged',
|
|
32627
|
+
display: 'satStBTC.e',
|
|
32628
|
+
symbol: 'satStBTC.e',
|
|
32629
|
+
logo_URIs: {
|
|
32630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
32631
|
+
},
|
|
32632
|
+
type_asset: 'cw20',
|
|
32633
|
+
traces: [{
|
|
32634
|
+
type: 'ibc-cw20',
|
|
32635
|
+
counterparty: {
|
|
32636
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32637
|
+
channel_id: 'channel-7',
|
|
32638
|
+
base_denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
32639
|
+
chain_name: 'babylon'
|
|
32640
|
+
},
|
|
32641
|
+
chain: {
|
|
32642
|
+
port: 'transfer',
|
|
32643
|
+
channel_id: 'channel-101979'
|
|
32644
|
+
}
|
|
32645
|
+
}]
|
|
32646
|
+
},
|
|
32375
32647
|
{
|
|
32376
32648
|
description: 'Puppy',
|
|
32377
32649
|
denom_units: [{
|