@chain-registry/assets 1.70.120 → 1.70.122
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 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kopi.js +16 -16
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +132 -48
- package/esm/mainnet/sidechain.js +420 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/kopi.js +16 -16
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +132 -48
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
package/mainnet/noble.js
CHANGED
|
@@ -9611,6 +9611,48 @@ const assets = {
|
|
|
9611
9611
|
}
|
|
9612
9612
|
}]
|
|
9613
9613
|
},
|
|
9614
|
+
{
|
|
9615
|
+
description: 'The native token of Side Chain.',
|
|
9616
|
+
denom_units: [{
|
|
9617
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9618
|
+
exponent: 0,
|
|
9619
|
+
aliases: ['uside']
|
|
9620
|
+
}, {
|
|
9621
|
+
denom: 'side',
|
|
9622
|
+
exponent: 6
|
|
9623
|
+
}],
|
|
9624
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
9625
|
+
name: 'Side Chain native token',
|
|
9626
|
+
display: 'side',
|
|
9627
|
+
symbol: 'SIDE',
|
|
9628
|
+
logo_URIs: {
|
|
9629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
9631
|
+
},
|
|
9632
|
+
images: [{
|
|
9633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
9634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
9635
|
+
theme: {
|
|
9636
|
+
primary_color_hex: '#f7771a'
|
|
9637
|
+
}
|
|
9638
|
+
}],
|
|
9639
|
+
socials: {
|
|
9640
|
+
website: 'https://side.one',
|
|
9641
|
+
twitter: 'https://x.com/SideProtocol'
|
|
9642
|
+
},
|
|
9643
|
+
type_asset: 'sdk.coin',
|
|
9644
|
+
traces: [{
|
|
9645
|
+
type: 'ibc',
|
|
9646
|
+
counterparty: {
|
|
9647
|
+
channel_id: 'channel-1',
|
|
9648
|
+
base_denom: 'uside',
|
|
9649
|
+
chain_name: 'sidechain'
|
|
9650
|
+
},
|
|
9651
|
+
chain: {
|
|
9652
|
+
channel_id: 'channel-123'
|
|
9653
|
+
}
|
|
9654
|
+
}]
|
|
9655
|
+
},
|
|
9614
9656
|
{
|
|
9615
9657
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
9616
9658
|
denom_units: [{
|
|
@@ -14752,6 +14794,48 @@ const assets = {
|
|
|
14752
14794
|
}
|
|
14753
14795
|
}]
|
|
14754
14796
|
},
|
|
14797
|
+
{
|
|
14798
|
+
description: 'The native token of Side Chain.',
|
|
14799
|
+
denom_units: [{
|
|
14800
|
+
denom: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14801
|
+
exponent: 0,
|
|
14802
|
+
aliases: ['uside']
|
|
14803
|
+
}, {
|
|
14804
|
+
denom: 'side',
|
|
14805
|
+
exponent: 6
|
|
14806
|
+
}],
|
|
14807
|
+
base: 'ibc/84B654AB6D8BF61EDAC7EFAAF36DB7E4BD7DE0219C6C7005D9CCAD0F9B6E33CA',
|
|
14808
|
+
name: 'Side Chain native token',
|
|
14809
|
+
display: 'side',
|
|
14810
|
+
symbol: 'SIDE',
|
|
14811
|
+
logo_URIs: {
|
|
14812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
14814
|
+
},
|
|
14815
|
+
images: [{
|
|
14816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
14817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
14818
|
+
theme: {
|
|
14819
|
+
primary_color_hex: '#f7771a'
|
|
14820
|
+
}
|
|
14821
|
+
}],
|
|
14822
|
+
socials: {
|
|
14823
|
+
website: 'https://side.one',
|
|
14824
|
+
twitter: 'https://x.com/SideProtocol'
|
|
14825
|
+
},
|
|
14826
|
+
type_asset: 'sdk.coin',
|
|
14827
|
+
traces: [{
|
|
14828
|
+
type: 'ibc',
|
|
14829
|
+
counterparty: {
|
|
14830
|
+
channel_id: 'channel-1',
|
|
14831
|
+
base_denom: 'uside',
|
|
14832
|
+
chain_name: 'sidechain'
|
|
14833
|
+
},
|
|
14834
|
+
chain: {
|
|
14835
|
+
channel_id: 'channel-123'
|
|
14836
|
+
}
|
|
14837
|
+
}]
|
|
14838
|
+
},
|
|
14755
14839
|
{
|
|
14756
14840
|
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
14757
14841
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -4272,14 +4272,14 @@ const assets = {
|
|
|
4272
4272
|
{
|
|
4273
4273
|
description: 'The native token of kopi',
|
|
4274
4274
|
denom_units: [{
|
|
4275
|
-
denom: 'ibc/
|
|
4275
|
+
denom: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
|
|
4276
4276
|
exponent: 0,
|
|
4277
4277
|
aliases: ['ukopi']
|
|
4278
4278
|
}, {
|
|
4279
4279
|
denom: 'XKP',
|
|
4280
4280
|
exponent: 6
|
|
4281
4281
|
}],
|
|
4282
|
-
base: 'ibc/
|
|
4282
|
+
base: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
|
|
4283
4283
|
name: 'XKP',
|
|
4284
4284
|
display: 'XKP',
|
|
4285
4285
|
symbol: 'XKP',
|
|
@@ -4303,26 +4303,26 @@ const assets = {
|
|
|
4303
4303
|
traces: [{
|
|
4304
4304
|
type: 'ibc',
|
|
4305
4305
|
counterparty: {
|
|
4306
|
-
channel_id: 'channel-
|
|
4306
|
+
channel_id: 'channel-10',
|
|
4307
4307
|
base_denom: 'ukopi',
|
|
4308
4308
|
chain_name: 'kopi'
|
|
4309
4309
|
},
|
|
4310
4310
|
chain: {
|
|
4311
|
-
channel_id: 'channel-
|
|
4311
|
+
channel_id: 'channel-97998'
|
|
4312
4312
|
}
|
|
4313
4313
|
}]
|
|
4314
4314
|
},
|
|
4315
4315
|
{
|
|
4316
4316
|
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
4317
4317
|
denom_units: [{
|
|
4318
|
-
denom: 'ibc/
|
|
4318
|
+
denom: 'ibc/A7FDF1007E2D96C0D92896277039802F1EB5AAA28A644830483C425177064072',
|
|
4319
4319
|
exponent: 0,
|
|
4320
4320
|
aliases: ['uckusd']
|
|
4321
4321
|
}, {
|
|
4322
4322
|
denom: 'ckUSD',
|
|
4323
4323
|
exponent: 6
|
|
4324
4324
|
}],
|
|
4325
|
-
base: 'ibc/
|
|
4325
|
+
base: 'ibc/A7FDF1007E2D96C0D92896277039802F1EB5AAA28A644830483C425177064072',
|
|
4326
4326
|
name: 'ckUSD',
|
|
4327
4327
|
display: 'ckUSD',
|
|
4328
4328
|
symbol: 'CKUSD',
|
|
@@ -4341,26 +4341,26 @@ const assets = {
|
|
|
4341
4341
|
traces: [{
|
|
4342
4342
|
type: 'ibc',
|
|
4343
4343
|
counterparty: {
|
|
4344
|
-
channel_id: 'channel-
|
|
4344
|
+
channel_id: 'channel-10',
|
|
4345
4345
|
base_denom: 'uckusd',
|
|
4346
4346
|
chain_name: 'kopi'
|
|
4347
4347
|
},
|
|
4348
4348
|
chain: {
|
|
4349
|
-
channel_id: 'channel-
|
|
4349
|
+
channel_id: 'channel-97998'
|
|
4350
4350
|
}
|
|
4351
4351
|
}]
|
|
4352
4352
|
},
|
|
4353
4353
|
{
|
|
4354
4354
|
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
4355
4355
|
denom_units: [{
|
|
4356
|
-
denom: 'ibc/
|
|
4356
|
+
denom: 'ibc/62F720A2B0AFE59D7377E86911A9EA2B1192DFA3C26C2329479376F3CBEBD311',
|
|
4357
4357
|
exponent: 0,
|
|
4358
4358
|
aliases: ['ucusdc']
|
|
4359
4359
|
}, {
|
|
4360
4360
|
denom: 'cUSDC',
|
|
4361
4361
|
exponent: 6
|
|
4362
4362
|
}],
|
|
4363
|
-
base: 'ibc/
|
|
4363
|
+
base: 'ibc/62F720A2B0AFE59D7377E86911A9EA2B1192DFA3C26C2329479376F3CBEBD311',
|
|
4364
4364
|
name: 'cUSDC',
|
|
4365
4365
|
display: 'cUSDC',
|
|
4366
4366
|
symbol: 'CUSDC',
|
|
@@ -4375,26 +4375,26 @@ const assets = {
|
|
|
4375
4375
|
traces: [{
|
|
4376
4376
|
type: 'ibc',
|
|
4377
4377
|
counterparty: {
|
|
4378
|
-
channel_id: 'channel-
|
|
4378
|
+
channel_id: 'channel-10',
|
|
4379
4379
|
base_denom: 'ucusdc',
|
|
4380
4380
|
chain_name: 'kopi'
|
|
4381
4381
|
},
|
|
4382
4382
|
chain: {
|
|
4383
|
-
channel_id: 'channel-
|
|
4383
|
+
channel_id: 'channel-97998'
|
|
4384
4384
|
}
|
|
4385
4385
|
}]
|
|
4386
4386
|
},
|
|
4387
4387
|
{
|
|
4388
4388
|
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
4389
4389
|
denom_units: [{
|
|
4390
|
-
denom: 'ibc/
|
|
4390
|
+
denom: 'ibc/6CC792B72CAB4395B8192A8B2DFE35BA99172BD41BFF1F6A769E1522C2C58BBF',
|
|
4391
4391
|
exponent: 0,
|
|
4392
4392
|
aliases: ['ucusdtinj']
|
|
4393
4393
|
}, {
|
|
4394
4394
|
denom: 'cUSDT.inj',
|
|
4395
4395
|
exponent: 6
|
|
4396
4396
|
}],
|
|
4397
|
-
base: 'ibc/
|
|
4397
|
+
base: 'ibc/6CC792B72CAB4395B8192A8B2DFE35BA99172BD41BFF1F6A769E1522C2C58BBF',
|
|
4398
4398
|
name: 'cUSDT.inj',
|
|
4399
4399
|
display: 'cUSDT.inj',
|
|
4400
4400
|
symbol: 'cUSDT.inj',
|
|
@@ -4409,26 +4409,26 @@ const assets = {
|
|
|
4409
4409
|
traces: [{
|
|
4410
4410
|
type: 'ibc',
|
|
4411
4411
|
counterparty: {
|
|
4412
|
-
channel_id: 'channel-
|
|
4412
|
+
channel_id: 'channel-10',
|
|
4413
4413
|
base_denom: 'ucusdtinj',
|
|
4414
4414
|
chain_name: 'kopi'
|
|
4415
4415
|
},
|
|
4416
4416
|
chain: {
|
|
4417
|
-
channel_id: 'channel-
|
|
4417
|
+
channel_id: 'channel-97998'
|
|
4418
4418
|
}
|
|
4419
4419
|
}]
|
|
4420
4420
|
},
|
|
4421
4421
|
{
|
|
4422
4422
|
description: 'arbitrage receipt token of cUSDT',
|
|
4423
4423
|
denom_units: [{
|
|
4424
|
-
denom: 'ibc/
|
|
4424
|
+
denom: 'ibc/BD80C1E9F86F41F0D591BD50ACD77BE83EEDA3DDB10C5FD8AB287CE0711C45DE',
|
|
4425
4425
|
exponent: 0,
|
|
4426
4426
|
aliases: ['uasusdtinj']
|
|
4427
4427
|
}, {
|
|
4428
4428
|
denom: 'asusdtinj',
|
|
4429
4429
|
exponent: 6
|
|
4430
4430
|
}],
|
|
4431
|
-
base: 'ibc/
|
|
4431
|
+
base: 'ibc/BD80C1E9F86F41F0D591BD50ACD77BE83EEDA3DDB10C5FD8AB287CE0711C45DE',
|
|
4432
4432
|
name: 'asUSDT.inj',
|
|
4433
4433
|
display: 'asusdtinj',
|
|
4434
4434
|
symbol: 'asUSDT.inj',
|
|
@@ -4443,26 +4443,26 @@ const assets = {
|
|
|
4443
4443
|
traces: [{
|
|
4444
4444
|
type: 'ibc',
|
|
4445
4445
|
counterparty: {
|
|
4446
|
-
channel_id: 'channel-
|
|
4446
|
+
channel_id: 'channel-10',
|
|
4447
4447
|
base_denom: 'uasusdtinj',
|
|
4448
4448
|
chain_name: 'kopi'
|
|
4449
4449
|
},
|
|
4450
4450
|
chain: {
|
|
4451
|
-
channel_id: 'channel-
|
|
4451
|
+
channel_id: 'channel-97998'
|
|
4452
4452
|
}
|
|
4453
4453
|
}]
|
|
4454
4454
|
},
|
|
4455
4455
|
{
|
|
4456
4456
|
description: 'arbitrage receipt token of cUSDC',
|
|
4457
4457
|
denom_units: [{
|
|
4458
|
-
denom: 'ibc/
|
|
4458
|
+
denom: 'ibc/60E8734240210E52792615AD5002457D11FD7FB85FE6FE11DC92268BB5AB63F4',
|
|
4459
4459
|
exponent: 0,
|
|
4460
4460
|
aliases: ['uasusdc']
|
|
4461
4461
|
}, {
|
|
4462
4462
|
denom: 'asUSDC',
|
|
4463
4463
|
exponent: 6
|
|
4464
4464
|
}],
|
|
4465
|
-
base: 'ibc/
|
|
4465
|
+
base: 'ibc/60E8734240210E52792615AD5002457D11FD7FB85FE6FE11DC92268BB5AB63F4',
|
|
4466
4466
|
name: 'asUSDC',
|
|
4467
4467
|
display: 'asUSDC',
|
|
4468
4468
|
symbol: 'ASUSDC',
|
|
@@ -4477,12 +4477,12 @@ const assets = {
|
|
|
4477
4477
|
traces: [{
|
|
4478
4478
|
type: 'ibc',
|
|
4479
4479
|
counterparty: {
|
|
4480
|
-
channel_id: 'channel-
|
|
4480
|
+
channel_id: 'channel-10',
|
|
4481
4481
|
base_denom: 'uasusdc',
|
|
4482
4482
|
chain_name: 'kopi'
|
|
4483
4483
|
},
|
|
4484
4484
|
chain: {
|
|
4485
|
-
channel_id: 'channel-
|
|
4485
|
+
channel_id: 'channel-97998'
|
|
4486
4486
|
}
|
|
4487
4487
|
}]
|
|
4488
4488
|
},
|
|
@@ -10311,14 +10311,14 @@ const assets = {
|
|
|
10311
10311
|
{
|
|
10312
10312
|
description: 'The native token of kopi',
|
|
10313
10313
|
denom_units: [{
|
|
10314
|
-
denom: 'ibc/
|
|
10314
|
+
denom: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
|
|
10315
10315
|
exponent: 0,
|
|
10316
10316
|
aliases: ['ukopi']
|
|
10317
10317
|
}, {
|
|
10318
10318
|
denom: 'XKP',
|
|
10319
10319
|
exponent: 6
|
|
10320
10320
|
}],
|
|
10321
|
-
base: 'ibc/
|
|
10321
|
+
base: 'ibc/86E7DAA73DD4AEA7319C77A81CF202A02BD094AE8550EEEAB06DF31749B6E05C',
|
|
10322
10322
|
name: 'XKP',
|
|
10323
10323
|
display: 'XKP',
|
|
10324
10324
|
symbol: 'XKP',
|
|
@@ -10342,26 +10342,26 @@ const assets = {
|
|
|
10342
10342
|
traces: [{
|
|
10343
10343
|
type: 'ibc',
|
|
10344
10344
|
counterparty: {
|
|
10345
|
-
channel_id: 'channel-
|
|
10345
|
+
channel_id: 'channel-10',
|
|
10346
10346
|
base_denom: 'ukopi',
|
|
10347
10347
|
chain_name: 'kopi'
|
|
10348
10348
|
},
|
|
10349
10349
|
chain: {
|
|
10350
|
-
channel_id: 'channel-
|
|
10350
|
+
channel_id: 'channel-97998'
|
|
10351
10351
|
}
|
|
10352
10352
|
}]
|
|
10353
10353
|
},
|
|
10354
10354
|
{
|
|
10355
10355
|
description: 'A MM deposit receipt of the Stablecoin native to the Kopi blockchain',
|
|
10356
10356
|
denom_units: [{
|
|
10357
|
-
denom: 'ibc/
|
|
10357
|
+
denom: 'ibc/A7FDF1007E2D96C0D92896277039802F1EB5AAA28A644830483C425177064072',
|
|
10358
10358
|
exponent: 0,
|
|
10359
10359
|
aliases: ['uckusd']
|
|
10360
10360
|
}, {
|
|
10361
10361
|
denom: 'ckUSD',
|
|
10362
10362
|
exponent: 6
|
|
10363
10363
|
}],
|
|
10364
|
-
base: 'ibc/
|
|
10364
|
+
base: 'ibc/A7FDF1007E2D96C0D92896277039802F1EB5AAA28A644830483C425177064072',
|
|
10365
10365
|
name: 'ckUSD',
|
|
10366
10366
|
display: 'ckUSD',
|
|
10367
10367
|
symbol: 'CKUSD',
|
|
@@ -10380,26 +10380,26 @@ const assets = {
|
|
|
10380
10380
|
traces: [{
|
|
10381
10381
|
type: 'ibc',
|
|
10382
10382
|
counterparty: {
|
|
10383
|
-
channel_id: 'channel-
|
|
10383
|
+
channel_id: 'channel-10',
|
|
10384
10384
|
base_denom: 'uckusd',
|
|
10385
10385
|
chain_name: 'kopi'
|
|
10386
10386
|
},
|
|
10387
10387
|
chain: {
|
|
10388
|
-
channel_id: 'channel-
|
|
10388
|
+
channel_id: 'channel-97998'
|
|
10389
10389
|
}
|
|
10390
10390
|
}]
|
|
10391
10391
|
},
|
|
10392
10392
|
{
|
|
10393
10393
|
description: 'A MM deposit receipt of the Stablecoin USDC from noble Chain',
|
|
10394
10394
|
denom_units: [{
|
|
10395
|
-
denom: 'ibc/
|
|
10395
|
+
denom: 'ibc/62F720A2B0AFE59D7377E86911A9EA2B1192DFA3C26C2329479376F3CBEBD311',
|
|
10396
10396
|
exponent: 0,
|
|
10397
10397
|
aliases: ['ucusdc']
|
|
10398
10398
|
}, {
|
|
10399
10399
|
denom: 'cUSDC',
|
|
10400
10400
|
exponent: 6
|
|
10401
10401
|
}],
|
|
10402
|
-
base: 'ibc/
|
|
10402
|
+
base: 'ibc/62F720A2B0AFE59D7377E86911A9EA2B1192DFA3C26C2329479376F3CBEBD311',
|
|
10403
10403
|
name: 'cUSDC',
|
|
10404
10404
|
display: 'cUSDC',
|
|
10405
10405
|
symbol: 'CUSDC',
|
|
@@ -10414,26 +10414,26 @@ const assets = {
|
|
|
10414
10414
|
traces: [{
|
|
10415
10415
|
type: 'ibc',
|
|
10416
10416
|
counterparty: {
|
|
10417
|
-
channel_id: 'channel-
|
|
10417
|
+
channel_id: 'channel-10',
|
|
10418
10418
|
base_denom: 'ucusdc',
|
|
10419
10419
|
chain_name: 'kopi'
|
|
10420
10420
|
},
|
|
10421
10421
|
chain: {
|
|
10422
|
-
channel_id: 'channel-
|
|
10422
|
+
channel_id: 'channel-97998'
|
|
10423
10423
|
}
|
|
10424
10424
|
}]
|
|
10425
10425
|
},
|
|
10426
10426
|
{
|
|
10427
10427
|
description: 'A MM deposit receipt of the Stablecoin USDT from Injective Chain',
|
|
10428
10428
|
denom_units: [{
|
|
10429
|
-
denom: 'ibc/
|
|
10429
|
+
denom: 'ibc/6CC792B72CAB4395B8192A8B2DFE35BA99172BD41BFF1F6A769E1522C2C58BBF',
|
|
10430
10430
|
exponent: 0,
|
|
10431
10431
|
aliases: ['ucusdtinj']
|
|
10432
10432
|
}, {
|
|
10433
10433
|
denom: 'cUSDT.inj',
|
|
10434
10434
|
exponent: 6
|
|
10435
10435
|
}],
|
|
10436
|
-
base: 'ibc/
|
|
10436
|
+
base: 'ibc/6CC792B72CAB4395B8192A8B2DFE35BA99172BD41BFF1F6A769E1522C2C58BBF',
|
|
10437
10437
|
name: 'cUSDT.inj',
|
|
10438
10438
|
display: 'cUSDT.inj',
|
|
10439
10439
|
symbol: 'cUSDT.inj',
|
|
@@ -10448,26 +10448,26 @@ const assets = {
|
|
|
10448
10448
|
traces: [{
|
|
10449
10449
|
type: 'ibc',
|
|
10450
10450
|
counterparty: {
|
|
10451
|
-
channel_id: 'channel-
|
|
10451
|
+
channel_id: 'channel-10',
|
|
10452
10452
|
base_denom: 'ucusdtinj',
|
|
10453
10453
|
chain_name: 'kopi'
|
|
10454
10454
|
},
|
|
10455
10455
|
chain: {
|
|
10456
|
-
channel_id: 'channel-
|
|
10456
|
+
channel_id: 'channel-97998'
|
|
10457
10457
|
}
|
|
10458
10458
|
}]
|
|
10459
10459
|
},
|
|
10460
10460
|
{
|
|
10461
10461
|
description: 'arbitrage receipt token of cUSDT',
|
|
10462
10462
|
denom_units: [{
|
|
10463
|
-
denom: 'ibc/
|
|
10463
|
+
denom: 'ibc/BD80C1E9F86F41F0D591BD50ACD77BE83EEDA3DDB10C5FD8AB287CE0711C45DE',
|
|
10464
10464
|
exponent: 0,
|
|
10465
10465
|
aliases: ['uasusdtinj']
|
|
10466
10466
|
}, {
|
|
10467
10467
|
denom: 'asusdtinj',
|
|
10468
10468
|
exponent: 6
|
|
10469
10469
|
}],
|
|
10470
|
-
base: 'ibc/
|
|
10470
|
+
base: 'ibc/BD80C1E9F86F41F0D591BD50ACD77BE83EEDA3DDB10C5FD8AB287CE0711C45DE',
|
|
10471
10471
|
name: 'asUSDT.inj',
|
|
10472
10472
|
display: 'asusdtinj',
|
|
10473
10473
|
symbol: 'asUSDT.inj',
|
|
@@ -10482,26 +10482,26 @@ const assets = {
|
|
|
10482
10482
|
traces: [{
|
|
10483
10483
|
type: 'ibc',
|
|
10484
10484
|
counterparty: {
|
|
10485
|
-
channel_id: 'channel-
|
|
10485
|
+
channel_id: 'channel-10',
|
|
10486
10486
|
base_denom: 'uasusdtinj',
|
|
10487
10487
|
chain_name: 'kopi'
|
|
10488
10488
|
},
|
|
10489
10489
|
chain: {
|
|
10490
|
-
channel_id: 'channel-
|
|
10490
|
+
channel_id: 'channel-97998'
|
|
10491
10491
|
}
|
|
10492
10492
|
}]
|
|
10493
10493
|
},
|
|
10494
10494
|
{
|
|
10495
10495
|
description: 'arbitrage receipt token of cUSDC',
|
|
10496
10496
|
denom_units: [{
|
|
10497
|
-
denom: 'ibc/
|
|
10497
|
+
denom: 'ibc/60E8734240210E52792615AD5002457D11FD7FB85FE6FE11DC92268BB5AB63F4',
|
|
10498
10498
|
exponent: 0,
|
|
10499
10499
|
aliases: ['uasusdc']
|
|
10500
10500
|
}, {
|
|
10501
10501
|
denom: 'asUSDC',
|
|
10502
10502
|
exponent: 6
|
|
10503
10503
|
}],
|
|
10504
|
-
base: 'ibc/
|
|
10504
|
+
base: 'ibc/60E8734240210E52792615AD5002457D11FD7FB85FE6FE11DC92268BB5AB63F4',
|
|
10505
10505
|
name: 'asUSDC',
|
|
10506
10506
|
display: 'asUSDC',
|
|
10507
10507
|
symbol: 'ASUSDC',
|
|
@@ -10516,12 +10516,12 @@ const assets = {
|
|
|
10516
10516
|
traces: [{
|
|
10517
10517
|
type: 'ibc',
|
|
10518
10518
|
counterparty: {
|
|
10519
|
-
channel_id: 'channel-
|
|
10519
|
+
channel_id: 'channel-10',
|
|
10520
10520
|
base_denom: 'uasusdc',
|
|
10521
10521
|
chain_name: 'kopi'
|
|
10522
10522
|
},
|
|
10523
10523
|
chain: {
|
|
10524
|
-
channel_id: 'channel-
|
|
10524
|
+
channel_id: 'channel-97998'
|
|
10525
10525
|
}
|
|
10526
10526
|
}]
|
|
10527
10527
|
},
|
|
@@ -17664,6 +17664,48 @@ const assets = {
|
|
|
17664
17664
|
}
|
|
17665
17665
|
}]
|
|
17666
17666
|
},
|
|
17667
|
+
{
|
|
17668
|
+
description: 'The native token of Side Chain.',
|
|
17669
|
+
denom_units: [{
|
|
17670
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17671
|
+
exponent: 0,
|
|
17672
|
+
aliases: ['uside']
|
|
17673
|
+
}, {
|
|
17674
|
+
denom: 'side',
|
|
17675
|
+
exponent: 6
|
|
17676
|
+
}],
|
|
17677
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
17678
|
+
name: 'Side Chain native token',
|
|
17679
|
+
display: 'side',
|
|
17680
|
+
symbol: 'SIDE',
|
|
17681
|
+
logo_URIs: {
|
|
17682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
17684
|
+
},
|
|
17685
|
+
images: [{
|
|
17686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
17687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
17688
|
+
theme: {
|
|
17689
|
+
primary_color_hex: '#f7771a'
|
|
17690
|
+
}
|
|
17691
|
+
}],
|
|
17692
|
+
socials: {
|
|
17693
|
+
website: 'https://side.one',
|
|
17694
|
+
twitter: 'https://x.com/SideProtocol'
|
|
17695
|
+
},
|
|
17696
|
+
type_asset: 'sdk.coin',
|
|
17697
|
+
traces: [{
|
|
17698
|
+
type: 'ibc',
|
|
17699
|
+
counterparty: {
|
|
17700
|
+
channel_id: 'channel-0',
|
|
17701
|
+
base_denom: 'uside',
|
|
17702
|
+
chain_name: 'sidechain'
|
|
17703
|
+
},
|
|
17704
|
+
chain: {
|
|
17705
|
+
channel_id: 'channel-98081'
|
|
17706
|
+
}
|
|
17707
|
+
}]
|
|
17708
|
+
},
|
|
17667
17709
|
{
|
|
17668
17710
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
17669
17711
|
denom_units: [{
|
|
@@ -24964,6 +25006,48 @@ const assets = {
|
|
|
24964
25006
|
}
|
|
24965
25007
|
}]
|
|
24966
25008
|
},
|
|
25009
|
+
{
|
|
25010
|
+
description: 'The native token of Side Chain.',
|
|
25011
|
+
denom_units: [{
|
|
25012
|
+
denom: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25013
|
+
exponent: 0,
|
|
25014
|
+
aliases: ['uside']
|
|
25015
|
+
}, {
|
|
25016
|
+
denom: 'side',
|
|
25017
|
+
exponent: 6
|
|
25018
|
+
}],
|
|
25019
|
+
base: 'ibc/16B3CDBADC506456F3D71E22CE422BB990D7186D611B09744F39F47931B5C738',
|
|
25020
|
+
name: 'Side Chain native token',
|
|
25021
|
+
display: 'side',
|
|
25022
|
+
symbol: 'SIDE',
|
|
25023
|
+
logo_URIs: {
|
|
25024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg'
|
|
25026
|
+
},
|
|
25027
|
+
images: [{
|
|
25028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.png',
|
|
25029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/side.svg',
|
|
25030
|
+
theme: {
|
|
25031
|
+
primary_color_hex: '#f7771a'
|
|
25032
|
+
}
|
|
25033
|
+
}],
|
|
25034
|
+
socials: {
|
|
25035
|
+
website: 'https://side.one',
|
|
25036
|
+
twitter: 'https://x.com/SideProtocol'
|
|
25037
|
+
},
|
|
25038
|
+
type_asset: 'sdk.coin',
|
|
25039
|
+
traces: [{
|
|
25040
|
+
type: 'ibc',
|
|
25041
|
+
counterparty: {
|
|
25042
|
+
channel_id: 'channel-0',
|
|
25043
|
+
base_denom: 'uside',
|
|
25044
|
+
chain_name: 'sidechain'
|
|
25045
|
+
},
|
|
25046
|
+
chain: {
|
|
25047
|
+
channel_id: 'channel-98081'
|
|
25048
|
+
}
|
|
25049
|
+
}]
|
|
25050
|
+
},
|
|
24967
25051
|
{
|
|
24968
25052
|
description: 'Rowan Token (ROWAN) is the Sifchain Network\'s native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
24969
25053
|
denom_units: [{
|