@chain-registry/assets 1.70.201 → 1.70.203
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 +72 -72
- package/esm/mainnet/cosmoshub.js +72 -72
- package/esm/mainnet/gravitybridge.js +72 -72
- package/esm/mainnet/kujira.js +72 -72
- package/esm/mainnet/noble.js +72 -72
- package/esm/mainnet/osmosis.js +72 -72
- package/esm/mainnet/sei.js +72 -72
- package/esm/mainnet/source.js +72 -72
- package/index.d.ts +1 -1
- package/mainnet/archway.js +72 -72
- package/mainnet/cosmoshub.js +72 -72
- package/mainnet/gravitybridge.js +72 -72
- package/mainnet/kujira.js +72 -72
- package/mainnet/noble.js +72 -72
- package/mainnet/osmosis.js +72 -72
- package/mainnet/sei.js +72 -72
- package/mainnet/source.js +72 -72
- package/package.json +5 -5
package/esm/mainnet/kujira.js
CHANGED
|
@@ -4846,17 +4846,6 @@ const assets = {
|
|
|
4846
4846
|
name: 'Astonic USD',
|
|
4847
4847
|
display: 'ausd',
|
|
4848
4848
|
symbol: 'aUSD',
|
|
4849
|
-
logo_URIs: {
|
|
4850
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
4851
|
-
},
|
|
4852
|
-
images: [{
|
|
4853
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
4854
|
-
}],
|
|
4855
|
-
socials: {
|
|
4856
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
4857
|
-
telegram: 'https://t.me/astonic_io'
|
|
4858
|
-
},
|
|
4859
|
-
type_asset: 'sdk.coin',
|
|
4860
4849
|
traces: [{
|
|
4861
4850
|
type: 'ibc',
|
|
4862
4851
|
counterparty: {
|
|
@@ -4867,7 +4856,18 @@ const assets = {
|
|
|
4867
4856
|
chain: {
|
|
4868
4857
|
channel_id: 'channel-51'
|
|
4869
4858
|
}
|
|
4870
|
-
}]
|
|
4859
|
+
}],
|
|
4860
|
+
logo_URIs: {
|
|
4861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
4862
|
+
},
|
|
4863
|
+
images: [{
|
|
4864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
4865
|
+
}],
|
|
4866
|
+
socials: {
|
|
4867
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
4868
|
+
telegram: 'https://t.me/astonic_io'
|
|
4869
|
+
},
|
|
4870
|
+
type_asset: 'sdk.coin'
|
|
4871
4871
|
},
|
|
4872
4872
|
{
|
|
4873
4873
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -4883,17 +4883,6 @@ const assets = {
|
|
|
4883
4883
|
name: 'Astonic EUR',
|
|
4884
4884
|
display: 'aeur',
|
|
4885
4885
|
symbol: 'aEUR',
|
|
4886
|
-
logo_URIs: {
|
|
4887
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
4888
|
-
},
|
|
4889
|
-
images: [{
|
|
4890
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
4891
|
-
}],
|
|
4892
|
-
socials: {
|
|
4893
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
4894
|
-
telegram: 'https://t.me/astonic_io'
|
|
4895
|
-
},
|
|
4896
|
-
type_asset: 'sdk.coin',
|
|
4897
4886
|
traces: [{
|
|
4898
4887
|
type: 'ibc',
|
|
4899
4888
|
counterparty: {
|
|
@@ -4904,7 +4893,18 @@ const assets = {
|
|
|
4904
4893
|
chain: {
|
|
4905
4894
|
channel_id: 'channel-51'
|
|
4906
4895
|
}
|
|
4907
|
-
}]
|
|
4896
|
+
}],
|
|
4897
|
+
logo_URIs: {
|
|
4898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
4899
|
+
},
|
|
4900
|
+
images: [{
|
|
4901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
4902
|
+
}],
|
|
4903
|
+
socials: {
|
|
4904
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
4905
|
+
telegram: 'https://t.me/astonic_io'
|
|
4906
|
+
},
|
|
4907
|
+
type_asset: 'sdk.coin'
|
|
4908
4908
|
},
|
|
4909
4909
|
{
|
|
4910
4910
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -4920,17 +4920,6 @@ const assets = {
|
|
|
4920
4920
|
name: 'Astonic BRL',
|
|
4921
4921
|
display: 'abrl',
|
|
4922
4922
|
symbol: 'aBRL',
|
|
4923
|
-
logo_URIs: {
|
|
4924
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
4925
|
-
},
|
|
4926
|
-
images: [{
|
|
4927
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
4928
|
-
}],
|
|
4929
|
-
socials: {
|
|
4930
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
4931
|
-
telegram: 'https://t.me/astonic_io'
|
|
4932
|
-
},
|
|
4933
|
-
type_asset: 'sdk.coin',
|
|
4934
4923
|
traces: [{
|
|
4935
4924
|
type: 'ibc',
|
|
4936
4925
|
counterparty: {
|
|
@@ -4941,7 +4930,18 @@ const assets = {
|
|
|
4941
4930
|
chain: {
|
|
4942
4931
|
channel_id: 'channel-51'
|
|
4943
4932
|
}
|
|
4944
|
-
}]
|
|
4933
|
+
}],
|
|
4934
|
+
logo_URIs: {
|
|
4935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
4936
|
+
},
|
|
4937
|
+
images: [{
|
|
4938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
4939
|
+
}],
|
|
4940
|
+
socials: {
|
|
4941
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
4942
|
+
telegram: 'https://t.me/astonic_io'
|
|
4943
|
+
},
|
|
4944
|
+
type_asset: 'sdk.coin'
|
|
4945
4945
|
},
|
|
4946
4946
|
{
|
|
4947
4947
|
description: 'The native currency of the Realio Network.',
|
|
@@ -6332,17 +6332,6 @@ const assets = {
|
|
|
6332
6332
|
name: 'Astonic USD',
|
|
6333
6333
|
display: 'ausd',
|
|
6334
6334
|
symbol: 'aUSD',
|
|
6335
|
-
logo_URIs: {
|
|
6336
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
6337
|
-
},
|
|
6338
|
-
images: [{
|
|
6339
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
6340
|
-
}],
|
|
6341
|
-
socials: {
|
|
6342
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
6343
|
-
telegram: 'https://t.me/astonic_io'
|
|
6344
|
-
},
|
|
6345
|
-
type_asset: 'sdk.coin',
|
|
6346
6335
|
traces: [{
|
|
6347
6336
|
type: 'ibc',
|
|
6348
6337
|
counterparty: {
|
|
@@ -6353,7 +6342,18 @@ const assets = {
|
|
|
6353
6342
|
chain: {
|
|
6354
6343
|
channel_id: 'channel-51'
|
|
6355
6344
|
}
|
|
6356
|
-
}]
|
|
6345
|
+
}],
|
|
6346
|
+
logo_URIs: {
|
|
6347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
6348
|
+
},
|
|
6349
|
+
images: [{
|
|
6350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
6351
|
+
}],
|
|
6352
|
+
socials: {
|
|
6353
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
6354
|
+
telegram: 'https://t.me/astonic_io'
|
|
6355
|
+
},
|
|
6356
|
+
type_asset: 'sdk.coin'
|
|
6357
6357
|
},
|
|
6358
6358
|
{
|
|
6359
6359
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -6369,17 +6369,6 @@ const assets = {
|
|
|
6369
6369
|
name: 'Astonic EUR',
|
|
6370
6370
|
display: 'aeur',
|
|
6371
6371
|
symbol: 'aEUR',
|
|
6372
|
-
logo_URIs: {
|
|
6373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
6374
|
-
},
|
|
6375
|
-
images: [{
|
|
6376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
6377
|
-
}],
|
|
6378
|
-
socials: {
|
|
6379
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
6380
|
-
telegram: 'https://t.me/astonic_io'
|
|
6381
|
-
},
|
|
6382
|
-
type_asset: 'sdk.coin',
|
|
6383
6372
|
traces: [{
|
|
6384
6373
|
type: 'ibc',
|
|
6385
6374
|
counterparty: {
|
|
@@ -6390,7 +6379,18 @@ const assets = {
|
|
|
6390
6379
|
chain: {
|
|
6391
6380
|
channel_id: 'channel-51'
|
|
6392
6381
|
}
|
|
6393
|
-
}]
|
|
6382
|
+
}],
|
|
6383
|
+
logo_URIs: {
|
|
6384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
6385
|
+
},
|
|
6386
|
+
images: [{
|
|
6387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
6388
|
+
}],
|
|
6389
|
+
socials: {
|
|
6390
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
6391
|
+
telegram: 'https://t.me/astonic_io'
|
|
6392
|
+
},
|
|
6393
|
+
type_asset: 'sdk.coin'
|
|
6394
6394
|
},
|
|
6395
6395
|
{
|
|
6396
6396
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -6406,17 +6406,6 @@ const assets = {
|
|
|
6406
6406
|
name: 'Astonic BRL',
|
|
6407
6407
|
display: 'abrl',
|
|
6408
6408
|
symbol: 'aBRL',
|
|
6409
|
-
logo_URIs: {
|
|
6410
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
6411
|
-
},
|
|
6412
|
-
images: [{
|
|
6413
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
6414
|
-
}],
|
|
6415
|
-
socials: {
|
|
6416
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
6417
|
-
telegram: 'https://t.me/astonic_io'
|
|
6418
|
-
},
|
|
6419
|
-
type_asset: 'sdk.coin',
|
|
6420
6409
|
traces: [{
|
|
6421
6410
|
type: 'ibc',
|
|
6422
6411
|
counterparty: {
|
|
@@ -6427,7 +6416,18 @@ const assets = {
|
|
|
6427
6416
|
chain: {
|
|
6428
6417
|
channel_id: 'channel-51'
|
|
6429
6418
|
}
|
|
6430
|
-
}]
|
|
6419
|
+
}],
|
|
6420
|
+
logo_URIs: {
|
|
6421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
6422
|
+
},
|
|
6423
|
+
images: [{
|
|
6424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
6425
|
+
}],
|
|
6426
|
+
socials: {
|
|
6427
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
6428
|
+
telegram: 'https://t.me/astonic_io'
|
|
6429
|
+
},
|
|
6430
|
+
type_asset: 'sdk.coin'
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
6433
|
description: 'The native currency of the Realio Network.',
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -5347,17 +5347,6 @@ const assets = {
|
|
|
5347
5347
|
name: 'Astonic USD',
|
|
5348
5348
|
display: 'ausd',
|
|
5349
5349
|
symbol: 'aUSD',
|
|
5350
|
-
logo_URIs: {
|
|
5351
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5352
|
-
},
|
|
5353
|
-
images: [{
|
|
5354
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5355
|
-
}],
|
|
5356
|
-
socials: {
|
|
5357
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
5358
|
-
telegram: 'https://t.me/astonic_io'
|
|
5359
|
-
},
|
|
5360
|
-
type_asset: 'sdk.coin',
|
|
5361
5350
|
traces: [{
|
|
5362
5351
|
type: 'ibc',
|
|
5363
5352
|
counterparty: {
|
|
@@ -5368,7 +5357,18 @@ const assets = {
|
|
|
5368
5357
|
chain: {
|
|
5369
5358
|
channel_id: 'channel-82'
|
|
5370
5359
|
}
|
|
5371
|
-
}]
|
|
5360
|
+
}],
|
|
5361
|
+
logo_URIs: {
|
|
5362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5363
|
+
},
|
|
5364
|
+
images: [{
|
|
5365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
5366
|
+
}],
|
|
5367
|
+
socials: {
|
|
5368
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5369
|
+
telegram: 'https://t.me/astonic_io'
|
|
5370
|
+
},
|
|
5371
|
+
type_asset: 'sdk.coin'
|
|
5372
5372
|
},
|
|
5373
5373
|
{
|
|
5374
5374
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -5384,17 +5384,6 @@ const assets = {
|
|
|
5384
5384
|
name: 'Astonic EUR',
|
|
5385
5385
|
display: 'aeur',
|
|
5386
5386
|
symbol: 'aEUR',
|
|
5387
|
-
logo_URIs: {
|
|
5388
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5389
|
-
},
|
|
5390
|
-
images: [{
|
|
5391
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5392
|
-
}],
|
|
5393
|
-
socials: {
|
|
5394
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
5395
|
-
telegram: 'https://t.me/astonic_io'
|
|
5396
|
-
},
|
|
5397
|
-
type_asset: 'sdk.coin',
|
|
5398
5387
|
traces: [{
|
|
5399
5388
|
type: 'ibc',
|
|
5400
5389
|
counterparty: {
|
|
@@ -5405,7 +5394,18 @@ const assets = {
|
|
|
5405
5394
|
chain: {
|
|
5406
5395
|
channel_id: 'channel-82'
|
|
5407
5396
|
}
|
|
5408
|
-
}]
|
|
5397
|
+
}],
|
|
5398
|
+
logo_URIs: {
|
|
5399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5400
|
+
},
|
|
5401
|
+
images: [{
|
|
5402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
5403
|
+
}],
|
|
5404
|
+
socials: {
|
|
5405
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5406
|
+
telegram: 'https://t.me/astonic_io'
|
|
5407
|
+
},
|
|
5408
|
+
type_asset: 'sdk.coin'
|
|
5409
5409
|
},
|
|
5410
5410
|
{
|
|
5411
5411
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -5421,17 +5421,6 @@ const assets = {
|
|
|
5421
5421
|
name: 'Astonic BRL',
|
|
5422
5422
|
display: 'abrl',
|
|
5423
5423
|
symbol: 'aBRL',
|
|
5424
|
-
logo_URIs: {
|
|
5425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5426
|
-
},
|
|
5427
|
-
images: [{
|
|
5428
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5429
|
-
}],
|
|
5430
|
-
socials: {
|
|
5431
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
5432
|
-
telegram: 'https://t.me/astonic_io'
|
|
5433
|
-
},
|
|
5434
|
-
type_asset: 'sdk.coin',
|
|
5435
5424
|
traces: [{
|
|
5436
5425
|
type: 'ibc',
|
|
5437
5426
|
counterparty: {
|
|
@@ -5442,7 +5431,18 @@ const assets = {
|
|
|
5442
5431
|
chain: {
|
|
5443
5432
|
channel_id: 'channel-82'
|
|
5444
5433
|
}
|
|
5445
|
-
}]
|
|
5434
|
+
}],
|
|
5435
|
+
logo_URIs: {
|
|
5436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5437
|
+
},
|
|
5438
|
+
images: [{
|
|
5439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
5440
|
+
}],
|
|
5441
|
+
socials: {
|
|
5442
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
5443
|
+
telegram: 'https://t.me/astonic_io'
|
|
5444
|
+
},
|
|
5445
|
+
type_asset: 'sdk.coin'
|
|
5446
5446
|
},
|
|
5447
5447
|
{
|
|
5448
5448
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
@@ -11075,17 +11075,6 @@ const assets = {
|
|
|
11075
11075
|
name: 'Astonic USD',
|
|
11076
11076
|
display: 'ausd',
|
|
11077
11077
|
symbol: 'aUSD',
|
|
11078
|
-
logo_URIs: {
|
|
11079
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
11080
|
-
},
|
|
11081
|
-
images: [{
|
|
11082
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
11083
|
-
}],
|
|
11084
|
-
socials: {
|
|
11085
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
11086
|
-
telegram: 'https://t.me/astonic_io'
|
|
11087
|
-
},
|
|
11088
|
-
type_asset: 'sdk.coin',
|
|
11089
11078
|
traces: [{
|
|
11090
11079
|
type: 'ibc',
|
|
11091
11080
|
counterparty: {
|
|
@@ -11096,7 +11085,18 @@ const assets = {
|
|
|
11096
11085
|
chain: {
|
|
11097
11086
|
channel_id: 'channel-82'
|
|
11098
11087
|
}
|
|
11099
|
-
}]
|
|
11088
|
+
}],
|
|
11089
|
+
logo_URIs: {
|
|
11090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
11091
|
+
},
|
|
11092
|
+
images: [{
|
|
11093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
11094
|
+
}],
|
|
11095
|
+
socials: {
|
|
11096
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
11097
|
+
telegram: 'https://t.me/astonic_io'
|
|
11098
|
+
},
|
|
11099
|
+
type_asset: 'sdk.coin'
|
|
11100
11100
|
},
|
|
11101
11101
|
{
|
|
11102
11102
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -11112,17 +11112,6 @@ const assets = {
|
|
|
11112
11112
|
name: 'Astonic EUR',
|
|
11113
11113
|
display: 'aeur',
|
|
11114
11114
|
symbol: 'aEUR',
|
|
11115
|
-
logo_URIs: {
|
|
11116
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
11117
|
-
},
|
|
11118
|
-
images: [{
|
|
11119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
11120
|
-
}],
|
|
11121
|
-
socials: {
|
|
11122
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
11123
|
-
telegram: 'https://t.me/astonic_io'
|
|
11124
|
-
},
|
|
11125
|
-
type_asset: 'sdk.coin',
|
|
11126
11115
|
traces: [{
|
|
11127
11116
|
type: 'ibc',
|
|
11128
11117
|
counterparty: {
|
|
@@ -11133,7 +11122,18 @@ const assets = {
|
|
|
11133
11122
|
chain: {
|
|
11134
11123
|
channel_id: 'channel-82'
|
|
11135
11124
|
}
|
|
11136
|
-
}]
|
|
11125
|
+
}],
|
|
11126
|
+
logo_URIs: {
|
|
11127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
11128
|
+
},
|
|
11129
|
+
images: [{
|
|
11130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
11131
|
+
}],
|
|
11132
|
+
socials: {
|
|
11133
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
11134
|
+
telegram: 'https://t.me/astonic_io'
|
|
11135
|
+
},
|
|
11136
|
+
type_asset: 'sdk.coin'
|
|
11137
11137
|
},
|
|
11138
11138
|
{
|
|
11139
11139
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -11149,17 +11149,6 @@ const assets = {
|
|
|
11149
11149
|
name: 'Astonic BRL',
|
|
11150
11150
|
display: 'abrl',
|
|
11151
11151
|
symbol: 'aBRL',
|
|
11152
|
-
logo_URIs: {
|
|
11153
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
11154
|
-
},
|
|
11155
|
-
images: [{
|
|
11156
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
11157
|
-
}],
|
|
11158
|
-
socials: {
|
|
11159
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
11160
|
-
telegram: 'https://t.me/astonic_io'
|
|
11161
|
-
},
|
|
11162
|
-
type_asset: 'sdk.coin',
|
|
11163
11152
|
traces: [{
|
|
11164
11153
|
type: 'ibc',
|
|
11165
11154
|
counterparty: {
|
|
@@ -11170,7 +11159,18 @@ const assets = {
|
|
|
11170
11159
|
chain: {
|
|
11171
11160
|
channel_id: 'channel-82'
|
|
11172
11161
|
}
|
|
11173
|
-
}]
|
|
11162
|
+
}],
|
|
11163
|
+
logo_URIs: {
|
|
11164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
11165
|
+
},
|
|
11166
|
+
images: [{
|
|
11167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
11168
|
+
}],
|
|
11169
|
+
socials: {
|
|
11170
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
11171
|
+
telegram: 'https://t.me/astonic_io'
|
|
11172
|
+
},
|
|
11173
|
+
type_asset: 'sdk.coin'
|
|
11174
11174
|
},
|
|
11175
11175
|
{
|
|
11176
11176
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -13113,17 +13113,6 @@ const assets = {
|
|
|
13113
13113
|
name: 'Astonic USD',
|
|
13114
13114
|
display: 'ausd',
|
|
13115
13115
|
symbol: 'aUSD',
|
|
13116
|
-
logo_URIs: {
|
|
13117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13118
|
-
},
|
|
13119
|
-
images: [{
|
|
13120
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13121
|
-
}],
|
|
13122
|
-
socials: {
|
|
13123
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13124
|
-
telegram: 'https://t.me/astonic_io'
|
|
13125
|
-
},
|
|
13126
|
-
type_asset: 'sdk.coin',
|
|
13127
13116
|
traces: [{
|
|
13128
13117
|
type: 'ibc',
|
|
13129
13118
|
counterparty: {
|
|
@@ -13134,7 +13123,18 @@ const assets = {
|
|
|
13134
13123
|
chain: {
|
|
13135
13124
|
channel_id: 'channel-492'
|
|
13136
13125
|
}
|
|
13137
|
-
}]
|
|
13126
|
+
}],
|
|
13127
|
+
logo_URIs: {
|
|
13128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13129
|
+
},
|
|
13130
|
+
images: [{
|
|
13131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13132
|
+
}],
|
|
13133
|
+
socials: {
|
|
13134
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13135
|
+
telegram: 'https://t.me/astonic_io'
|
|
13136
|
+
},
|
|
13137
|
+
type_asset: 'sdk.coin'
|
|
13138
13138
|
},
|
|
13139
13139
|
{
|
|
13140
13140
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -13150,17 +13150,6 @@ const assets = {
|
|
|
13150
13150
|
name: 'Astonic EUR',
|
|
13151
13151
|
display: 'aeur',
|
|
13152
13152
|
symbol: 'aEUR',
|
|
13153
|
-
logo_URIs: {
|
|
13154
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13155
|
-
},
|
|
13156
|
-
images: [{
|
|
13157
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13158
|
-
}],
|
|
13159
|
-
socials: {
|
|
13160
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13161
|
-
telegram: 'https://t.me/astonic_io'
|
|
13162
|
-
},
|
|
13163
|
-
type_asset: 'sdk.coin',
|
|
13164
13153
|
traces: [{
|
|
13165
13154
|
type: 'ibc',
|
|
13166
13155
|
counterparty: {
|
|
@@ -13171,7 +13160,18 @@ const assets = {
|
|
|
13171
13160
|
chain: {
|
|
13172
13161
|
channel_id: 'channel-492'
|
|
13173
13162
|
}
|
|
13174
|
-
}]
|
|
13163
|
+
}],
|
|
13164
|
+
logo_URIs: {
|
|
13165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13166
|
+
},
|
|
13167
|
+
images: [{
|
|
13168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13169
|
+
}],
|
|
13170
|
+
socials: {
|
|
13171
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13172
|
+
telegram: 'https://t.me/astonic_io'
|
|
13173
|
+
},
|
|
13174
|
+
type_asset: 'sdk.coin'
|
|
13175
13175
|
},
|
|
13176
13176
|
{
|
|
13177
13177
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -13187,17 +13187,6 @@ const assets = {
|
|
|
13187
13187
|
name: 'Astonic BRL',
|
|
13188
13188
|
display: 'abrl',
|
|
13189
13189
|
symbol: 'aBRL',
|
|
13190
|
-
logo_URIs: {
|
|
13191
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13192
|
-
},
|
|
13193
|
-
images: [{
|
|
13194
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13195
|
-
}],
|
|
13196
|
-
socials: {
|
|
13197
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13198
|
-
telegram: 'https://t.me/astonic_io'
|
|
13199
|
-
},
|
|
13200
|
-
type_asset: 'sdk.coin',
|
|
13201
13190
|
traces: [{
|
|
13202
13191
|
type: 'ibc',
|
|
13203
13192
|
counterparty: {
|
|
@@ -13208,7 +13197,18 @@ const assets = {
|
|
|
13208
13197
|
chain: {
|
|
13209
13198
|
channel_id: 'channel-492'
|
|
13210
13199
|
}
|
|
13211
|
-
}]
|
|
13200
|
+
}],
|
|
13201
|
+
logo_URIs: {
|
|
13202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13203
|
+
},
|
|
13204
|
+
images: [{
|
|
13205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13206
|
+
}],
|
|
13207
|
+
socials: {
|
|
13208
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13209
|
+
telegram: 'https://t.me/astonic_io'
|
|
13210
|
+
},
|
|
13211
|
+
type_asset: 'sdk.coin'
|
|
13212
13212
|
},
|
|
13213
13213
|
{
|
|
13214
13214
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
@@ -20957,17 +20957,6 @@ const assets = {
|
|
|
20957
20957
|
name: 'Astonic USD',
|
|
20958
20958
|
display: 'ausd',
|
|
20959
20959
|
symbol: 'aUSD',
|
|
20960
|
-
logo_URIs: {
|
|
20961
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20962
|
-
},
|
|
20963
|
-
images: [{
|
|
20964
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20965
|
-
}],
|
|
20966
|
-
socials: {
|
|
20967
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
20968
|
-
telegram: 'https://t.me/astonic_io'
|
|
20969
|
-
},
|
|
20970
|
-
type_asset: 'sdk.coin',
|
|
20971
20960
|
traces: [{
|
|
20972
20961
|
type: 'ibc',
|
|
20973
20962
|
counterparty: {
|
|
@@ -20978,7 +20967,18 @@ const assets = {
|
|
|
20978
20967
|
chain: {
|
|
20979
20968
|
channel_id: 'channel-492'
|
|
20980
20969
|
}
|
|
20981
|
-
}]
|
|
20970
|
+
}],
|
|
20971
|
+
logo_URIs: {
|
|
20972
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20973
|
+
},
|
|
20974
|
+
images: [{
|
|
20975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20976
|
+
}],
|
|
20977
|
+
socials: {
|
|
20978
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
20979
|
+
telegram: 'https://t.me/astonic_io'
|
|
20980
|
+
},
|
|
20981
|
+
type_asset: 'sdk.coin'
|
|
20982
20982
|
},
|
|
20983
20983
|
{
|
|
20984
20984
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -20994,17 +20994,6 @@ const assets = {
|
|
|
20994
20994
|
name: 'Astonic EUR',
|
|
20995
20995
|
display: 'aeur',
|
|
20996
20996
|
symbol: 'aEUR',
|
|
20997
|
-
logo_URIs: {
|
|
20998
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
20999
|
-
},
|
|
21000
|
-
images: [{
|
|
21001
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21002
|
-
}],
|
|
21003
|
-
socials: {
|
|
21004
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21005
|
-
telegram: 'https://t.me/astonic_io'
|
|
21006
|
-
},
|
|
21007
|
-
type_asset: 'sdk.coin',
|
|
21008
20997
|
traces: [{
|
|
21009
20998
|
type: 'ibc',
|
|
21010
20999
|
counterparty: {
|
|
@@ -21015,7 +21004,18 @@ const assets = {
|
|
|
21015
21004
|
chain: {
|
|
21016
21005
|
channel_id: 'channel-492'
|
|
21017
21006
|
}
|
|
21018
|
-
}]
|
|
21007
|
+
}],
|
|
21008
|
+
logo_URIs: {
|
|
21009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21010
|
+
},
|
|
21011
|
+
images: [{
|
|
21012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21013
|
+
}],
|
|
21014
|
+
socials: {
|
|
21015
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21016
|
+
telegram: 'https://t.me/astonic_io'
|
|
21017
|
+
},
|
|
21018
|
+
type_asset: 'sdk.coin'
|
|
21019
21019
|
},
|
|
21020
21020
|
{
|
|
21021
21021
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -21031,17 +21031,6 @@ const assets = {
|
|
|
21031
21031
|
name: 'Astonic BRL',
|
|
21032
21032
|
display: 'abrl',
|
|
21033
21033
|
symbol: 'aBRL',
|
|
21034
|
-
logo_URIs: {
|
|
21035
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21036
|
-
},
|
|
21037
|
-
images: [{
|
|
21038
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21039
|
-
}],
|
|
21040
|
-
socials: {
|
|
21041
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21042
|
-
telegram: 'https://t.me/astonic_io'
|
|
21043
|
-
},
|
|
21044
|
-
type_asset: 'sdk.coin',
|
|
21045
21034
|
traces: [{
|
|
21046
21035
|
type: 'ibc',
|
|
21047
21036
|
counterparty: {
|
|
@@ -21052,7 +21041,18 @@ const assets = {
|
|
|
21052
21041
|
chain: {
|
|
21053
21042
|
channel_id: 'channel-492'
|
|
21054
21043
|
}
|
|
21055
|
-
}]
|
|
21044
|
+
}],
|
|
21045
|
+
logo_URIs: {
|
|
21046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21047
|
+
},
|
|
21048
|
+
images: [{
|
|
21049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21050
|
+
}],
|
|
21051
|
+
socials: {
|
|
21052
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21053
|
+
telegram: 'https://t.me/astonic_io'
|
|
21054
|
+
},
|
|
21055
|
+
type_asset: 'sdk.coin'
|
|
21056
21056
|
},
|
|
21057
21057
|
{
|
|
21058
21058
|
description: 'Hash is the staking token of the Provenance Blockchain',
|