@chain-registry/assets 1.70.210 → 1.70.212
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 +16 -16
- package/esm/mainnet/composable.js +60 -0
- package/esm/mainnet/cosmoshub.js +16 -16
- package/esm/mainnet/gravitybridge.js +16 -16
- package/esm/mainnet/kujira.js +16 -16
- package/esm/mainnet/noble.js +16 -16
- package/esm/mainnet/osmosis.js +208 -16
- package/esm/mainnet/sei.js +16 -16
- package/esm/mainnet/source.js +16 -16
- package/index.d.ts +1 -1
- package/mainnet/archway.js +16 -16
- package/mainnet/composable.js +60 -0
- package/mainnet/cosmoshub.js +16 -16
- package/mainnet/gravitybridge.js +16 -16
- package/mainnet/kujira.js +16 -16
- package/mainnet/noble.js +16 -16
- package/mainnet/osmosis.js +208 -16
- package/mainnet/sei.js +16 -16
- package/mainnet/source.js +16 -16
- package/package.json +5 -5
package/mainnet/composable.js
CHANGED
|
@@ -950,6 +950,36 @@ const assets = {
|
|
|
950
950
|
}
|
|
951
951
|
}]
|
|
952
952
|
},
|
|
953
|
+
{
|
|
954
|
+
type_asset: 'erc20',
|
|
955
|
+
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
956
|
+
denom_units: [{
|
|
957
|
+
denom: 'ibc/E385F0A14A503CAD3E10D6F27EF55F729541D02E2B05F12318DE9939B33E060E',
|
|
958
|
+
exponent: 0,
|
|
959
|
+
aliases: ['0xC96dE26018A54D51c097160568752c4E3BD6C364']
|
|
960
|
+
}, {
|
|
961
|
+
denom: 'fbtc',
|
|
962
|
+
exponent: 8
|
|
963
|
+
}],
|
|
964
|
+
base: 'ibc/E385F0A14A503CAD3E10D6F27EF55F729541D02E2B05F12318DE9939B33E060E',
|
|
965
|
+
name: 'Fire Bitcoin',
|
|
966
|
+
display: 'fbtc',
|
|
967
|
+
symbol: 'FBTC',
|
|
968
|
+
logo_URIs: {
|
|
969
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
970
|
+
},
|
|
971
|
+
traces: [{
|
|
972
|
+
type: 'ibc',
|
|
973
|
+
counterparty: {
|
|
974
|
+
channel_id: 'channel-2',
|
|
975
|
+
base_denom: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
976
|
+
chain_name: 'ethereum'
|
|
977
|
+
},
|
|
978
|
+
chain: {
|
|
979
|
+
channel_id: 'channel-52'
|
|
980
|
+
}
|
|
981
|
+
}]
|
|
982
|
+
},
|
|
953
983
|
{
|
|
954
984
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
955
985
|
denom_units: [{
|
|
@@ -2936,6 +2966,36 @@ const assets = {
|
|
|
2936
2966
|
}
|
|
2937
2967
|
}]
|
|
2938
2968
|
},
|
|
2969
|
+
{
|
|
2970
|
+
type_asset: 'erc20',
|
|
2971
|
+
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
2972
|
+
denom_units: [{
|
|
2973
|
+
denom: 'ibc/E385F0A14A503CAD3E10D6F27EF55F729541D02E2B05F12318DE9939B33E060E',
|
|
2974
|
+
exponent: 0,
|
|
2975
|
+
aliases: ['0xC96dE26018A54D51c097160568752c4E3BD6C364']
|
|
2976
|
+
}, {
|
|
2977
|
+
denom: 'fbtc',
|
|
2978
|
+
exponent: 8
|
|
2979
|
+
}],
|
|
2980
|
+
base: 'ibc/E385F0A14A503CAD3E10D6F27EF55F729541D02E2B05F12318DE9939B33E060E',
|
|
2981
|
+
name: 'Fire Bitcoin',
|
|
2982
|
+
display: 'fbtc',
|
|
2983
|
+
symbol: 'FBTC',
|
|
2984
|
+
logo_URIs: {
|
|
2985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
2986
|
+
},
|
|
2987
|
+
traces: [{
|
|
2988
|
+
type: 'ibc',
|
|
2989
|
+
counterparty: {
|
|
2990
|
+
channel_id: 'channel-2',
|
|
2991
|
+
base_denom: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
2992
|
+
chain_name: 'ethereum'
|
|
2993
|
+
},
|
|
2994
|
+
chain: {
|
|
2995
|
+
channel_id: 'channel-52'
|
|
2996
|
+
}
|
|
2997
|
+
}]
|
|
2998
|
+
},
|
|
2939
2999
|
{
|
|
2940
3000
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
2941
3001
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -5141,10 +5141,10 @@ const assets = {
|
|
|
5141
5141
|
display: 'astonic',
|
|
5142
5142
|
symbol: 'ATC',
|
|
5143
5143
|
logo_URIs: {
|
|
5144
|
-
|
|
5144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
5145
5145
|
},
|
|
5146
5146
|
images: [{
|
|
5147
|
-
|
|
5147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
5148
5148
|
}],
|
|
5149
5149
|
socials: {
|
|
5150
5150
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5189,10 +5189,10 @@ const assets = {
|
|
|
5189
5189
|
}
|
|
5190
5190
|
}],
|
|
5191
5191
|
logo_URIs: {
|
|
5192
|
-
|
|
5192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
5193
5193
|
},
|
|
5194
5194
|
images: [{
|
|
5195
|
-
|
|
5195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
5196
5196
|
}],
|
|
5197
5197
|
socials: {
|
|
5198
5198
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5226,10 +5226,10 @@ const assets = {
|
|
|
5226
5226
|
}
|
|
5227
5227
|
}],
|
|
5228
5228
|
logo_URIs: {
|
|
5229
|
-
|
|
5229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
5230
5230
|
},
|
|
5231
5231
|
images: [{
|
|
5232
|
-
|
|
5232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
5233
5233
|
}],
|
|
5234
5234
|
socials: {
|
|
5235
5235
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5263,10 +5263,10 @@ const assets = {
|
|
|
5263
5263
|
}
|
|
5264
5264
|
}],
|
|
5265
5265
|
logo_URIs: {
|
|
5266
|
-
|
|
5266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
5267
5267
|
},
|
|
5268
5268
|
images: [{
|
|
5269
|
-
|
|
5269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
5270
5270
|
}],
|
|
5271
5271
|
socials: {
|
|
5272
5272
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13602,10 +13602,10 @@ const assets = {
|
|
|
13602
13602
|
display: 'astonic',
|
|
13603
13603
|
symbol: 'ATC',
|
|
13604
13604
|
logo_URIs: {
|
|
13605
|
-
|
|
13605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
13606
13606
|
},
|
|
13607
13607
|
images: [{
|
|
13608
|
-
|
|
13608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
13609
13609
|
}],
|
|
13610
13610
|
socials: {
|
|
13611
13611
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13650,10 +13650,10 @@ const assets = {
|
|
|
13650
13650
|
}
|
|
13651
13651
|
}],
|
|
13652
13652
|
logo_URIs: {
|
|
13653
|
-
|
|
13653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
13654
13654
|
},
|
|
13655
13655
|
images: [{
|
|
13656
|
-
|
|
13656
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
13657
13657
|
}],
|
|
13658
13658
|
socials: {
|
|
13659
13659
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13687,10 +13687,10 @@ const assets = {
|
|
|
13687
13687
|
}
|
|
13688
13688
|
}],
|
|
13689
13689
|
logo_URIs: {
|
|
13690
|
-
|
|
13690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
13691
13691
|
},
|
|
13692
13692
|
images: [{
|
|
13693
|
-
|
|
13693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
13694
13694
|
}],
|
|
13695
13695
|
socials: {
|
|
13696
13696
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13724,10 +13724,10 @@ const assets = {
|
|
|
13724
13724
|
}
|
|
13725
13725
|
}],
|
|
13726
13726
|
logo_URIs: {
|
|
13727
|
-
|
|
13727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
13728
13728
|
},
|
|
13729
13729
|
images: [{
|
|
13730
|
-
|
|
13730
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
13731
13731
|
}],
|
|
13732
13732
|
socials: {
|
|
13733
13733
|
twitter: 'https://x.com/astonic_xyz',
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -2081,10 +2081,10 @@ const assets = {
|
|
|
2081
2081
|
display: 'astonic',
|
|
2082
2082
|
symbol: 'ATC',
|
|
2083
2083
|
logo_URIs: {
|
|
2084
|
-
|
|
2084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
2085
2085
|
},
|
|
2086
2086
|
images: [{
|
|
2087
|
-
|
|
2087
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
2088
2088
|
}],
|
|
2089
2089
|
socials: {
|
|
2090
2090
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2129,10 +2129,10 @@ const assets = {
|
|
|
2129
2129
|
}
|
|
2130
2130
|
}],
|
|
2131
2131
|
logo_URIs: {
|
|
2132
|
-
|
|
2132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
2133
2133
|
},
|
|
2134
2134
|
images: [{
|
|
2135
|
-
|
|
2135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
2136
2136
|
}],
|
|
2137
2137
|
socials: {
|
|
2138
2138
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2166,10 +2166,10 @@ const assets = {
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}],
|
|
2168
2168
|
logo_URIs: {
|
|
2169
|
-
|
|
2169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
2170
2170
|
},
|
|
2171
2171
|
images: [{
|
|
2172
|
-
|
|
2172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
2173
2173
|
}],
|
|
2174
2174
|
socials: {
|
|
2175
2175
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2203,10 +2203,10 @@ const assets = {
|
|
|
2203
2203
|
}
|
|
2204
2204
|
}],
|
|
2205
2205
|
logo_URIs: {
|
|
2206
|
-
|
|
2206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
2207
2207
|
},
|
|
2208
2208
|
images: [{
|
|
2209
|
-
|
|
2209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
2210
2210
|
}],
|
|
2211
2211
|
socials: {
|
|
2212
2212
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2779,10 +2779,10 @@ const assets = {
|
|
|
2779
2779
|
display: 'astonic',
|
|
2780
2780
|
symbol: 'ATC',
|
|
2781
2781
|
logo_URIs: {
|
|
2782
|
-
|
|
2782
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
2783
2783
|
},
|
|
2784
2784
|
images: [{
|
|
2785
|
-
|
|
2785
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
2786
2786
|
}],
|
|
2787
2787
|
socials: {
|
|
2788
2788
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2827,10 +2827,10 @@ const assets = {
|
|
|
2827
2827
|
}
|
|
2828
2828
|
}],
|
|
2829
2829
|
logo_URIs: {
|
|
2830
|
-
|
|
2830
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
2831
2831
|
},
|
|
2832
2832
|
images: [{
|
|
2833
|
-
|
|
2833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
2834
2834
|
}],
|
|
2835
2835
|
socials: {
|
|
2836
2836
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2864,10 +2864,10 @@ const assets = {
|
|
|
2864
2864
|
}
|
|
2865
2865
|
}],
|
|
2866
2866
|
logo_URIs: {
|
|
2867
|
-
|
|
2867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
2868
2868
|
},
|
|
2869
2869
|
images: [{
|
|
2870
|
-
|
|
2870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
2871
2871
|
}],
|
|
2872
2872
|
socials: {
|
|
2873
2873
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -2901,10 +2901,10 @@ const assets = {
|
|
|
2901
2901
|
}
|
|
2902
2902
|
}],
|
|
2903
2903
|
logo_URIs: {
|
|
2904
|
-
|
|
2904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
2905
2905
|
},
|
|
2906
2906
|
images: [{
|
|
2907
|
-
|
|
2907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
2908
2908
|
}],
|
|
2909
2909
|
socials: {
|
|
2910
2910
|
twitter: 'https://x.com/astonic_xyz',
|
package/mainnet/kujira.js
CHANGED
|
@@ -4812,10 +4812,10 @@ const assets = {
|
|
|
4812
4812
|
display: 'astonic',
|
|
4813
4813
|
symbol: 'ATC',
|
|
4814
4814
|
logo_URIs: {
|
|
4815
|
-
|
|
4815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
4816
4816
|
},
|
|
4817
4817
|
images: [{
|
|
4818
|
-
|
|
4818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
4819
4819
|
}],
|
|
4820
4820
|
socials: {
|
|
4821
4821
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -4860,10 +4860,10 @@ const assets = {
|
|
|
4860
4860
|
}
|
|
4861
4861
|
}],
|
|
4862
4862
|
logo_URIs: {
|
|
4863
|
-
|
|
4863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
4864
4864
|
},
|
|
4865
4865
|
images: [{
|
|
4866
|
-
|
|
4866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
4867
4867
|
}],
|
|
4868
4868
|
socials: {
|
|
4869
4869
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -4897,10 +4897,10 @@ const assets = {
|
|
|
4897
4897
|
}
|
|
4898
4898
|
}],
|
|
4899
4899
|
logo_URIs: {
|
|
4900
|
-
|
|
4900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
4901
4901
|
},
|
|
4902
4902
|
images: [{
|
|
4903
|
-
|
|
4903
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
4904
4904
|
}],
|
|
4905
4905
|
socials: {
|
|
4906
4906
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -4934,10 +4934,10 @@ const assets = {
|
|
|
4934
4934
|
}
|
|
4935
4935
|
}],
|
|
4936
4936
|
logo_URIs: {
|
|
4937
|
-
|
|
4937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
4938
4938
|
},
|
|
4939
4939
|
images: [{
|
|
4940
|
-
|
|
4940
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
4941
4941
|
}],
|
|
4942
4942
|
socials: {
|
|
4943
4943
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -6298,10 +6298,10 @@ const assets = {
|
|
|
6298
6298
|
display: 'astonic',
|
|
6299
6299
|
symbol: 'ATC',
|
|
6300
6300
|
logo_URIs: {
|
|
6301
|
-
|
|
6301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
6302
6302
|
},
|
|
6303
6303
|
images: [{
|
|
6304
|
-
|
|
6304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
6305
6305
|
}],
|
|
6306
6306
|
socials: {
|
|
6307
6307
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -6346,10 +6346,10 @@ const assets = {
|
|
|
6346
6346
|
}
|
|
6347
6347
|
}],
|
|
6348
6348
|
logo_URIs: {
|
|
6349
|
-
|
|
6349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
6350
6350
|
},
|
|
6351
6351
|
images: [{
|
|
6352
|
-
|
|
6352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
6353
6353
|
}],
|
|
6354
6354
|
socials: {
|
|
6355
6355
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -6383,10 +6383,10 @@ const assets = {
|
|
|
6383
6383
|
}
|
|
6384
6384
|
}],
|
|
6385
6385
|
logo_URIs: {
|
|
6386
|
-
|
|
6386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
6387
6387
|
},
|
|
6388
6388
|
images: [{
|
|
6389
|
-
|
|
6389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
6390
6390
|
}],
|
|
6391
6391
|
socials: {
|
|
6392
6392
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -6420,10 +6420,10 @@ const assets = {
|
|
|
6420
6420
|
}
|
|
6421
6421
|
}],
|
|
6422
6422
|
logo_URIs: {
|
|
6423
|
-
|
|
6423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
6424
6424
|
},
|
|
6425
6425
|
images: [{
|
|
6426
|
-
|
|
6426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
6427
6427
|
}],
|
|
6428
6428
|
socials: {
|
|
6429
6429
|
twitter: 'https://x.com/astonic_xyz',
|
package/mainnet/noble.js
CHANGED
|
@@ -5313,10 +5313,10 @@ const assets = {
|
|
|
5313
5313
|
display: 'astonic',
|
|
5314
5314
|
symbol: 'ATC',
|
|
5315
5315
|
logo_URIs: {
|
|
5316
|
-
|
|
5316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
5317
5317
|
},
|
|
5318
5318
|
images: [{
|
|
5319
|
-
|
|
5319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
5320
5320
|
}],
|
|
5321
5321
|
socials: {
|
|
5322
5322
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5361,10 +5361,10 @@ const assets = {
|
|
|
5361
5361
|
}
|
|
5362
5362
|
}],
|
|
5363
5363
|
logo_URIs: {
|
|
5364
|
-
|
|
5364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
5365
5365
|
},
|
|
5366
5366
|
images: [{
|
|
5367
|
-
|
|
5367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
5368
5368
|
}],
|
|
5369
5369
|
socials: {
|
|
5370
5370
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5398,10 +5398,10 @@ const assets = {
|
|
|
5398
5398
|
}
|
|
5399
5399
|
}],
|
|
5400
5400
|
logo_URIs: {
|
|
5401
|
-
|
|
5401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
5402
5402
|
},
|
|
5403
5403
|
images: [{
|
|
5404
|
-
|
|
5404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
5405
5405
|
}],
|
|
5406
5406
|
socials: {
|
|
5407
5407
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -5435,10 +5435,10 @@ const assets = {
|
|
|
5435
5435
|
}
|
|
5436
5436
|
}],
|
|
5437
5437
|
logo_URIs: {
|
|
5438
|
-
|
|
5438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
5439
5439
|
},
|
|
5440
5440
|
images: [{
|
|
5441
|
-
|
|
5441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
5442
5442
|
}],
|
|
5443
5443
|
socials: {
|
|
5444
5444
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -11041,10 +11041,10 @@ const assets = {
|
|
|
11041
11041
|
display: 'astonic',
|
|
11042
11042
|
symbol: 'ATC',
|
|
11043
11043
|
logo_URIs: {
|
|
11044
|
-
|
|
11044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
11045
11045
|
},
|
|
11046
11046
|
images: [{
|
|
11047
|
-
|
|
11047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
11048
11048
|
}],
|
|
11049
11049
|
socials: {
|
|
11050
11050
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -11089,10 +11089,10 @@ const assets = {
|
|
|
11089
11089
|
}
|
|
11090
11090
|
}],
|
|
11091
11091
|
logo_URIs: {
|
|
11092
|
-
|
|
11092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
11093
11093
|
},
|
|
11094
11094
|
images: [{
|
|
11095
|
-
|
|
11095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
11096
11096
|
}],
|
|
11097
11097
|
socials: {
|
|
11098
11098
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -11126,10 +11126,10 @@ const assets = {
|
|
|
11126
11126
|
}
|
|
11127
11127
|
}],
|
|
11128
11128
|
logo_URIs: {
|
|
11129
|
-
|
|
11129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
11130
11130
|
},
|
|
11131
11131
|
images: [{
|
|
11132
|
-
|
|
11132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
11133
11133
|
}],
|
|
11134
11134
|
socials: {
|
|
11135
11135
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -11163,10 +11163,10 @@ const assets = {
|
|
|
11163
11163
|
}
|
|
11164
11164
|
}],
|
|
11165
11165
|
logo_URIs: {
|
|
11166
|
-
|
|
11166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
11167
11167
|
},
|
|
11168
11168
|
images: [{
|
|
11169
|
-
|
|
11169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
11170
11170
|
}],
|
|
11171
11171
|
socials: {
|
|
11172
11172
|
twitter: 'https://x.com/astonic_xyz',
|