@chain-registry/assets 1.70.169 → 1.70.171
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/archway.js +368 -0
- package/esm/mainnet/cosmoshub.js +454 -0
- package/esm/mainnet/gravitybridge.js +368 -0
- package/esm/mainnet/kujira.js +368 -0
- package/esm/mainnet/noble.js +368 -0
- package/esm/mainnet/osmosis.js +368 -0
- package/esm/mainnet/seda.js +86 -0
- package/esm/mainnet/sei.js +368 -0
- package/esm/mainnet/source.js +368 -0
- package/index.d.ts +1 -1
- package/mainnet/archway.js +368 -0
- package/mainnet/cosmoshub.js +454 -0
- package/mainnet/gravitybridge.js +368 -0
- package/mainnet/kujira.js +368 -0
- package/mainnet/noble.js +368 -0
- package/mainnet/osmosis.js +368 -0
- package/mainnet/seda.js +86 -0
- package/mainnet/sei.js +368 -0
- package/mainnet/source.js +368 -0
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -5003,6 +5003,190 @@ const assets = {
|
|
|
5003
5003
|
},
|
|
5004
5004
|
type_asset: 'sdk.coin'
|
|
5005
5005
|
},
|
|
5006
|
+
{
|
|
5007
|
+
description: 'The token of Anubis.',
|
|
5008
|
+
denom_units: [{
|
|
5009
|
+
denom: 'ibc/3312E6687E7D4D8EA712AF24C8789B01266F1E793C833FC4BE611C156BAA2480',
|
|
5010
|
+
exponent: 0,
|
|
5011
|
+
aliases: ['erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648']
|
|
5012
|
+
}, {
|
|
5013
|
+
denom: 'anubi',
|
|
5014
|
+
exponent: 18
|
|
5015
|
+
}],
|
|
5016
|
+
base: 'ibc/3312E6687E7D4D8EA712AF24C8789B01266F1E793C833FC4BE611C156BAA2480',
|
|
5017
|
+
name: 'Anubis',
|
|
5018
|
+
display: 'anubi',
|
|
5019
|
+
symbol: 'ANUBI',
|
|
5020
|
+
logo_URIs: {
|
|
5021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
5022
|
+
},
|
|
5023
|
+
images: [{
|
|
5024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
5025
|
+
}],
|
|
5026
|
+
socials: {
|
|
5027
|
+
twitter: 'https://x.com/Anubis_Phy'
|
|
5028
|
+
},
|
|
5029
|
+
type_asset: 'sdk.coin',
|
|
5030
|
+
traces: [{
|
|
5031
|
+
type: 'ibc',
|
|
5032
|
+
counterparty: {
|
|
5033
|
+
channel_id: 'channel-2',
|
|
5034
|
+
base_denom: 'erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648',
|
|
5035
|
+
chain_name: 'planq'
|
|
5036
|
+
},
|
|
5037
|
+
chain: {
|
|
5038
|
+
channel_id: 'channel-446'
|
|
5039
|
+
}
|
|
5040
|
+
}]
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
description: 'The token of Astonic.',
|
|
5044
|
+
denom_units: [{
|
|
5045
|
+
denom: 'ibc/2D14102B51A74D39B73147C7CCDAE0EF746E9580381269B3D4A8A0C9B59E0299',
|
|
5046
|
+
exponent: 0,
|
|
5047
|
+
aliases: ['erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345']
|
|
5048
|
+
}, {
|
|
5049
|
+
denom: 'astonic',
|
|
5050
|
+
exponent: 18
|
|
5051
|
+
}],
|
|
5052
|
+
base: 'ibc/2D14102B51A74D39B73147C7CCDAE0EF746E9580381269B3D4A8A0C9B59E0299',
|
|
5053
|
+
name: 'Astonic',
|
|
5054
|
+
display: 'astonic',
|
|
5055
|
+
symbol: 'ATC',
|
|
5056
|
+
logo_URIs: {
|
|
5057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.png'
|
|
5058
|
+
},
|
|
5059
|
+
images: [{
|
|
5060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.png'
|
|
5061
|
+
}],
|
|
5062
|
+
socials: {
|
|
5063
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5064
|
+
telegram: 'https://t.me/astonic_io'
|
|
5065
|
+
},
|
|
5066
|
+
type_asset: 'sdk.coin',
|
|
5067
|
+
traces: [{
|
|
5068
|
+
type: 'ibc',
|
|
5069
|
+
counterparty: {
|
|
5070
|
+
channel_id: 'channel-2',
|
|
5071
|
+
base_denom: 'erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345',
|
|
5072
|
+
chain_name: 'planq'
|
|
5073
|
+
},
|
|
5074
|
+
chain: {
|
|
5075
|
+
channel_id: 'channel-446'
|
|
5076
|
+
}
|
|
5077
|
+
}]
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
description: 'Astonic USD (aUSD) is a stable asset pegged to the US Dollar.',
|
|
5081
|
+
denom_units: [{
|
|
5082
|
+
denom: 'ibc/3DBE9FBE803AB0DAF54225C9007CE88821ED4CBB2EAB7407298C8CE7124B7057',
|
|
5083
|
+
exponent: 0,
|
|
5084
|
+
aliases: ['erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a']
|
|
5085
|
+
}, {
|
|
5086
|
+
denom: 'ausd',
|
|
5087
|
+
exponent: 18
|
|
5088
|
+
}],
|
|
5089
|
+
base: 'ibc/3DBE9FBE803AB0DAF54225C9007CE88821ED4CBB2EAB7407298C8CE7124B7057',
|
|
5090
|
+
name: 'Astonic USD',
|
|
5091
|
+
display: 'ausd',
|
|
5092
|
+
symbol: 'aUSD',
|
|
5093
|
+
logo_URIs: {
|
|
5094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5095
|
+
},
|
|
5096
|
+
images: [{
|
|
5097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5098
|
+
}],
|
|
5099
|
+
socials: {
|
|
5100
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5101
|
+
telegram: 'https://t.me/astonic_io'
|
|
5102
|
+
},
|
|
5103
|
+
type_asset: 'sdk.coin',
|
|
5104
|
+
traces: [{
|
|
5105
|
+
type: 'ibc',
|
|
5106
|
+
counterparty: {
|
|
5107
|
+
channel_id: 'channel-2',
|
|
5108
|
+
base_denom: 'erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a',
|
|
5109
|
+
chain_name: 'planq'
|
|
5110
|
+
},
|
|
5111
|
+
chain: {
|
|
5112
|
+
channel_id: 'channel-446'
|
|
5113
|
+
}
|
|
5114
|
+
}]
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
5118
|
+
denom_units: [{
|
|
5119
|
+
denom: 'ibc/7D36EF3078DC7D02F9406C57FDDC35385DDF9ABB3215CC4C93C6849D07D9D893',
|
|
5120
|
+
exponent: 0,
|
|
5121
|
+
aliases: ['erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501']
|
|
5122
|
+
}, {
|
|
5123
|
+
denom: 'aeur',
|
|
5124
|
+
exponent: 18
|
|
5125
|
+
}],
|
|
5126
|
+
base: 'ibc/7D36EF3078DC7D02F9406C57FDDC35385DDF9ABB3215CC4C93C6849D07D9D893',
|
|
5127
|
+
name: 'Astonic EUR',
|
|
5128
|
+
display: 'aeur',
|
|
5129
|
+
symbol: 'aEUR',
|
|
5130
|
+
logo_URIs: {
|
|
5131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5132
|
+
},
|
|
5133
|
+
images: [{
|
|
5134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5135
|
+
}],
|
|
5136
|
+
socials: {
|
|
5137
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5138
|
+
telegram: 'https://t.me/astonic_io'
|
|
5139
|
+
},
|
|
5140
|
+
type_asset: 'sdk.coin',
|
|
5141
|
+
traces: [{
|
|
5142
|
+
type: 'ibc',
|
|
5143
|
+
counterparty: {
|
|
5144
|
+
channel_id: 'channel-2',
|
|
5145
|
+
base_denom: 'erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501',
|
|
5146
|
+
chain_name: 'planq'
|
|
5147
|
+
},
|
|
5148
|
+
chain: {
|
|
5149
|
+
channel_id: 'channel-446'
|
|
5150
|
+
}
|
|
5151
|
+
}]
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
5155
|
+
denom_units: [{
|
|
5156
|
+
denom: 'ibc/07F46D29F047B6ED8F54EE364466C600E99863B47CE030D3B02EF389C47F79D2',
|
|
5157
|
+
exponent: 0,
|
|
5158
|
+
aliases: ['erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce']
|
|
5159
|
+
}, {
|
|
5160
|
+
denom: 'abrl',
|
|
5161
|
+
exponent: 18
|
|
5162
|
+
}],
|
|
5163
|
+
base: 'ibc/07F46D29F047B6ED8F54EE364466C600E99863B47CE030D3B02EF389C47F79D2',
|
|
5164
|
+
name: 'Astonic BRL',
|
|
5165
|
+
display: 'abrl',
|
|
5166
|
+
symbol: 'aBRL',
|
|
5167
|
+
logo_URIs: {
|
|
5168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5169
|
+
},
|
|
5170
|
+
images: [{
|
|
5171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5172
|
+
}],
|
|
5173
|
+
socials: {
|
|
5174
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5175
|
+
telegram: 'https://t.me/astonic_io'
|
|
5176
|
+
},
|
|
5177
|
+
type_asset: 'sdk.coin',
|
|
5178
|
+
traces: [{
|
|
5179
|
+
type: 'ibc',
|
|
5180
|
+
counterparty: {
|
|
5181
|
+
channel_id: 'channel-2',
|
|
5182
|
+
base_denom: 'erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce',
|
|
5183
|
+
chain_name: 'planq'
|
|
5184
|
+
},
|
|
5185
|
+
chain: {
|
|
5186
|
+
channel_id: 'channel-446'
|
|
5187
|
+
}
|
|
5188
|
+
}]
|
|
5189
|
+
},
|
|
5006
5190
|
{
|
|
5007
5191
|
description: 'The native governance and staking token of the Point network',
|
|
5008
5192
|
denom_units: [{
|
|
@@ -9909,6 +10093,49 @@ const assets = {
|
|
|
9909
10093
|
}
|
|
9910
10094
|
}]
|
|
9911
10095
|
},
|
|
10096
|
+
{
|
|
10097
|
+
description: 'The native token of SEDA Chain.',
|
|
10098
|
+
denom_units: [{
|
|
10099
|
+
denom: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
10100
|
+
exponent: 0,
|
|
10101
|
+
aliases: ['aseda']
|
|
10102
|
+
}, {
|
|
10103
|
+
denom: 'seda',
|
|
10104
|
+
exponent: 18
|
|
10105
|
+
}],
|
|
10106
|
+
base: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
10107
|
+
name: 'Seda',
|
|
10108
|
+
display: 'seda',
|
|
10109
|
+
symbol: 'SEDA',
|
|
10110
|
+
logo_URIs: {
|
|
10111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
10112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
10113
|
+
},
|
|
10114
|
+
coingecko_id: 'seda-2',
|
|
10115
|
+
images: [{
|
|
10116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
10117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg',
|
|
10118
|
+
theme: {
|
|
10119
|
+
primary_color_hex: '#8178d1'
|
|
10120
|
+
}
|
|
10121
|
+
}],
|
|
10122
|
+
socials: {
|
|
10123
|
+
website: 'https://www.seda.xyz/',
|
|
10124
|
+
twitter: 'https://twitter.com/sedaprotocol'
|
|
10125
|
+
},
|
|
10126
|
+
type_asset: 'sdk.coin',
|
|
10127
|
+
traces: [{
|
|
10128
|
+
type: 'ibc',
|
|
10129
|
+
counterparty: {
|
|
10130
|
+
channel_id: 'channel-1',
|
|
10131
|
+
base_denom: 'aseda',
|
|
10132
|
+
chain_name: 'seda'
|
|
10133
|
+
},
|
|
10134
|
+
chain: {
|
|
10135
|
+
channel_id: 'channel-1337'
|
|
10136
|
+
}
|
|
10137
|
+
}]
|
|
10138
|
+
},
|
|
9912
10139
|
{
|
|
9913
10140
|
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
9914
10141
|
denom_units: [{
|
|
@@ -13228,6 +13455,190 @@ const assets = {
|
|
|
13228
13455
|
},
|
|
13229
13456
|
type_asset: 'sdk.coin'
|
|
13230
13457
|
},
|
|
13458
|
+
{
|
|
13459
|
+
description: 'The token of Anubis.',
|
|
13460
|
+
denom_units: [{
|
|
13461
|
+
denom: 'ibc/3312E6687E7D4D8EA712AF24C8789B01266F1E793C833FC4BE611C156BAA2480',
|
|
13462
|
+
exponent: 0,
|
|
13463
|
+
aliases: ['erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648']
|
|
13464
|
+
}, {
|
|
13465
|
+
denom: 'anubi',
|
|
13466
|
+
exponent: 18
|
|
13467
|
+
}],
|
|
13468
|
+
base: 'ibc/3312E6687E7D4D8EA712AF24C8789B01266F1E793C833FC4BE611C156BAA2480',
|
|
13469
|
+
name: 'Anubis',
|
|
13470
|
+
display: 'anubi',
|
|
13471
|
+
symbol: 'ANUBI',
|
|
13472
|
+
logo_URIs: {
|
|
13473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
13474
|
+
},
|
|
13475
|
+
images: [{
|
|
13476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
13477
|
+
}],
|
|
13478
|
+
socials: {
|
|
13479
|
+
twitter: 'https://x.com/Anubis_Phy'
|
|
13480
|
+
},
|
|
13481
|
+
type_asset: 'sdk.coin',
|
|
13482
|
+
traces: [{
|
|
13483
|
+
type: 'ibc',
|
|
13484
|
+
counterparty: {
|
|
13485
|
+
channel_id: 'channel-2',
|
|
13486
|
+
base_denom: 'erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648',
|
|
13487
|
+
chain_name: 'planq'
|
|
13488
|
+
},
|
|
13489
|
+
chain: {
|
|
13490
|
+
channel_id: 'channel-446'
|
|
13491
|
+
}
|
|
13492
|
+
}]
|
|
13493
|
+
},
|
|
13494
|
+
{
|
|
13495
|
+
description: 'The token of Astonic.',
|
|
13496
|
+
denom_units: [{
|
|
13497
|
+
denom: 'ibc/2D14102B51A74D39B73147C7CCDAE0EF746E9580381269B3D4A8A0C9B59E0299',
|
|
13498
|
+
exponent: 0,
|
|
13499
|
+
aliases: ['erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345']
|
|
13500
|
+
}, {
|
|
13501
|
+
denom: 'astonic',
|
|
13502
|
+
exponent: 18
|
|
13503
|
+
}],
|
|
13504
|
+
base: 'ibc/2D14102B51A74D39B73147C7CCDAE0EF746E9580381269B3D4A8A0C9B59E0299',
|
|
13505
|
+
name: 'Astonic',
|
|
13506
|
+
display: 'astonic',
|
|
13507
|
+
symbol: 'ATC',
|
|
13508
|
+
logo_URIs: {
|
|
13509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.png'
|
|
13510
|
+
},
|
|
13511
|
+
images: [{
|
|
13512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.png'
|
|
13513
|
+
}],
|
|
13514
|
+
socials: {
|
|
13515
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13516
|
+
telegram: 'https://t.me/astonic_io'
|
|
13517
|
+
},
|
|
13518
|
+
type_asset: 'sdk.coin',
|
|
13519
|
+
traces: [{
|
|
13520
|
+
type: 'ibc',
|
|
13521
|
+
counterparty: {
|
|
13522
|
+
channel_id: 'channel-2',
|
|
13523
|
+
base_denom: 'erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345',
|
|
13524
|
+
chain_name: 'planq'
|
|
13525
|
+
},
|
|
13526
|
+
chain: {
|
|
13527
|
+
channel_id: 'channel-446'
|
|
13528
|
+
}
|
|
13529
|
+
}]
|
|
13530
|
+
},
|
|
13531
|
+
{
|
|
13532
|
+
description: 'Astonic USD (aUSD) is a stable asset pegged to the US Dollar.',
|
|
13533
|
+
denom_units: [{
|
|
13534
|
+
denom: 'ibc/3DBE9FBE803AB0DAF54225C9007CE88821ED4CBB2EAB7407298C8CE7124B7057',
|
|
13535
|
+
exponent: 0,
|
|
13536
|
+
aliases: ['erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a']
|
|
13537
|
+
}, {
|
|
13538
|
+
denom: 'ausd',
|
|
13539
|
+
exponent: 18
|
|
13540
|
+
}],
|
|
13541
|
+
base: 'ibc/3DBE9FBE803AB0DAF54225C9007CE88821ED4CBB2EAB7407298C8CE7124B7057',
|
|
13542
|
+
name: 'Astonic USD',
|
|
13543
|
+
display: 'ausd',
|
|
13544
|
+
symbol: 'aUSD',
|
|
13545
|
+
logo_URIs: {
|
|
13546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13547
|
+
},
|
|
13548
|
+
images: [{
|
|
13549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13550
|
+
}],
|
|
13551
|
+
socials: {
|
|
13552
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13553
|
+
telegram: 'https://t.me/astonic_io'
|
|
13554
|
+
},
|
|
13555
|
+
type_asset: 'sdk.coin',
|
|
13556
|
+
traces: [{
|
|
13557
|
+
type: 'ibc',
|
|
13558
|
+
counterparty: {
|
|
13559
|
+
channel_id: 'channel-2',
|
|
13560
|
+
base_denom: 'erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a',
|
|
13561
|
+
chain_name: 'planq'
|
|
13562
|
+
},
|
|
13563
|
+
chain: {
|
|
13564
|
+
channel_id: 'channel-446'
|
|
13565
|
+
}
|
|
13566
|
+
}]
|
|
13567
|
+
},
|
|
13568
|
+
{
|
|
13569
|
+
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
13570
|
+
denom_units: [{
|
|
13571
|
+
denom: 'ibc/7D36EF3078DC7D02F9406C57FDDC35385DDF9ABB3215CC4C93C6849D07D9D893',
|
|
13572
|
+
exponent: 0,
|
|
13573
|
+
aliases: ['erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501']
|
|
13574
|
+
}, {
|
|
13575
|
+
denom: 'aeur',
|
|
13576
|
+
exponent: 18
|
|
13577
|
+
}],
|
|
13578
|
+
base: 'ibc/7D36EF3078DC7D02F9406C57FDDC35385DDF9ABB3215CC4C93C6849D07D9D893',
|
|
13579
|
+
name: 'Astonic EUR',
|
|
13580
|
+
display: 'aeur',
|
|
13581
|
+
symbol: 'aEUR',
|
|
13582
|
+
logo_URIs: {
|
|
13583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13584
|
+
},
|
|
13585
|
+
images: [{
|
|
13586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13587
|
+
}],
|
|
13588
|
+
socials: {
|
|
13589
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13590
|
+
telegram: 'https://t.me/astonic_io'
|
|
13591
|
+
},
|
|
13592
|
+
type_asset: 'sdk.coin',
|
|
13593
|
+
traces: [{
|
|
13594
|
+
type: 'ibc',
|
|
13595
|
+
counterparty: {
|
|
13596
|
+
channel_id: 'channel-2',
|
|
13597
|
+
base_denom: 'erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501',
|
|
13598
|
+
chain_name: 'planq'
|
|
13599
|
+
},
|
|
13600
|
+
chain: {
|
|
13601
|
+
channel_id: 'channel-446'
|
|
13602
|
+
}
|
|
13603
|
+
}]
|
|
13604
|
+
},
|
|
13605
|
+
{
|
|
13606
|
+
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
13607
|
+
denom_units: [{
|
|
13608
|
+
denom: 'ibc/07F46D29F047B6ED8F54EE364466C600E99863B47CE030D3B02EF389C47F79D2',
|
|
13609
|
+
exponent: 0,
|
|
13610
|
+
aliases: ['erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce']
|
|
13611
|
+
}, {
|
|
13612
|
+
denom: 'abrl',
|
|
13613
|
+
exponent: 18
|
|
13614
|
+
}],
|
|
13615
|
+
base: 'ibc/07F46D29F047B6ED8F54EE364466C600E99863B47CE030D3B02EF389C47F79D2',
|
|
13616
|
+
name: 'Astonic BRL',
|
|
13617
|
+
display: 'abrl',
|
|
13618
|
+
symbol: 'aBRL',
|
|
13619
|
+
logo_URIs: {
|
|
13620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13621
|
+
},
|
|
13622
|
+
images: [{
|
|
13623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13624
|
+
}],
|
|
13625
|
+
socials: {
|
|
13626
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13627
|
+
telegram: 'https://t.me/astonic_io'
|
|
13628
|
+
},
|
|
13629
|
+
type_asset: 'sdk.coin',
|
|
13630
|
+
traces: [{
|
|
13631
|
+
type: 'ibc',
|
|
13632
|
+
counterparty: {
|
|
13633
|
+
channel_id: 'channel-2',
|
|
13634
|
+
base_denom: 'erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce',
|
|
13635
|
+
chain_name: 'planq'
|
|
13636
|
+
},
|
|
13637
|
+
chain: {
|
|
13638
|
+
channel_id: 'channel-446'
|
|
13639
|
+
}
|
|
13640
|
+
}]
|
|
13641
|
+
},
|
|
13231
13642
|
{
|
|
13232
13643
|
description: 'The native governance and staking token of the Point network',
|
|
13233
13644
|
denom_units: [{
|
|
@@ -18134,6 +18545,49 @@ const assets = {
|
|
|
18134
18545
|
}
|
|
18135
18546
|
}]
|
|
18136
18547
|
},
|
|
18548
|
+
{
|
|
18549
|
+
description: 'The native token of SEDA Chain.',
|
|
18550
|
+
denom_units: [{
|
|
18551
|
+
denom: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
18552
|
+
exponent: 0,
|
|
18553
|
+
aliases: ['aseda']
|
|
18554
|
+
}, {
|
|
18555
|
+
denom: 'seda',
|
|
18556
|
+
exponent: 18
|
|
18557
|
+
}],
|
|
18558
|
+
base: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
18559
|
+
name: 'Seda',
|
|
18560
|
+
display: 'seda',
|
|
18561
|
+
symbol: 'SEDA',
|
|
18562
|
+
logo_URIs: {
|
|
18563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
18564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
18565
|
+
},
|
|
18566
|
+
coingecko_id: 'seda-2',
|
|
18567
|
+
images: [{
|
|
18568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
18569
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg',
|
|
18570
|
+
theme: {
|
|
18571
|
+
primary_color_hex: '#8178d1'
|
|
18572
|
+
}
|
|
18573
|
+
}],
|
|
18574
|
+
socials: {
|
|
18575
|
+
website: 'https://www.seda.xyz/',
|
|
18576
|
+
twitter: 'https://twitter.com/sedaprotocol'
|
|
18577
|
+
},
|
|
18578
|
+
type_asset: 'sdk.coin',
|
|
18579
|
+
traces: [{
|
|
18580
|
+
type: 'ibc',
|
|
18581
|
+
counterparty: {
|
|
18582
|
+
channel_id: 'channel-1',
|
|
18583
|
+
base_denom: 'aseda',
|
|
18584
|
+
chain_name: 'seda'
|
|
18585
|
+
},
|
|
18586
|
+
chain: {
|
|
18587
|
+
channel_id: 'channel-1337'
|
|
18588
|
+
}
|
|
18589
|
+
}]
|
|
18590
|
+
},
|
|
18137
18591
|
{
|
|
18138
18592
|
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
18139
18593
|
denom_units: [{
|