@chain-registry/assets 1.70.531 → 1.70.532
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 +92 -0
- package/esm/mainnet/cosmoshub.js +92 -0
- package/esm/mainnet/crescent.js +92 -0
- package/esm/mainnet/cryptoorgchain.js +92 -0
- package/esm/mainnet/doravota.js +92 -0
- package/esm/mainnet/elys.js +92 -0
- package/esm/mainnet/irisnet.js +92 -0
- package/esm/mainnet/juno.js +92 -0
- package/esm/mainnet/kujira.js +92 -0
- package/esm/mainnet/omniflixhub.js +92 -0
- package/esm/mainnet/osmosis.js +92 -0
- package/esm/mainnet/persistence.js +92 -0
- package/esm/mainnet/regen.js +92 -0
- package/esm/mainnet/secretnetwork.js +92 -0
- package/esm/mainnet/sentinel.js +92 -0
- package/esm/mainnet/sifchain.js +92 -0
- package/esm/mainnet/stargaze.js +92 -0
- package/esm/mainnet/starname.js +92 -0
- package/esm/mainnet/terra2.js +92 -0
- package/mainnet/archway.js +92 -0
- package/mainnet/cosmoshub.js +92 -0
- package/mainnet/crescent.js +92 -0
- package/mainnet/cryptoorgchain.js +92 -0
- package/mainnet/doravota.js +92 -0
- package/mainnet/elys.js +92 -0
- package/mainnet/irisnet.js +92 -0
- package/mainnet/juno.js +92 -0
- package/mainnet/kujira.js +92 -0
- package/mainnet/omniflixhub.js +92 -0
- package/mainnet/osmosis.js +92 -0
- package/mainnet/persistence.js +92 -0
- package/mainnet/regen.js +92 -0
- package/mainnet/secretnetwork.js +92 -0
- package/mainnet/sentinel.js +92 -0
- package/mainnet/sifchain.js +92 -0
- package/mainnet/stargaze.js +92 -0
- package/mainnet/starname.js +92 -0
- package/mainnet/terra2.js +92 -0
- package/package.json +5 -5
package/esm/mainnet/irisnet.js
CHANGED
|
@@ -41,6 +41,52 @@ const assets = {
|
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
46
|
+
denom_units: [
|
|
47
|
+
{
|
|
48
|
+
denom: 'ibc/173E3B3C20E350B6E98B99701B3C658FB5E05733B061DCA91B6C79128D3EBA54',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uact']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'mact',
|
|
54
|
+
exponent: 3
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
denom: 'act',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
base: 'ibc/173E3B3C20E350B6E98B99701B3C658FB5E05733B061DCA91B6C79128D3EBA54',
|
|
62
|
+
name: 'Akash Compute Token',
|
|
63
|
+
display: 'act',
|
|
64
|
+
symbol: 'ACT',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://akash.network/',
|
|
75
|
+
x: 'https://x.com/akashnet'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-11',
|
|
82
|
+
base_denom: 'uact',
|
|
83
|
+
chain_name: 'akash'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-9'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
44
90
|
{
|
|
45
91
|
description: 'The native governance token of Carbon',
|
|
46
92
|
denom_units: [{
|
|
@@ -551,6 +597,52 @@ const assets = {
|
|
|
551
597
|
}
|
|
552
598
|
}]
|
|
553
599
|
},
|
|
600
|
+
{
|
|
601
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
602
|
+
denom_units: [
|
|
603
|
+
{
|
|
604
|
+
denom: 'ibc/173E3B3C20E350B6E98B99701B3C658FB5E05733B061DCA91B6C79128D3EBA54',
|
|
605
|
+
exponent: 0,
|
|
606
|
+
aliases: ['uact']
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
denom: 'mact',
|
|
610
|
+
exponent: 3
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
denom: 'act',
|
|
614
|
+
exponent: 6
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
base: 'ibc/173E3B3C20E350B6E98B99701B3C658FB5E05733B061DCA91B6C79128D3EBA54',
|
|
618
|
+
name: 'Akash Compute Token',
|
|
619
|
+
display: 'act',
|
|
620
|
+
symbol: 'ACT',
|
|
621
|
+
logo_URIs: {
|
|
622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
624
|
+
},
|
|
625
|
+
images: [{
|
|
626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
628
|
+
}],
|
|
629
|
+
socials: {
|
|
630
|
+
website: 'https://akash.network/',
|
|
631
|
+
x: 'https://x.com/akashnet'
|
|
632
|
+
},
|
|
633
|
+
type_asset: 'sdk.coin',
|
|
634
|
+
traces: [{
|
|
635
|
+
type: 'ibc',
|
|
636
|
+
counterparty: {
|
|
637
|
+
channel_id: 'channel-11',
|
|
638
|
+
base_denom: 'uact',
|
|
639
|
+
chain_name: 'akash'
|
|
640
|
+
},
|
|
641
|
+
chain: {
|
|
642
|
+
channel_id: 'channel-9'
|
|
643
|
+
}
|
|
644
|
+
}]
|
|
645
|
+
},
|
|
554
646
|
{
|
|
555
647
|
description: 'The native governance token of Carbon',
|
|
556
648
|
denom_units: [{
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -41,6 +41,52 @@ const assets = {
|
|
|
41
41
|
}
|
|
42
42
|
}]
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
46
|
+
denom_units: [
|
|
47
|
+
{
|
|
48
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uact']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'mact',
|
|
54
|
+
exponent: 3
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
denom: 'act',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
62
|
+
name: 'Akash Compute Token',
|
|
63
|
+
display: 'act',
|
|
64
|
+
symbol: 'ACT',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://akash.network/',
|
|
75
|
+
x: 'https://x.com/akashnet'
|
|
76
|
+
},
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-35',
|
|
82
|
+
base_denom: 'uact',
|
|
83
|
+
chain_name: 'akash'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-29'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
44
90
|
{
|
|
45
91
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
46
92
|
denom_units: [
|
|
@@ -813,6 +859,52 @@ const assets = {
|
|
|
813
859
|
}
|
|
814
860
|
}]
|
|
815
861
|
},
|
|
862
|
+
{
|
|
863
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
864
|
+
denom_units: [
|
|
865
|
+
{
|
|
866
|
+
denom: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
867
|
+
exponent: 0,
|
|
868
|
+
aliases: ['uact']
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
denom: 'mact',
|
|
872
|
+
exponent: 3
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
denom: 'act',
|
|
876
|
+
exponent: 6
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
base: 'ibc/057B428F0668C183CEB706D3BEE7B07C691919F64F2136F7B620B84D41412C7C',
|
|
880
|
+
name: 'Akash Compute Token',
|
|
881
|
+
display: 'act',
|
|
882
|
+
symbol: 'ACT',
|
|
883
|
+
logo_URIs: {
|
|
884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
886
|
+
},
|
|
887
|
+
images: [{
|
|
888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
890
|
+
}],
|
|
891
|
+
socials: {
|
|
892
|
+
website: 'https://akash.network/',
|
|
893
|
+
x: 'https://x.com/akashnet'
|
|
894
|
+
},
|
|
895
|
+
type_asset: 'sdk.coin',
|
|
896
|
+
traces: [{
|
|
897
|
+
type: 'ibc',
|
|
898
|
+
counterparty: {
|
|
899
|
+
channel_id: 'channel-35',
|
|
900
|
+
base_denom: 'uact',
|
|
901
|
+
chain_name: 'akash'
|
|
902
|
+
},
|
|
903
|
+
chain: {
|
|
904
|
+
channel_id: 'channel-29'
|
|
905
|
+
}
|
|
906
|
+
}]
|
|
907
|
+
},
|
|
816
908
|
{
|
|
817
909
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
818
910
|
denom_units: [
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -230,6 +230,52 @@ const assets = {
|
|
|
230
230
|
}
|
|
231
231
|
}]
|
|
232
232
|
},
|
|
233
|
+
{
|
|
234
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
235
|
+
denom_units: [
|
|
236
|
+
{
|
|
237
|
+
denom: 'ibc/7046C348B4960DFFEF7DFF15A7E86A07DD7B96B0AD4147998BB234DD2B679A82',
|
|
238
|
+
exponent: 0,
|
|
239
|
+
aliases: ['uact']
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
denom: 'mact',
|
|
243
|
+
exponent: 3
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
denom: 'act',
|
|
247
|
+
exponent: 6
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
base: 'ibc/7046C348B4960DFFEF7DFF15A7E86A07DD7B96B0AD4147998BB234DD2B679A82',
|
|
251
|
+
name: 'Akash Compute Token',
|
|
252
|
+
display: 'act',
|
|
253
|
+
symbol: 'ACT',
|
|
254
|
+
logo_URIs: {
|
|
255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
257
|
+
},
|
|
258
|
+
images: [{
|
|
259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
260
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
261
|
+
}],
|
|
262
|
+
socials: {
|
|
263
|
+
website: 'https://akash.network/',
|
|
264
|
+
x: 'https://x.com/akashnet'
|
|
265
|
+
},
|
|
266
|
+
type_asset: 'sdk.coin',
|
|
267
|
+
traces: [{
|
|
268
|
+
type: 'ibc',
|
|
269
|
+
counterparty: {
|
|
270
|
+
channel_id: 'channel-63',
|
|
271
|
+
base_denom: 'uact',
|
|
272
|
+
chain_name: 'akash'
|
|
273
|
+
},
|
|
274
|
+
chain: {
|
|
275
|
+
channel_id: 'channel-64'
|
|
276
|
+
}
|
|
277
|
+
}]
|
|
278
|
+
},
|
|
233
279
|
{
|
|
234
280
|
description: 'The native staking and governance token of Andromeda',
|
|
235
281
|
denom_units: [{
|
|
@@ -2043,6 +2089,52 @@ const assets = {
|
|
|
2043
2089
|
}
|
|
2044
2090
|
}]
|
|
2045
2091
|
},
|
|
2092
|
+
{
|
|
2093
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
2094
|
+
denom_units: [
|
|
2095
|
+
{
|
|
2096
|
+
denom: 'ibc/7046C348B4960DFFEF7DFF15A7E86A07DD7B96B0AD4147998BB234DD2B679A82',
|
|
2097
|
+
exponent: 0,
|
|
2098
|
+
aliases: ['uact']
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
denom: 'mact',
|
|
2102
|
+
exponent: 3
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
denom: 'act',
|
|
2106
|
+
exponent: 6
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2109
|
+
base: 'ibc/7046C348B4960DFFEF7DFF15A7E86A07DD7B96B0AD4147998BB234DD2B679A82',
|
|
2110
|
+
name: 'Akash Compute Token',
|
|
2111
|
+
display: 'act',
|
|
2112
|
+
symbol: 'ACT',
|
|
2113
|
+
logo_URIs: {
|
|
2114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
2115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
2116
|
+
},
|
|
2117
|
+
images: [{
|
|
2118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
2119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
2120
|
+
}],
|
|
2121
|
+
socials: {
|
|
2122
|
+
website: 'https://akash.network/',
|
|
2123
|
+
x: 'https://x.com/akashnet'
|
|
2124
|
+
},
|
|
2125
|
+
type_asset: 'sdk.coin',
|
|
2126
|
+
traces: [{
|
|
2127
|
+
type: 'ibc',
|
|
2128
|
+
counterparty: {
|
|
2129
|
+
channel_id: 'channel-63',
|
|
2130
|
+
base_denom: 'uact',
|
|
2131
|
+
chain_name: 'akash'
|
|
2132
|
+
},
|
|
2133
|
+
chain: {
|
|
2134
|
+
channel_id: 'channel-64'
|
|
2135
|
+
}
|
|
2136
|
+
}]
|
|
2137
|
+
},
|
|
2046
2138
|
{
|
|
2047
2139
|
description: 'The native staking and governance token of Andromeda',
|
|
2048
2140
|
denom_units: [{
|
|
@@ -117,6 +117,52 @@ const assets = {
|
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
122
|
+
denom_units: [
|
|
123
|
+
{
|
|
124
|
+
denom: 'ibc/73634C6B2B5D6DB9C40F637031E5577EC78500528C992C1A2CB17863046DE63C',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['uact']
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
denom: 'mact',
|
|
130
|
+
exponent: 3
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
denom: 'act',
|
|
134
|
+
exponent: 6
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
base: 'ibc/73634C6B2B5D6DB9C40F637031E5577EC78500528C992C1A2CB17863046DE63C',
|
|
138
|
+
name: 'Akash Compute Token',
|
|
139
|
+
display: 'act',
|
|
140
|
+
symbol: 'ACT',
|
|
141
|
+
logo_URIs: {
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
144
|
+
},
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
148
|
+
}],
|
|
149
|
+
socials: {
|
|
150
|
+
website: 'https://akash.network/',
|
|
151
|
+
x: 'https://x.com/akashnet'
|
|
152
|
+
},
|
|
153
|
+
type_asset: 'sdk.coin',
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-61',
|
|
158
|
+
base_denom: 'uact',
|
|
159
|
+
chain_name: 'akash'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-25'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
120
166
|
{
|
|
121
167
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
122
168
|
denom_units: [
|
|
@@ -617,6 +663,52 @@ const assets = {
|
|
|
617
663
|
}
|
|
618
664
|
}]
|
|
619
665
|
},
|
|
666
|
+
{
|
|
667
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
668
|
+
denom_units: [
|
|
669
|
+
{
|
|
670
|
+
denom: 'ibc/73634C6B2B5D6DB9C40F637031E5577EC78500528C992C1A2CB17863046DE63C',
|
|
671
|
+
exponent: 0,
|
|
672
|
+
aliases: ['uact']
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
denom: 'mact',
|
|
676
|
+
exponent: 3
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
denom: 'act',
|
|
680
|
+
exponent: 6
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
base: 'ibc/73634C6B2B5D6DB9C40F637031E5577EC78500528C992C1A2CB17863046DE63C',
|
|
684
|
+
name: 'Akash Compute Token',
|
|
685
|
+
display: 'act',
|
|
686
|
+
symbol: 'ACT',
|
|
687
|
+
logo_URIs: {
|
|
688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
690
|
+
},
|
|
691
|
+
images: [{
|
|
692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
694
|
+
}],
|
|
695
|
+
socials: {
|
|
696
|
+
website: 'https://akash.network/',
|
|
697
|
+
x: 'https://x.com/akashnet'
|
|
698
|
+
},
|
|
699
|
+
type_asset: 'sdk.coin',
|
|
700
|
+
traces: [{
|
|
701
|
+
type: 'ibc',
|
|
702
|
+
counterparty: {
|
|
703
|
+
channel_id: 'channel-61',
|
|
704
|
+
base_denom: 'uact',
|
|
705
|
+
chain_name: 'akash'
|
|
706
|
+
},
|
|
707
|
+
chain: {
|
|
708
|
+
channel_id: 'channel-25'
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
620
712
|
{
|
|
621
713
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
622
714
|
denom_units: [
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -402,6 +402,52 @@ const assets = {
|
|
|
402
402
|
}
|
|
403
403
|
}]
|
|
404
404
|
},
|
|
405
|
+
{
|
|
406
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
407
|
+
denom_units: [
|
|
408
|
+
{
|
|
409
|
+
denom: 'ibc/76351FA8FA49F3C74694F70B77D8CFC3603088BA01351C7BB32CE8C104547474',
|
|
410
|
+
exponent: 0,
|
|
411
|
+
aliases: ['uact']
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
denom: 'mact',
|
|
415
|
+
exponent: 3
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
denom: 'act',
|
|
419
|
+
exponent: 6
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
base: 'ibc/76351FA8FA49F3C74694F70B77D8CFC3603088BA01351C7BB32CE8C104547474',
|
|
423
|
+
name: 'Akash Compute Token',
|
|
424
|
+
display: 'act',
|
|
425
|
+
symbol: 'ACT',
|
|
426
|
+
logo_URIs: {
|
|
427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
429
|
+
},
|
|
430
|
+
images: [{
|
|
431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
433
|
+
}],
|
|
434
|
+
socials: {
|
|
435
|
+
website: 'https://akash.network/',
|
|
436
|
+
x: 'https://x.com/akashnet'
|
|
437
|
+
},
|
|
438
|
+
type_asset: 'sdk.coin',
|
|
439
|
+
traces: [{
|
|
440
|
+
type: 'ibc',
|
|
441
|
+
counterparty: {
|
|
442
|
+
channel_id: 'channel-9',
|
|
443
|
+
base_denom: 'uact',
|
|
444
|
+
chain_name: 'akash'
|
|
445
|
+
},
|
|
446
|
+
chain: {
|
|
447
|
+
channel_id: 'channel-1'
|
|
448
|
+
}
|
|
449
|
+
}]
|
|
450
|
+
},
|
|
405
451
|
{
|
|
406
452
|
description: 'The native staking and governance token of Andromeda',
|
|
407
453
|
denom_units: [{
|
|
@@ -6820,6 +6866,52 @@ const assets = {
|
|
|
6820
6866
|
}
|
|
6821
6867
|
}]
|
|
6822
6868
|
},
|
|
6869
|
+
{
|
|
6870
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
6871
|
+
denom_units: [
|
|
6872
|
+
{
|
|
6873
|
+
denom: 'ibc/76351FA8FA49F3C74694F70B77D8CFC3603088BA01351C7BB32CE8C104547474',
|
|
6874
|
+
exponent: 0,
|
|
6875
|
+
aliases: ['uact']
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
denom: 'mact',
|
|
6879
|
+
exponent: 3
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
denom: 'act',
|
|
6883
|
+
exponent: 6
|
|
6884
|
+
}
|
|
6885
|
+
],
|
|
6886
|
+
base: 'ibc/76351FA8FA49F3C74694F70B77D8CFC3603088BA01351C7BB32CE8C104547474',
|
|
6887
|
+
name: 'Akash Compute Token',
|
|
6888
|
+
display: 'act',
|
|
6889
|
+
symbol: 'ACT',
|
|
6890
|
+
logo_URIs: {
|
|
6891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
6892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
6893
|
+
},
|
|
6894
|
+
images: [{
|
|
6895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
6896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
6897
|
+
}],
|
|
6898
|
+
socials: {
|
|
6899
|
+
website: 'https://akash.network/',
|
|
6900
|
+
x: 'https://x.com/akashnet'
|
|
6901
|
+
},
|
|
6902
|
+
type_asset: 'sdk.coin',
|
|
6903
|
+
traces: [{
|
|
6904
|
+
type: 'ibc',
|
|
6905
|
+
counterparty: {
|
|
6906
|
+
channel_id: 'channel-9',
|
|
6907
|
+
base_denom: 'uact',
|
|
6908
|
+
chain_name: 'akash'
|
|
6909
|
+
},
|
|
6910
|
+
chain: {
|
|
6911
|
+
channel_id: 'channel-1'
|
|
6912
|
+
}
|
|
6913
|
+
}]
|
|
6914
|
+
},
|
|
6823
6915
|
{
|
|
6824
6916
|
description: 'The native staking and governance token of Andromeda',
|
|
6825
6917
|
denom_units: [{
|
|
@@ -117,6 +117,52 @@ const assets = {
|
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
122
|
+
denom_units: [
|
|
123
|
+
{
|
|
124
|
+
denom: 'ibc/E7DB3BA2B9767176DB3524FCE0B69519566FA60B72AF93B8DAB9167C77F6E46D',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['uact']
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
denom: 'mact',
|
|
130
|
+
exponent: 3
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
denom: 'act',
|
|
134
|
+
exponent: 6
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
base: 'ibc/E7DB3BA2B9767176DB3524FCE0B69519566FA60B72AF93B8DAB9167C77F6E46D',
|
|
138
|
+
name: 'Akash Compute Token',
|
|
139
|
+
display: 'act',
|
|
140
|
+
symbol: 'ACT',
|
|
141
|
+
logo_URIs: {
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
144
|
+
},
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
148
|
+
}],
|
|
149
|
+
socials: {
|
|
150
|
+
website: 'https://akash.network/',
|
|
151
|
+
x: 'https://x.com/akashnet'
|
|
152
|
+
},
|
|
153
|
+
type_asset: 'sdk.coin',
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-127',
|
|
158
|
+
base_denom: 'uact',
|
|
159
|
+
chain_name: 'akash'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-213'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
120
166
|
{
|
|
121
167
|
description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
|
|
122
168
|
denom_units: [{
|
|
@@ -1547,6 +1593,52 @@ const assets = {
|
|
|
1547
1593
|
}
|
|
1548
1594
|
}]
|
|
1549
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
description: 'Akash Compute Token (ACT) is the native utility token for compute on the Akash Network.',
|
|
1598
|
+
denom_units: [
|
|
1599
|
+
{
|
|
1600
|
+
denom: 'ibc/E7DB3BA2B9767176DB3524FCE0B69519566FA60B72AF93B8DAB9167C77F6E46D',
|
|
1601
|
+
exponent: 0,
|
|
1602
|
+
aliases: ['uact']
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
denom: 'mact',
|
|
1606
|
+
exponent: 3
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
denom: 'act',
|
|
1610
|
+
exponent: 6
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
base: 'ibc/E7DB3BA2B9767176DB3524FCE0B69519566FA60B72AF93B8DAB9167C77F6E46D',
|
|
1614
|
+
name: 'Akash Compute Token',
|
|
1615
|
+
display: 'act',
|
|
1616
|
+
symbol: 'ACT',
|
|
1617
|
+
logo_URIs: {
|
|
1618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1619
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1620
|
+
},
|
|
1621
|
+
images: [{
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1624
|
+
}],
|
|
1625
|
+
socials: {
|
|
1626
|
+
website: 'https://akash.network/',
|
|
1627
|
+
x: 'https://x.com/akashnet'
|
|
1628
|
+
},
|
|
1629
|
+
type_asset: 'sdk.coin',
|
|
1630
|
+
traces: [{
|
|
1631
|
+
type: 'ibc',
|
|
1632
|
+
counterparty: {
|
|
1633
|
+
channel_id: 'channel-127',
|
|
1634
|
+
base_denom: 'uact',
|
|
1635
|
+
chain_name: 'akash'
|
|
1636
|
+
},
|
|
1637
|
+
chain: {
|
|
1638
|
+
channel_id: 'channel-213'
|
|
1639
|
+
}
|
|
1640
|
+
}]
|
|
1641
|
+
},
|
|
1550
1642
|
{
|
|
1551
1643
|
description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
|
|
1552
1644
|
denom_units: [{
|