@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/sei.js
CHANGED
|
@@ -936,17 +936,6 @@ const assets = {
|
|
|
936
936
|
name: 'Astonic USD',
|
|
937
937
|
display: 'ausd',
|
|
938
938
|
symbol: 'aUSD',
|
|
939
|
-
logo_URIs: {
|
|
940
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
941
|
-
},
|
|
942
|
-
images: [{
|
|
943
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
944
|
-
}],
|
|
945
|
-
socials: {
|
|
946
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
947
|
-
telegram: 'https://t.me/astonic_io'
|
|
948
|
-
},
|
|
949
|
-
type_asset: 'sdk.coin',
|
|
950
939
|
traces: [{
|
|
951
940
|
type: 'ibc',
|
|
952
941
|
counterparty: {
|
|
@@ -957,7 +946,18 @@ const assets = {
|
|
|
957
946
|
chain: {
|
|
958
947
|
channel_id: 'channel-13'
|
|
959
948
|
}
|
|
960
|
-
}]
|
|
949
|
+
}],
|
|
950
|
+
logo_URIs: {
|
|
951
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
952
|
+
},
|
|
953
|
+
images: [{
|
|
954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
955
|
+
}],
|
|
956
|
+
socials: {
|
|
957
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
958
|
+
telegram: 'https://t.me/astonic_io'
|
|
959
|
+
},
|
|
960
|
+
type_asset: 'sdk.coin'
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
963
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -973,17 +973,6 @@ const assets = {
|
|
|
973
973
|
name: 'Astonic EUR',
|
|
974
974
|
display: 'aeur',
|
|
975
975
|
symbol: 'aEUR',
|
|
976
|
-
logo_URIs: {
|
|
977
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
978
|
-
},
|
|
979
|
-
images: [{
|
|
980
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
981
|
-
}],
|
|
982
|
-
socials: {
|
|
983
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
984
|
-
telegram: 'https://t.me/astonic_io'
|
|
985
|
-
},
|
|
986
|
-
type_asset: 'sdk.coin',
|
|
987
976
|
traces: [{
|
|
988
977
|
type: 'ibc',
|
|
989
978
|
counterparty: {
|
|
@@ -994,7 +983,18 @@ const assets = {
|
|
|
994
983
|
chain: {
|
|
995
984
|
channel_id: 'channel-13'
|
|
996
985
|
}
|
|
997
|
-
}]
|
|
986
|
+
}],
|
|
987
|
+
logo_URIs: {
|
|
988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
989
|
+
},
|
|
990
|
+
images: [{
|
|
991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
992
|
+
}],
|
|
993
|
+
socials: {
|
|
994
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
995
|
+
telegram: 'https://t.me/astonic_io'
|
|
996
|
+
},
|
|
997
|
+
type_asset: 'sdk.coin'
|
|
998
998
|
},
|
|
999
999
|
{
|
|
1000
1000
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -1010,17 +1010,6 @@ const assets = {
|
|
|
1010
1010
|
name: 'Astonic BRL',
|
|
1011
1011
|
display: 'abrl',
|
|
1012
1012
|
symbol: 'aBRL',
|
|
1013
|
-
logo_URIs: {
|
|
1014
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1015
|
-
},
|
|
1016
|
-
images: [{
|
|
1017
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1018
|
-
}],
|
|
1019
|
-
socials: {
|
|
1020
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
1021
|
-
telegram: 'https://t.me/astonic_io'
|
|
1022
|
-
},
|
|
1023
|
-
type_asset: 'sdk.coin',
|
|
1024
1013
|
traces: [{
|
|
1025
1014
|
type: 'ibc',
|
|
1026
1015
|
counterparty: {
|
|
@@ -1031,7 +1020,18 @@ const assets = {
|
|
|
1031
1020
|
chain: {
|
|
1032
1021
|
channel_id: 'channel-13'
|
|
1033
1022
|
}
|
|
1034
|
-
}]
|
|
1023
|
+
}],
|
|
1024
|
+
logo_URIs: {
|
|
1025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1026
|
+
},
|
|
1027
|
+
images: [{
|
|
1028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1029
|
+
}],
|
|
1030
|
+
socials: {
|
|
1031
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1032
|
+
telegram: 'https://t.me/astonic_io'
|
|
1033
|
+
},
|
|
1034
|
+
type_asset: 'sdk.coin'
|
|
1035
1035
|
},
|
|
1036
1036
|
{
|
|
1037
1037
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
@@ -1968,17 +1968,6 @@ const assets = {
|
|
|
1968
1968
|
name: 'Astonic USD',
|
|
1969
1969
|
display: 'ausd',
|
|
1970
1970
|
symbol: 'aUSD',
|
|
1971
|
-
logo_URIs: {
|
|
1972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1973
|
-
},
|
|
1974
|
-
images: [{
|
|
1975
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1976
|
-
}],
|
|
1977
|
-
socials: {
|
|
1978
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
1979
|
-
telegram: 'https://t.me/astonic_io'
|
|
1980
|
-
},
|
|
1981
|
-
type_asset: 'sdk.coin',
|
|
1982
1971
|
traces: [{
|
|
1983
1972
|
type: 'ibc',
|
|
1984
1973
|
counterparty: {
|
|
@@ -1989,7 +1978,18 @@ const assets = {
|
|
|
1989
1978
|
chain: {
|
|
1990
1979
|
channel_id: 'channel-13'
|
|
1991
1980
|
}
|
|
1992
|
-
}]
|
|
1981
|
+
}],
|
|
1982
|
+
logo_URIs: {
|
|
1983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1984
|
+
},
|
|
1985
|
+
images: [{
|
|
1986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1987
|
+
}],
|
|
1988
|
+
socials: {
|
|
1989
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1990
|
+
telegram: 'https://t.me/astonic_io'
|
|
1991
|
+
},
|
|
1992
|
+
type_asset: 'sdk.coin'
|
|
1993
1993
|
},
|
|
1994
1994
|
{
|
|
1995
1995
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -2005,17 +2005,6 @@ const assets = {
|
|
|
2005
2005
|
name: 'Astonic EUR',
|
|
2006
2006
|
display: 'aeur',
|
|
2007
2007
|
symbol: 'aEUR',
|
|
2008
|
-
logo_URIs: {
|
|
2009
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2010
|
-
},
|
|
2011
|
-
images: [{
|
|
2012
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2013
|
-
}],
|
|
2014
|
-
socials: {
|
|
2015
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
2016
|
-
telegram: 'https://t.me/astonic_io'
|
|
2017
|
-
},
|
|
2018
|
-
type_asset: 'sdk.coin',
|
|
2019
2008
|
traces: [{
|
|
2020
2009
|
type: 'ibc',
|
|
2021
2010
|
counterparty: {
|
|
@@ -2026,7 +2015,18 @@ const assets = {
|
|
|
2026
2015
|
chain: {
|
|
2027
2016
|
channel_id: 'channel-13'
|
|
2028
2017
|
}
|
|
2029
|
-
}]
|
|
2018
|
+
}],
|
|
2019
|
+
logo_URIs: {
|
|
2020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2021
|
+
},
|
|
2022
|
+
images: [{
|
|
2023
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2024
|
+
}],
|
|
2025
|
+
socials: {
|
|
2026
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
2027
|
+
telegram: 'https://t.me/astonic_io'
|
|
2028
|
+
},
|
|
2029
|
+
type_asset: 'sdk.coin'
|
|
2030
2030
|
},
|
|
2031
2031
|
{
|
|
2032
2032
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -2042,17 +2042,6 @@ const assets = {
|
|
|
2042
2042
|
name: 'Astonic BRL',
|
|
2043
2043
|
display: 'abrl',
|
|
2044
2044
|
symbol: 'aBRL',
|
|
2045
|
-
logo_URIs: {
|
|
2046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
2047
|
-
},
|
|
2048
|
-
images: [{
|
|
2049
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
2050
|
-
}],
|
|
2051
|
-
socials: {
|
|
2052
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
2053
|
-
telegram: 'https://t.me/astonic_io'
|
|
2054
|
-
},
|
|
2055
|
-
type_asset: 'sdk.coin',
|
|
2056
2045
|
traces: [{
|
|
2057
2046
|
type: 'ibc',
|
|
2058
2047
|
counterparty: {
|
|
@@ -2063,7 +2052,18 @@ const assets = {
|
|
|
2063
2052
|
chain: {
|
|
2064
2053
|
channel_id: 'channel-13'
|
|
2065
2054
|
}
|
|
2066
|
-
}]
|
|
2055
|
+
}],
|
|
2056
|
+
logo_URIs: {
|
|
2057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
2058
|
+
},
|
|
2059
|
+
images: [{
|
|
2060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
2061
|
+
}],
|
|
2062
|
+
socials: {
|
|
2063
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
2064
|
+
telegram: 'https://t.me/astonic_io'
|
|
2065
|
+
},
|
|
2066
|
+
type_asset: 'sdk.coin'
|
|
2067
2067
|
},
|
|
2068
2068
|
{
|
|
2069
2069
|
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
package/esm/mainnet/source.js
CHANGED
|
@@ -345,17 +345,6 @@ const assets = {
|
|
|
345
345
|
name: 'Astonic USD',
|
|
346
346
|
display: 'ausd',
|
|
347
347
|
symbol: 'aUSD',
|
|
348
|
-
logo_URIs: {
|
|
349
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
350
|
-
},
|
|
351
|
-
images: [{
|
|
352
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
353
|
-
}],
|
|
354
|
-
socials: {
|
|
355
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
356
|
-
telegram: 'https://t.me/astonic_io'
|
|
357
|
-
},
|
|
358
|
-
type_asset: 'sdk.coin',
|
|
359
348
|
traces: [{
|
|
360
349
|
type: 'ibc',
|
|
361
350
|
counterparty: {
|
|
@@ -366,7 +355,18 @@ const assets = {
|
|
|
366
355
|
chain: {
|
|
367
356
|
channel_id: 'channel-1'
|
|
368
357
|
}
|
|
369
|
-
}]
|
|
358
|
+
}],
|
|
359
|
+
logo_URIs: {
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
361
|
+
},
|
|
362
|
+
images: [{
|
|
363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
364
|
+
}],
|
|
365
|
+
socials: {
|
|
366
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
367
|
+
telegram: 'https://t.me/astonic_io'
|
|
368
|
+
},
|
|
369
|
+
type_asset: 'sdk.coin'
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -382,17 +382,6 @@ const assets = {
|
|
|
382
382
|
name: 'Astonic EUR',
|
|
383
383
|
display: 'aeur',
|
|
384
384
|
symbol: 'aEUR',
|
|
385
|
-
logo_URIs: {
|
|
386
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
387
|
-
},
|
|
388
|
-
images: [{
|
|
389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
390
|
-
}],
|
|
391
|
-
socials: {
|
|
392
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
393
|
-
telegram: 'https://t.me/astonic_io'
|
|
394
|
-
},
|
|
395
|
-
type_asset: 'sdk.coin',
|
|
396
385
|
traces: [{
|
|
397
386
|
type: 'ibc',
|
|
398
387
|
counterparty: {
|
|
@@ -403,7 +392,18 @@ const assets = {
|
|
|
403
392
|
chain: {
|
|
404
393
|
channel_id: 'channel-1'
|
|
405
394
|
}
|
|
406
|
-
}]
|
|
395
|
+
}],
|
|
396
|
+
logo_URIs: {
|
|
397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
398
|
+
},
|
|
399
|
+
images: [{
|
|
400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
401
|
+
}],
|
|
402
|
+
socials: {
|
|
403
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
404
|
+
telegram: 'https://t.me/astonic_io'
|
|
405
|
+
},
|
|
406
|
+
type_asset: 'sdk.coin'
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -419,17 +419,6 @@ const assets = {
|
|
|
419
419
|
name: 'Astonic BRL',
|
|
420
420
|
display: 'abrl',
|
|
421
421
|
symbol: 'aBRL',
|
|
422
|
-
logo_URIs: {
|
|
423
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
424
|
-
},
|
|
425
|
-
images: [{
|
|
426
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
427
|
-
}],
|
|
428
|
-
socials: {
|
|
429
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
430
|
-
telegram: 'https://t.me/astonic_io'
|
|
431
|
-
},
|
|
432
|
-
type_asset: 'sdk.coin',
|
|
433
422
|
traces: [{
|
|
434
423
|
type: 'ibc',
|
|
435
424
|
counterparty: {
|
|
@@ -440,7 +429,18 @@ const assets = {
|
|
|
440
429
|
chain: {
|
|
441
430
|
channel_id: 'channel-1'
|
|
442
431
|
}
|
|
443
|
-
}]
|
|
432
|
+
}],
|
|
433
|
+
logo_URIs: {
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
435
|
+
},
|
|
436
|
+
images: [{
|
|
437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
438
|
+
}],
|
|
439
|
+
socials: {
|
|
440
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
441
|
+
telegram: 'https://t.me/astonic_io'
|
|
442
|
+
},
|
|
443
|
+
type_asset: 'sdk.coin'
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
@@ -786,17 +786,6 @@ const assets = {
|
|
|
786
786
|
name: 'Astonic USD',
|
|
787
787
|
display: 'ausd',
|
|
788
788
|
symbol: 'aUSD',
|
|
789
|
-
logo_URIs: {
|
|
790
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
791
|
-
},
|
|
792
|
-
images: [{
|
|
793
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
794
|
-
}],
|
|
795
|
-
socials: {
|
|
796
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
797
|
-
telegram: 'https://t.me/astonic_io'
|
|
798
|
-
},
|
|
799
|
-
type_asset: 'sdk.coin',
|
|
800
789
|
traces: [{
|
|
801
790
|
type: 'ibc',
|
|
802
791
|
counterparty: {
|
|
@@ -807,7 +796,18 @@ const assets = {
|
|
|
807
796
|
chain: {
|
|
808
797
|
channel_id: 'channel-1'
|
|
809
798
|
}
|
|
810
|
-
}]
|
|
799
|
+
}],
|
|
800
|
+
logo_URIs: {
|
|
801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
802
|
+
},
|
|
803
|
+
images: [{
|
|
804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
805
|
+
}],
|
|
806
|
+
socials: {
|
|
807
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
808
|
+
telegram: 'https://t.me/astonic_io'
|
|
809
|
+
},
|
|
810
|
+
type_asset: 'sdk.coin'
|
|
811
811
|
},
|
|
812
812
|
{
|
|
813
813
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -823,17 +823,6 @@ const assets = {
|
|
|
823
823
|
name: 'Astonic EUR',
|
|
824
824
|
display: 'aeur',
|
|
825
825
|
symbol: 'aEUR',
|
|
826
|
-
logo_URIs: {
|
|
827
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
828
|
-
},
|
|
829
|
-
images: [{
|
|
830
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
831
|
-
}],
|
|
832
|
-
socials: {
|
|
833
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
834
|
-
telegram: 'https://t.me/astonic_io'
|
|
835
|
-
},
|
|
836
|
-
type_asset: 'sdk.coin',
|
|
837
826
|
traces: [{
|
|
838
827
|
type: 'ibc',
|
|
839
828
|
counterparty: {
|
|
@@ -844,7 +833,18 @@ const assets = {
|
|
|
844
833
|
chain: {
|
|
845
834
|
channel_id: 'channel-1'
|
|
846
835
|
}
|
|
847
|
-
}]
|
|
836
|
+
}],
|
|
837
|
+
logo_URIs: {
|
|
838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
839
|
+
},
|
|
840
|
+
images: [{
|
|
841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
842
|
+
}],
|
|
843
|
+
socials: {
|
|
844
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
845
|
+
telegram: 'https://t.me/astonic_io'
|
|
846
|
+
},
|
|
847
|
+
type_asset: 'sdk.coin'
|
|
848
848
|
},
|
|
849
849
|
{
|
|
850
850
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -860,17 +860,6 @@ const assets = {
|
|
|
860
860
|
name: 'Astonic BRL',
|
|
861
861
|
display: 'abrl',
|
|
862
862
|
symbol: 'aBRL',
|
|
863
|
-
logo_URIs: {
|
|
864
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
865
|
-
},
|
|
866
|
-
images: [{
|
|
867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
868
|
-
}],
|
|
869
|
-
socials: {
|
|
870
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
871
|
-
telegram: 'https://t.me/astonic_io'
|
|
872
|
-
},
|
|
873
|
-
type_asset: 'sdk.coin',
|
|
874
863
|
traces: [{
|
|
875
864
|
type: 'ibc',
|
|
876
865
|
counterparty: {
|
|
@@ -881,7 +870,18 @@ const assets = {
|
|
|
881
870
|
chain: {
|
|
882
871
|
channel_id: 'channel-1'
|
|
883
872
|
}
|
|
884
|
-
}]
|
|
873
|
+
}],
|
|
874
|
+
logo_URIs: {
|
|
875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
876
|
+
},
|
|
877
|
+
images: [{
|
|
878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
879
|
+
}],
|
|
880
|
+
socials: {
|
|
881
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
882
|
+
telegram: 'https://t.me/astonic_io'
|
|
883
|
+
},
|
|
884
|
+
type_asset: 'sdk.coin'
|
|
885
885
|
}
|
|
886
886
|
]
|
|
887
887
|
};
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists:
|
|
7
|
+
asset_lists: AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/archway.js
CHANGED
|
@@ -1480,17 +1480,6 @@ const assets = {
|
|
|
1480
1480
|
name: 'Astonic USD',
|
|
1481
1481
|
display: 'ausd',
|
|
1482
1482
|
symbol: 'aUSD',
|
|
1483
|
-
logo_URIs: {
|
|
1484
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1485
|
-
},
|
|
1486
|
-
images: [{
|
|
1487
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1488
|
-
}],
|
|
1489
|
-
socials: {
|
|
1490
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
1491
|
-
telegram: 'https://t.me/astonic_io'
|
|
1492
|
-
},
|
|
1493
|
-
type_asset: 'sdk.coin',
|
|
1494
1483
|
traces: [{
|
|
1495
1484
|
type: 'ibc',
|
|
1496
1485
|
counterparty: {
|
|
@@ -1501,7 +1490,18 @@ const assets = {
|
|
|
1501
1490
|
chain: {
|
|
1502
1491
|
channel_id: 'channel-112'
|
|
1503
1492
|
}
|
|
1504
|
-
}]
|
|
1493
|
+
}],
|
|
1494
|
+
logo_URIs: {
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1496
|
+
},
|
|
1497
|
+
images: [{
|
|
1498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
1499
|
+
}],
|
|
1500
|
+
socials: {
|
|
1501
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1502
|
+
telegram: 'https://t.me/astonic_io'
|
|
1503
|
+
},
|
|
1504
|
+
type_asset: 'sdk.coin'
|
|
1505
1505
|
},
|
|
1506
1506
|
{
|
|
1507
1507
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -1517,17 +1517,6 @@ const assets = {
|
|
|
1517
1517
|
name: 'Astonic EUR',
|
|
1518
1518
|
display: 'aeur',
|
|
1519
1519
|
symbol: 'aEUR',
|
|
1520
|
-
logo_URIs: {
|
|
1521
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
1522
|
-
},
|
|
1523
|
-
images: [{
|
|
1524
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
1525
|
-
}],
|
|
1526
|
-
socials: {
|
|
1527
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
1528
|
-
telegram: 'https://t.me/astonic_io'
|
|
1529
|
-
},
|
|
1530
|
-
type_asset: 'sdk.coin',
|
|
1531
1520
|
traces: [{
|
|
1532
1521
|
type: 'ibc',
|
|
1533
1522
|
counterparty: {
|
|
@@ -1538,7 +1527,18 @@ const assets = {
|
|
|
1538
1527
|
chain: {
|
|
1539
1528
|
channel_id: 'channel-112'
|
|
1540
1529
|
}
|
|
1541
|
-
}]
|
|
1530
|
+
}],
|
|
1531
|
+
logo_URIs: {
|
|
1532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
1533
|
+
},
|
|
1534
|
+
images: [{
|
|
1535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
1536
|
+
}],
|
|
1537
|
+
socials: {
|
|
1538
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1539
|
+
telegram: 'https://t.me/astonic_io'
|
|
1540
|
+
},
|
|
1541
|
+
type_asset: 'sdk.coin'
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
1544
1544
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -1554,17 +1554,6 @@ const assets = {
|
|
|
1554
1554
|
name: 'Astonic BRL',
|
|
1555
1555
|
display: 'abrl',
|
|
1556
1556
|
symbol: 'aBRL',
|
|
1557
|
-
logo_URIs: {
|
|
1558
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1559
|
-
},
|
|
1560
|
-
images: [{
|
|
1561
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1562
|
-
}],
|
|
1563
|
-
socials: {
|
|
1564
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
1565
|
-
telegram: 'https://t.me/astonic_io'
|
|
1566
|
-
},
|
|
1567
|
-
type_asset: 'sdk.coin',
|
|
1568
1557
|
traces: [{
|
|
1569
1558
|
type: 'ibc',
|
|
1570
1559
|
counterparty: {
|
|
@@ -1575,7 +1564,18 @@ const assets = {
|
|
|
1575
1564
|
chain: {
|
|
1576
1565
|
channel_id: 'channel-112'
|
|
1577
1566
|
}
|
|
1578
|
-
}]
|
|
1567
|
+
}],
|
|
1568
|
+
logo_URIs: {
|
|
1569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1570
|
+
},
|
|
1571
|
+
images: [{
|
|
1572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
1573
|
+
}],
|
|
1574
|
+
socials: {
|
|
1575
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1576
|
+
telegram: 'https://t.me/astonic_io'
|
|
1577
|
+
},
|
|
1578
|
+
type_asset: 'sdk.coin'
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
1581
|
description: 'QCK - native token of Quicksilver',
|
|
@@ -2935,17 +2935,6 @@ const assets = {
|
|
|
2935
2935
|
name: 'Astonic USD',
|
|
2936
2936
|
display: 'ausd',
|
|
2937
2937
|
symbol: 'aUSD',
|
|
2938
|
-
logo_URIs: {
|
|
2939
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
2940
|
-
},
|
|
2941
|
-
images: [{
|
|
2942
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
2943
|
-
}],
|
|
2944
|
-
socials: {
|
|
2945
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
2946
|
-
telegram: 'https://t.me/astonic_io'
|
|
2947
|
-
},
|
|
2948
|
-
type_asset: 'sdk.coin',
|
|
2949
2938
|
traces: [{
|
|
2950
2939
|
type: 'ibc',
|
|
2951
2940
|
counterparty: {
|
|
@@ -2956,7 +2945,18 @@ const assets = {
|
|
|
2956
2945
|
chain: {
|
|
2957
2946
|
channel_id: 'channel-112'
|
|
2958
2947
|
}
|
|
2959
|
-
}]
|
|
2948
|
+
}],
|
|
2949
|
+
logo_URIs: {
|
|
2950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
2951
|
+
},
|
|
2952
|
+
images: [{
|
|
2953
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
2954
|
+
}],
|
|
2955
|
+
socials: {
|
|
2956
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
2957
|
+
telegram: 'https://t.me/astonic_io'
|
|
2958
|
+
},
|
|
2959
|
+
type_asset: 'sdk.coin'
|
|
2960
2960
|
},
|
|
2961
2961
|
{
|
|
2962
2962
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -2972,17 +2972,6 @@ const assets = {
|
|
|
2972
2972
|
name: 'Astonic EUR',
|
|
2973
2973
|
display: 'aeur',
|
|
2974
2974
|
symbol: 'aEUR',
|
|
2975
|
-
logo_URIs: {
|
|
2976
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2977
|
-
},
|
|
2978
|
-
images: [{
|
|
2979
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2980
|
-
}],
|
|
2981
|
-
socials: {
|
|
2982
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
2983
|
-
telegram: 'https://t.me/astonic_io'
|
|
2984
|
-
},
|
|
2985
|
-
type_asset: 'sdk.coin',
|
|
2986
2975
|
traces: [{
|
|
2987
2976
|
type: 'ibc',
|
|
2988
2977
|
counterparty: {
|
|
@@ -2993,7 +2982,18 @@ const assets = {
|
|
|
2993
2982
|
chain: {
|
|
2994
2983
|
channel_id: 'channel-112'
|
|
2995
2984
|
}
|
|
2996
|
-
}]
|
|
2985
|
+
}],
|
|
2986
|
+
logo_URIs: {
|
|
2987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2988
|
+
},
|
|
2989
|
+
images: [{
|
|
2990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
2991
|
+
}],
|
|
2992
|
+
socials: {
|
|
2993
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
2994
|
+
telegram: 'https://t.me/astonic_io'
|
|
2995
|
+
},
|
|
2996
|
+
type_asset: 'sdk.coin'
|
|
2997
2997
|
},
|
|
2998
2998
|
{
|
|
2999
2999
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -3009,17 +3009,6 @@ const assets = {
|
|
|
3009
3009
|
name: 'Astonic BRL',
|
|
3010
3010
|
display: 'abrl',
|
|
3011
3011
|
symbol: 'aBRL',
|
|
3012
|
-
logo_URIs: {
|
|
3013
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
3014
|
-
},
|
|
3015
|
-
images: [{
|
|
3016
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
3017
|
-
}],
|
|
3018
|
-
socials: {
|
|
3019
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
3020
|
-
telegram: 'https://t.me/astonic_io'
|
|
3021
|
-
},
|
|
3022
|
-
type_asset: 'sdk.coin',
|
|
3023
3012
|
traces: [{
|
|
3024
3013
|
type: 'ibc',
|
|
3025
3014
|
counterparty: {
|
|
@@ -3030,7 +3019,18 @@ const assets = {
|
|
|
3030
3019
|
chain: {
|
|
3031
3020
|
channel_id: 'channel-112'
|
|
3032
3021
|
}
|
|
3033
|
-
}]
|
|
3022
|
+
}],
|
|
3023
|
+
logo_URIs: {
|
|
3024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
3025
|
+
},
|
|
3026
|
+
images: [{
|
|
3027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
3028
|
+
}],
|
|
3029
|
+
socials: {
|
|
3030
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
3031
|
+
telegram: 'https://t.me/astonic_io'
|
|
3032
|
+
},
|
|
3033
|
+
type_asset: 'sdk.coin'
|
|
3034
3034
|
},
|
|
3035
3035
|
{
|
|
3036
3036
|
description: 'QCK - native token of Quicksilver',
|