@chain-registry/assets 1.70.220 → 1.70.221
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/axelar.js +890 -26
- package/esm/mainnet/celestia.js +700 -0
- package/esm/mainnet/composable.js +228 -0
- package/esm/mainnet/cosmoshub.js +890 -26
- package/esm/mainnet/dydx.js +700 -0
- package/esm/mainnet/gravitybridge.js +164 -0
- package/esm/mainnet/injective.js +700 -0
- package/esm/mainnet/juno.js +164 -0
- package/esm/mainnet/kujira.js +164 -0
- package/esm/mainnet/migaloo.js +164 -0
- package/esm/mainnet/neutron.js +890 -26
- package/esm/mainnet/noble.js +700 -0
- package/esm/mainnet/oraichain.js +164 -0
- package/esm/mainnet/osmosis.js +864 -0
- package/esm/mainnet/persistence.js +164 -0
- package/esm/mainnet/stride.js +700 -0
- package/esm/mainnet/terra2.js +890 -26
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +890 -26
- package/mainnet/celestia.js +700 -0
- package/mainnet/composable.js +228 -0
- package/mainnet/cosmoshub.js +890 -26
- package/mainnet/dydx.js +700 -0
- package/mainnet/gravitybridge.js +164 -0
- package/mainnet/injective.js +700 -0
- package/mainnet/juno.js +164 -0
- package/mainnet/kujira.js +164 -0
- package/mainnet/migaloo.js +164 -0
- package/mainnet/neutron.js +890 -26
- package/mainnet/noble.js +700 -0
- package/mainnet/oraichain.js +164 -0
- package/mainnet/osmosis.js +864 -0
- package/mainnet/persistence.js +164 -0
- package/mainnet/stride.js +700 -0
- package/mainnet/terra2.js +890 -26
- package/package.json +5 -5
package/mainnet/persistence.js
CHANGED
|
@@ -4073,6 +4073,88 @@ const assets = {
|
|
|
4073
4073
|
}
|
|
4074
4074
|
}]
|
|
4075
4075
|
},
|
|
4076
|
+
{
|
|
4077
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
4078
|
+
denom_units: [{
|
|
4079
|
+
denom: 'ibc/8A46D16CF40260021528A6904FA44178CA0D9A40667AE47CF41ACEC101F6DC7D',
|
|
4080
|
+
exponent: 0,
|
|
4081
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
4082
|
+
}, {
|
|
4083
|
+
denom: 'dsilk',
|
|
4084
|
+
exponent: 6
|
|
4085
|
+
}],
|
|
4086
|
+
type_asset: 'snip25',
|
|
4087
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
4088
|
+
base: 'ibc/8A46D16CF40260021528A6904FA44178CA0D9A40667AE47CF41ACEC101F6DC7D',
|
|
4089
|
+
name: 'dSilk',
|
|
4090
|
+
display: 'dsilk',
|
|
4091
|
+
symbol: 'dSILK',
|
|
4092
|
+
logo_URIs: {
|
|
4093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
4094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
4095
|
+
},
|
|
4096
|
+
images: [{
|
|
4097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
4098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
4099
|
+
theme: {
|
|
4100
|
+
primary_color_hex: '#3142fc'
|
|
4101
|
+
}
|
|
4102
|
+
}],
|
|
4103
|
+
traces: [{
|
|
4104
|
+
type: 'ibc-cw20',
|
|
4105
|
+
counterparty: {
|
|
4106
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4107
|
+
channel_id: 'channel-132',
|
|
4108
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
4109
|
+
chain_name: 'secretnetwork'
|
|
4110
|
+
},
|
|
4111
|
+
chain: {
|
|
4112
|
+
port: 'transfer',
|
|
4113
|
+
channel_id: 'channel-159'
|
|
4114
|
+
}
|
|
4115
|
+
}]
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
4119
|
+
denom_units: [{
|
|
4120
|
+
denom: 'ibc/CE5D8428A0CA113FF9024113C920CC21635CF1EFDD5A2448848A0B68E0927654',
|
|
4121
|
+
exponent: 0,
|
|
4122
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
4123
|
+
}, {
|
|
4124
|
+
denom: 'xsilk',
|
|
4125
|
+
exponent: 6
|
|
4126
|
+
}],
|
|
4127
|
+
type_asset: 'snip25',
|
|
4128
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
4129
|
+
base: 'ibc/CE5D8428A0CA113FF9024113C920CC21635CF1EFDD5A2448848A0B68E0927654',
|
|
4130
|
+
name: 'xSilk',
|
|
4131
|
+
display: 'xsilk',
|
|
4132
|
+
symbol: 'xSILK',
|
|
4133
|
+
logo_URIs: {
|
|
4134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
4135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
4136
|
+
},
|
|
4137
|
+
images: [{
|
|
4138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
4139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
4140
|
+
theme: {
|
|
4141
|
+
primary_color_hex: '#3142fc'
|
|
4142
|
+
}
|
|
4143
|
+
}],
|
|
4144
|
+
traces: [{
|
|
4145
|
+
type: 'ibc-cw20',
|
|
4146
|
+
counterparty: {
|
|
4147
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4148
|
+
channel_id: 'channel-132',
|
|
4149
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
4150
|
+
chain_name: 'secretnetwork'
|
|
4151
|
+
},
|
|
4152
|
+
chain: {
|
|
4153
|
+
port: 'transfer',
|
|
4154
|
+
channel_id: 'channel-159'
|
|
4155
|
+
}
|
|
4156
|
+
}]
|
|
4157
|
+
},
|
|
4076
4158
|
{
|
|
4077
4159
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
4078
4160
|
denom_units: [{
|
|
@@ -4449,6 +4531,88 @@ const assets = {
|
|
|
4449
4531
|
}
|
|
4450
4532
|
}]
|
|
4451
4533
|
},
|
|
4534
|
+
{
|
|
4535
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
4536
|
+
denom_units: [{
|
|
4537
|
+
denom: 'ibc/8A46D16CF40260021528A6904FA44178CA0D9A40667AE47CF41ACEC101F6DC7D',
|
|
4538
|
+
exponent: 0,
|
|
4539
|
+
aliases: ['cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw']
|
|
4540
|
+
}, {
|
|
4541
|
+
denom: 'dsilk',
|
|
4542
|
+
exponent: 6
|
|
4543
|
+
}],
|
|
4544
|
+
type_asset: 'snip25',
|
|
4545
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
4546
|
+
base: 'ibc/8A46D16CF40260021528A6904FA44178CA0D9A40667AE47CF41ACEC101F6DC7D',
|
|
4547
|
+
name: 'dSilk',
|
|
4548
|
+
display: 'dsilk',
|
|
4549
|
+
symbol: 'dSILK',
|
|
4550
|
+
logo_URIs: {
|
|
4551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
4552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
4553
|
+
},
|
|
4554
|
+
images: [{
|
|
4555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
4556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
4557
|
+
theme: {
|
|
4558
|
+
primary_color_hex: '#3142fc'
|
|
4559
|
+
}
|
|
4560
|
+
}],
|
|
4561
|
+
traces: [{
|
|
4562
|
+
type: 'ibc-cw20',
|
|
4563
|
+
counterparty: {
|
|
4564
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4565
|
+
channel_id: 'channel-132',
|
|
4566
|
+
base_denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
4567
|
+
chain_name: 'secretnetwork'
|
|
4568
|
+
},
|
|
4569
|
+
chain: {
|
|
4570
|
+
port: 'transfer',
|
|
4571
|
+
channel_id: 'channel-159'
|
|
4572
|
+
}
|
|
4573
|
+
}]
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
4577
|
+
denom_units: [{
|
|
4578
|
+
denom: 'ibc/CE5D8428A0CA113FF9024113C920CC21635CF1EFDD5A2448848A0B68E0927654',
|
|
4579
|
+
exponent: 0,
|
|
4580
|
+
aliases: ['cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82']
|
|
4581
|
+
}, {
|
|
4582
|
+
denom: 'xsilk',
|
|
4583
|
+
exponent: 6
|
|
4584
|
+
}],
|
|
4585
|
+
type_asset: 'snip25',
|
|
4586
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
4587
|
+
base: 'ibc/CE5D8428A0CA113FF9024113C920CC21635CF1EFDD5A2448848A0B68E0927654',
|
|
4588
|
+
name: 'xSilk',
|
|
4589
|
+
display: 'xsilk',
|
|
4590
|
+
symbol: 'xSILK',
|
|
4591
|
+
logo_URIs: {
|
|
4592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
4593
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
4594
|
+
},
|
|
4595
|
+
images: [{
|
|
4596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
4597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
4598
|
+
theme: {
|
|
4599
|
+
primary_color_hex: '#3142fc'
|
|
4600
|
+
}
|
|
4601
|
+
}],
|
|
4602
|
+
traces: [{
|
|
4603
|
+
type: 'ibc-cw20',
|
|
4604
|
+
counterparty: {
|
|
4605
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4606
|
+
channel_id: 'channel-132',
|
|
4607
|
+
base_denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
4608
|
+
chain_name: 'secretnetwork'
|
|
4609
|
+
},
|
|
4610
|
+
chain: {
|
|
4611
|
+
port: 'transfer',
|
|
4612
|
+
channel_id: 'channel-159'
|
|
4613
|
+
}
|
|
4614
|
+
}]
|
|
4615
|
+
},
|
|
4452
4616
|
{
|
|
4453
4617
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
4454
4618
|
denom_units: [{
|