@chain-registry/assets 1.70.16 → 1.70.17
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/asset_lists.js +3 -2
- package/devnet/assets.d.ts +3 -0
- package/devnet/assets.js +8 -0
- package/devnet/index.d.ts +1 -0
- package/devnet/index.js +27 -0
- package/devnet/prysmdevnet.d.ts +3 -0
- package/devnet/prysmdevnet.js +922 -0
- package/esm/asset_lists.js +2 -1
- package/esm/devnet/assets.js +3 -0
- package/esm/devnet/index.js +1 -0
- package/esm/devnet/prysmdevnet.js +920 -0
- package/esm/index.js +1 -0
- package/esm/mainnet/agoric.js +70 -2
- package/esm/mainnet/akash.js +70 -2
- package/esm/mainnet/andromeda.js +68 -0
- package/esm/mainnet/archway.js +10 -2
- package/esm/mainnet/assets.js +5 -1
- package/esm/mainnet/atomone.js +182 -0
- package/esm/mainnet/axelar.js +70 -2
- package/esm/mainnet/beezee.js +68 -0
- package/esm/mainnet/bitcanna.js +68 -0
- package/esm/mainnet/bitsong.js +68 -0
- package/esm/mainnet/carbon.js +16 -16
- package/esm/mainnet/chihuahua.js +2 -2
- package/esm/mainnet/comdex.js +2 -2
- package/esm/mainnet/composable.js +68 -0
- package/esm/mainnet/cosmoshub.js +72 -4
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +68 -0
- package/esm/mainnet/doravota.js +68 -0
- package/esm/mainnet/dydx.js +2 -2
- package/esm/mainnet/dymension.js +68 -0
- package/esm/mainnet/gravitybridge.js +72 -4
- package/esm/mainnet/index.js +4 -0
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/int3face.js +182 -0
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/jackal.js +68 -0
- package/esm/mainnet/juno.js +70 -2
- package/esm/mainnet/kava.js +4 -4
- package/esm/mainnet/kujira.js +86 -18
- package/esm/mainnet/lava.js +238 -0
- package/esm/mainnet/mantrachain.js +420 -0
- package/esm/mainnet/migaloo.js +16 -16
- package/esm/mainnet/neutron.js +108 -40
- package/esm/mainnet/noble.js +314 -6
- package/esm/mainnet/nois.js +68 -0
- package/esm/mainnet/omniflixhub.js +68 -0
- package/esm/mainnet/osmosis.js +534 -68
- package/esm/mainnet/planq.js +68 -0
- package/esm/mainnet/quicksilver.js +70 -2
- package/esm/mainnet/qwoyn.js +68 -0
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/routerchain.js +82 -0
- package/esm/mainnet/secretnetwork.js +102 -34
- package/esm/mainnet/self.js +86 -0
- package/esm/mainnet/sentinel.js +2 -2
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/stargaze.js +2 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +4 -4
- package/esm/mainnet/synternet.js +182 -0
- package/esm/mainnet/terra2.js +68 -0
- package/esm/mainnet/umee.js +70 -2
- package/esm/mainnet/vidulum.js +68 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +78 -0
- package/esm/testnet/celestiatestnet3.js +78 -0
- package/esm/testnet/composabletestnet.js +78 -0
- package/esm/testnet/cosmoshubtestnet.js +78 -0
- package/esm/testnet/elystestnet.js +78 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/jackaltestnet2.js +77 -1
- package/esm/testnet/nobletestnet.js +78 -0
- package/esm/testnet/osmosistestnet.js +84 -0
- package/esm/testnet/osmosistestnet4.js +78 -0
- package/esm/testnet/quicksilvertestnet.js +78 -0
- package/esm/testnet/stargazetestnet.js +78 -0
- package/esm/testnet/synternettestnet.js +154 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/mainnet/agoric.js +70 -2
- package/mainnet/akash.js +70 -2
- package/mainnet/andromeda.js +68 -0
- package/mainnet/archway.js +10 -2
- package/mainnet/assets.js +5 -1
- package/mainnet/atomone.d.ts +3 -0
- package/mainnet/atomone.js +184 -0
- package/mainnet/axelar.js +70 -2
- package/mainnet/beezee.js +68 -0
- package/mainnet/bitcanna.js +68 -0
- package/mainnet/bitsong.js +68 -0
- package/mainnet/carbon.js +16 -16
- package/mainnet/chihuahua.js +2 -2
- package/mainnet/comdex.js +2 -2
- package/mainnet/composable.js +68 -0
- package/mainnet/cosmoshub.js +72 -4
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +68 -0
- package/mainnet/doravota.js +68 -0
- package/mainnet/dydx.js +2 -2
- package/mainnet/dymension.js +68 -0
- package/mainnet/gravitybridge.js +72 -4
- package/mainnet/index.d.ts +4 -0
- package/mainnet/index.js +7 -3
- package/mainnet/injective.js +2 -2
- package/mainnet/int3face.d.ts +3 -0
- package/mainnet/int3face.js +184 -0
- package/mainnet/irisnet.js +2 -2
- package/mainnet/jackal.js +68 -0
- package/mainnet/juno.js +70 -2
- package/mainnet/kava.js +4 -4
- package/mainnet/kujira.js +86 -18
- package/mainnet/lava.js +238 -0
- package/mainnet/mantrachain.d.ts +3 -0
- package/mainnet/mantrachain.js +422 -0
- package/mainnet/migaloo.js +16 -16
- package/mainnet/neutron.js +108 -40
- package/mainnet/noble.js +314 -6
- package/mainnet/nois.js +68 -0
- package/mainnet/omniflixhub.js +68 -0
- package/mainnet/osmosis.js +534 -68
- package/mainnet/planq.js +68 -0
- package/mainnet/quicksilver.js +70 -2
- package/mainnet/qwoyn.js +68 -0
- package/mainnet/regen.js +2 -2
- package/mainnet/routerchain.js +82 -0
- package/mainnet/secretnetwork.js +102 -34
- package/mainnet/self.js +86 -0
- package/mainnet/sentinel.js +2 -2
- package/mainnet/sifchain.js +2 -2
- package/mainnet/stargaze.js +2 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +4 -4
- package/mainnet/synternet.d.ts +3 -0
- package/mainnet/synternet.js +184 -0
- package/mainnet/terra2.js +68 -0
- package/mainnet/umee.js +70 -2
- package/mainnet/vidulum.js +68 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +78 -0
- package/testnet/celestiatestnet3.js +78 -0
- package/testnet/composabletestnet.js +78 -0
- package/testnet/cosmoshubtestnet.js +78 -0
- package/testnet/elystestnet.js +78 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/jackaltestnet2.js +77 -1
- package/testnet/nobletestnet.js +78 -0
- package/testnet/osmosistestnet.js +84 -0
- package/testnet/osmosistestnet4.js +78 -0
- package/testnet/quicksilvertestnet.js +78 -0
- package/testnet/stargazetestnet.js +78 -0
- package/testnet/synternettestnet.d.ts +3 -0
- package/testnet/synternettestnet.js +156 -0
package/esm/mainnet/beezee.js
CHANGED
|
@@ -51,6 +51,40 @@ const assets = {
|
|
|
51
51
|
}
|
|
52
52
|
}]
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
description: 'Architects Token',
|
|
56
|
+
type_asset: 'cw20',
|
|
57
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/C18F6AA84516F0ED8DF4FFDF6CFD465AE39CAD5B6755A4C6E6A2D4BC8FC84598',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'TOKN',
|
|
64
|
+
exponent: 18
|
|
65
|
+
}],
|
|
66
|
+
base: 'ibc/C18F6AA84516F0ED8DF4FFDF6CFD465AE39CAD5B6755A4C6E6A2D4BC8FC84598',
|
|
67
|
+
name: 'Architects Token',
|
|
68
|
+
display: 'TOKN',
|
|
69
|
+
symbol: 'TOKN',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
72
|
+
},
|
|
73
|
+
images: [{
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
75
|
+
}],
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-147',
|
|
80
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
81
|
+
chain_name: 'archway'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-2'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
54
88
|
{
|
|
55
89
|
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.',
|
|
56
90
|
denom_units: [
|
|
@@ -101,6 +135,40 @@ const assets = {
|
|
|
101
135
|
}
|
|
102
136
|
}]
|
|
103
137
|
},
|
|
138
|
+
{
|
|
139
|
+
description: 'Architects Token',
|
|
140
|
+
type_asset: 'cw20',
|
|
141
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
142
|
+
denom_units: [{
|
|
143
|
+
denom: 'ibc/C18F6AA84516F0ED8DF4FFDF6CFD465AE39CAD5B6755A4C6E6A2D4BC8FC84598',
|
|
144
|
+
exponent: 0,
|
|
145
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
146
|
+
}, {
|
|
147
|
+
denom: 'TOKN',
|
|
148
|
+
exponent: 18
|
|
149
|
+
}],
|
|
150
|
+
base: 'ibc/C18F6AA84516F0ED8DF4FFDF6CFD465AE39CAD5B6755A4C6E6A2D4BC8FC84598',
|
|
151
|
+
name: 'Architects Token',
|
|
152
|
+
display: 'TOKN',
|
|
153
|
+
symbol: 'TOKN',
|
|
154
|
+
logo_URIs: {
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
159
|
+
}],
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-147',
|
|
164
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
165
|
+
chain_name: 'archway'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-2'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
104
172
|
{
|
|
105
173
|
description: 'The permissioned staking asset for Noble Chain',
|
|
106
174
|
denom_units: [{
|
package/esm/mainnet/bitcanna.js
CHANGED
|
@@ -51,6 +51,40 @@ const assets = {
|
|
|
51
51
|
}
|
|
52
52
|
}]
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
description: 'Architects Token',
|
|
56
|
+
type_asset: 'cw20',
|
|
57
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'TOKN',
|
|
64
|
+
exponent: 18
|
|
65
|
+
}],
|
|
66
|
+
base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
67
|
+
name: 'Architects Token',
|
|
68
|
+
display: 'TOKN',
|
|
69
|
+
symbol: 'TOKN',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
72
|
+
},
|
|
73
|
+
images: [{
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
75
|
+
}],
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-35',
|
|
80
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
81
|
+
chain_name: 'archway'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-50'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
54
88
|
{
|
|
55
89
|
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.',
|
|
56
90
|
denom_units: [
|
|
@@ -101,6 +135,40 @@ const assets = {
|
|
|
101
135
|
}
|
|
102
136
|
}]
|
|
103
137
|
},
|
|
138
|
+
{
|
|
139
|
+
description: 'Architects Token',
|
|
140
|
+
type_asset: 'cw20',
|
|
141
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
142
|
+
denom_units: [{
|
|
143
|
+
denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
144
|
+
exponent: 0,
|
|
145
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
146
|
+
}, {
|
|
147
|
+
denom: 'TOKN',
|
|
148
|
+
exponent: 18
|
|
149
|
+
}],
|
|
150
|
+
base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
151
|
+
name: 'Architects Token',
|
|
152
|
+
display: 'TOKN',
|
|
153
|
+
symbol: 'TOKN',
|
|
154
|
+
logo_URIs: {
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
159
|
+
}],
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-35',
|
|
164
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
165
|
+
chain_name: 'archway'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-50'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
104
172
|
{
|
|
105
173
|
description: 'BitSong Native Token',
|
|
106
174
|
denom_units: [{
|
package/esm/mainnet/bitsong.js
CHANGED
|
@@ -51,6 +51,40 @@ const assets = {
|
|
|
51
51
|
}
|
|
52
52
|
}]
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
description: 'Architects Token',
|
|
56
|
+
type_asset: 'cw20',
|
|
57
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'TOKN',
|
|
64
|
+
exponent: 18
|
|
65
|
+
}],
|
|
66
|
+
base: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
|
|
67
|
+
name: 'Architects Token',
|
|
68
|
+
display: 'TOKN',
|
|
69
|
+
symbol: 'TOKN',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
72
|
+
},
|
|
73
|
+
images: [{
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
75
|
+
}],
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-124',
|
|
80
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
81
|
+
chain_name: 'archway'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-29'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
54
88
|
{
|
|
55
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
56
90
|
denom_units: [{
|
|
@@ -187,6 +221,40 @@ const assets = {
|
|
|
187
221
|
}
|
|
188
222
|
}]
|
|
189
223
|
},
|
|
224
|
+
{
|
|
225
|
+
description: 'Architects Token',
|
|
226
|
+
type_asset: 'cw20',
|
|
227
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
228
|
+
denom_units: [{
|
|
229
|
+
denom: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
|
|
230
|
+
exponent: 0,
|
|
231
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
232
|
+
}, {
|
|
233
|
+
denom: 'TOKN',
|
|
234
|
+
exponent: 18
|
|
235
|
+
}],
|
|
236
|
+
base: 'ibc/899A9A3AA31FAC79E03427B46DE0813A00AFB0C2AA1A071F45DEFF559E84C420',
|
|
237
|
+
name: 'Architects Token',
|
|
238
|
+
display: 'TOKN',
|
|
239
|
+
symbol: 'TOKN',
|
|
240
|
+
logo_URIs: {
|
|
241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
242
|
+
},
|
|
243
|
+
images: [{
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
245
|
+
}],
|
|
246
|
+
traces: [{
|
|
247
|
+
type: 'ibc',
|
|
248
|
+
counterparty: {
|
|
249
|
+
channel_id: 'channel-124',
|
|
250
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
251
|
+
chain_name: 'archway'
|
|
252
|
+
},
|
|
253
|
+
chain: {
|
|
254
|
+
channel_id: 'channel-29'
|
|
255
|
+
}
|
|
256
|
+
}]
|
|
257
|
+
},
|
|
190
258
|
{
|
|
191
259
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
192
260
|
denom_units: [{
|
package/esm/mainnet/carbon.js
CHANGED
|
@@ -1825,13 +1825,6 @@ const assets = {
|
|
|
1825
1825
|
logo_URIs: {
|
|
1826
1826
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
1827
1827
|
},
|
|
1828
|
-
images: [{
|
|
1829
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
1830
|
-
theme: {
|
|
1831
|
-
primary_color_hex: '#070707'
|
|
1832
|
-
}
|
|
1833
|
-
}],
|
|
1834
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
1835
1828
|
traces: [{
|
|
1836
1829
|
type: 'ibc-cw20',
|
|
1837
1830
|
counterparty: {
|
|
@@ -1844,7 +1837,14 @@ const assets = {
|
|
|
1844
1837
|
port: 'transfer',
|
|
1845
1838
|
channel_id: 'channel-16'
|
|
1846
1839
|
}
|
|
1847
|
-
}]
|
|
1840
|
+
}],
|
|
1841
|
+
images: [{
|
|
1842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
1843
|
+
theme: {
|
|
1844
|
+
primary_color_hex: '#070707'
|
|
1845
|
+
}
|
|
1846
|
+
}],
|
|
1847
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
1848
1848
|
},
|
|
1849
1849
|
{
|
|
1850
1850
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
|
@@ -3121,13 +3121,6 @@ const assets = {
|
|
|
3121
3121
|
logo_URIs: {
|
|
3122
3122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
3123
3123
|
},
|
|
3124
|
-
images: [{
|
|
3125
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
3126
|
-
theme: {
|
|
3127
|
-
primary_color_hex: '#070707'
|
|
3128
|
-
}
|
|
3129
|
-
}],
|
|
3130
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
3131
3124
|
traces: [{
|
|
3132
3125
|
type: 'ibc-cw20',
|
|
3133
3126
|
counterparty: {
|
|
@@ -3140,7 +3133,14 @@ const assets = {
|
|
|
3140
3133
|
port: 'transfer',
|
|
3141
3134
|
channel_id: 'channel-16'
|
|
3142
3135
|
}
|
|
3143
|
-
}]
|
|
3136
|
+
}],
|
|
3137
|
+
images: [{
|
|
3138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
3139
|
+
theme: {
|
|
3140
|
+
primary_color_hex: '#070707'
|
|
3141
|
+
}
|
|
3142
|
+
}],
|
|
3143
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
3144
3144
|
},
|
|
3145
3145
|
{
|
|
3146
3146
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
package/esm/mainnet/chihuahua.js
CHANGED
|
@@ -362,7 +362,7 @@ const assets = {
|
|
|
362
362
|
}]
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
description: 'Persistence is a
|
|
365
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
366
366
|
denom_units: [{
|
|
367
367
|
denom: 'ibc/D1489F3713939AE235BE7C4D6D01C49B3A67791D86F79520EE67CFA4A1A88846',
|
|
368
368
|
exponent: 0,
|
|
@@ -844,7 +844,7 @@ const assets = {
|
|
|
844
844
|
}]
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
description: 'Persistence is a
|
|
847
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
848
848
|
denom_units: [{
|
|
849
849
|
denom: 'ibc/D1489F3713939AE235BE7C4D6D01C49B3A67791D86F79520EE67CFA4A1A88846',
|
|
850
850
|
exponent: 0,
|
package/esm/mainnet/comdex.js
CHANGED
|
@@ -293,7 +293,7 @@ const assets = {
|
|
|
293
293
|
}]
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
description: 'Persistence is a
|
|
296
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
297
297
|
denom_units: [{
|
|
298
298
|
denom: 'ibc/E437FFE5ABB5163FA7968BAF68146512B81E842DF05BA27E3B25E64B7CDC9AC7',
|
|
299
299
|
exponent: 0,
|
|
@@ -758,7 +758,7 @@ const assets = {
|
|
|
758
758
|
}]
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
|
-
description: 'Persistence is a
|
|
761
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
762
762
|
denom_units: [{
|
|
763
763
|
denom: 'ibc/E437FFE5ABB5163FA7968BAF68146512B81E842DF05BA27E3B25E64B7CDC9AC7',
|
|
764
764
|
exponent: 0,
|
|
@@ -1258,6 +1258,40 @@ const assets = {
|
|
|
1258
1258
|
}
|
|
1259
1259
|
}]
|
|
1260
1260
|
},
|
|
1261
|
+
{
|
|
1262
|
+
description: 'Architects Token',
|
|
1263
|
+
type_asset: 'cw20',
|
|
1264
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1265
|
+
denom_units: [{
|
|
1266
|
+
denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
1267
|
+
exponent: 0,
|
|
1268
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
1269
|
+
}, {
|
|
1270
|
+
denom: 'TOKN',
|
|
1271
|
+
exponent: 18
|
|
1272
|
+
}],
|
|
1273
|
+
base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
1274
|
+
name: 'Architects Token',
|
|
1275
|
+
display: 'TOKN',
|
|
1276
|
+
symbol: 'TOKN',
|
|
1277
|
+
logo_URIs: {
|
|
1278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1279
|
+
},
|
|
1280
|
+
images: [{
|
|
1281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1282
|
+
}],
|
|
1283
|
+
traces: [{
|
|
1284
|
+
type: 'ibc',
|
|
1285
|
+
counterparty: {
|
|
1286
|
+
channel_id: 'channel-108',
|
|
1287
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1288
|
+
chain_name: 'archway'
|
|
1289
|
+
},
|
|
1290
|
+
chain: {
|
|
1291
|
+
channel_id: 'channel-50'
|
|
1292
|
+
}
|
|
1293
|
+
}]
|
|
1294
|
+
},
|
|
1261
1295
|
{
|
|
1262
1296
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1263
1297
|
denom_units: [{
|
|
@@ -1519,6 +1553,40 @@ const assets = {
|
|
|
1519
1553
|
}
|
|
1520
1554
|
}]
|
|
1521
1555
|
},
|
|
1556
|
+
{
|
|
1557
|
+
description: 'Architects Token',
|
|
1558
|
+
type_asset: 'cw20',
|
|
1559
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1560
|
+
denom_units: [{
|
|
1561
|
+
denom: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
1562
|
+
exponent: 0,
|
|
1563
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
1564
|
+
}, {
|
|
1565
|
+
denom: 'TOKN',
|
|
1566
|
+
exponent: 18
|
|
1567
|
+
}],
|
|
1568
|
+
base: 'ibc/C65945584E298C1DDB1F1136EACA8FB9806CBE880677E312CAF15BDB2EE8EE88',
|
|
1569
|
+
name: 'Architects Token',
|
|
1570
|
+
display: 'TOKN',
|
|
1571
|
+
symbol: 'TOKN',
|
|
1572
|
+
logo_URIs: {
|
|
1573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1574
|
+
},
|
|
1575
|
+
images: [{
|
|
1576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1577
|
+
}],
|
|
1578
|
+
traces: [{
|
|
1579
|
+
type: 'ibc',
|
|
1580
|
+
counterparty: {
|
|
1581
|
+
channel_id: 'channel-108',
|
|
1582
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1583
|
+
chain_name: 'archway'
|
|
1584
|
+
},
|
|
1585
|
+
chain: {
|
|
1586
|
+
channel_id: 'channel-50'
|
|
1587
|
+
}
|
|
1588
|
+
}]
|
|
1589
|
+
},
|
|
1522
1590
|
{
|
|
1523
1591
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1524
1592
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -350,6 +350,40 @@ const assets = {
|
|
|
350
350
|
}
|
|
351
351
|
}]
|
|
352
352
|
},
|
|
353
|
+
{
|
|
354
|
+
description: 'Architects Token',
|
|
355
|
+
type_asset: 'cw20',
|
|
356
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
357
|
+
denom_units: [{
|
|
358
|
+
denom: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
|
|
359
|
+
exponent: 0,
|
|
360
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
361
|
+
}, {
|
|
362
|
+
denom: 'TOKN',
|
|
363
|
+
exponent: 18
|
|
364
|
+
}],
|
|
365
|
+
base: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
|
|
366
|
+
name: 'Architects Token',
|
|
367
|
+
display: 'TOKN',
|
|
368
|
+
symbol: 'TOKN',
|
|
369
|
+
logo_URIs: {
|
|
370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
371
|
+
},
|
|
372
|
+
images: [{
|
|
373
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
374
|
+
}],
|
|
375
|
+
traces: [{
|
|
376
|
+
type: 'ibc',
|
|
377
|
+
counterparty: {
|
|
378
|
+
channel_id: 'channel-0',
|
|
379
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
380
|
+
chain_name: 'archway'
|
|
381
|
+
},
|
|
382
|
+
chain: {
|
|
383
|
+
channel_id: 'channel-623'
|
|
384
|
+
}
|
|
385
|
+
}]
|
|
386
|
+
},
|
|
353
387
|
{
|
|
354
388
|
description: 'The native token of Aura Network',
|
|
355
389
|
denom_units: [{
|
|
@@ -1263,6 +1297,40 @@ const assets = {
|
|
|
1263
1297
|
}
|
|
1264
1298
|
}]
|
|
1265
1299
|
},
|
|
1300
|
+
{
|
|
1301
|
+
description: 'Architects Token',
|
|
1302
|
+
type_asset: 'cw20',
|
|
1303
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1304
|
+
denom_units: [{
|
|
1305
|
+
denom: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
|
|
1306
|
+
exponent: 0,
|
|
1307
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
1308
|
+
}, {
|
|
1309
|
+
denom: 'TOKN',
|
|
1310
|
+
exponent: 18
|
|
1311
|
+
}],
|
|
1312
|
+
base: 'ibc/557A8BE1D1A4FEFD7C8DCA98F54F704C9CD3EAB4628FF89D142A0687EEFAA2C3',
|
|
1313
|
+
name: 'Architects Token',
|
|
1314
|
+
display: 'TOKN',
|
|
1315
|
+
symbol: 'TOKN',
|
|
1316
|
+
logo_URIs: {
|
|
1317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1318
|
+
},
|
|
1319
|
+
images: [{
|
|
1320
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
1321
|
+
}],
|
|
1322
|
+
traces: [{
|
|
1323
|
+
type: 'ibc',
|
|
1324
|
+
counterparty: {
|
|
1325
|
+
channel_id: 'channel-0',
|
|
1326
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
1327
|
+
chain_name: 'archway'
|
|
1328
|
+
},
|
|
1329
|
+
chain: {
|
|
1330
|
+
channel_id: 'channel-623'
|
|
1331
|
+
}
|
|
1332
|
+
}]
|
|
1333
|
+
},
|
|
1266
1334
|
{
|
|
1267
1335
|
description: 'The native token of Aura Network',
|
|
1268
1336
|
denom_units: [{
|
|
@@ -2531,7 +2599,7 @@ const assets = {
|
|
|
2531
2599
|
},
|
|
2532
2600
|
socials: {
|
|
2533
2601
|
website: 'https://islamiccoin.net',
|
|
2534
|
-
twitter: 'https://x.com/
|
|
2602
|
+
twitter: 'https://x.com/islamic_coin'
|
|
2535
2603
|
},
|
|
2536
2604
|
images: [{
|
|
2537
2605
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -3923,7 +3991,7 @@ const assets = {
|
|
|
3923
3991
|
}]
|
|
3924
3992
|
},
|
|
3925
3993
|
{
|
|
3926
|
-
description: 'Persistence is a
|
|
3994
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
3927
3995
|
denom_units: [{
|
|
3928
3996
|
denom: 'ibc/81D08BC39FB520EBD948CF017910DD69702D34BF5AC160F76D3B5CFC444EBCE0',
|
|
3929
3997
|
exponent: 0,
|
|
@@ -8334,7 +8402,7 @@ const assets = {
|
|
|
8334
8402
|
},
|
|
8335
8403
|
socials: {
|
|
8336
8404
|
website: 'https://islamiccoin.net',
|
|
8337
|
-
twitter: 'https://x.com/
|
|
8405
|
+
twitter: 'https://x.com/islamic_coin'
|
|
8338
8406
|
},
|
|
8339
8407
|
images: [{
|
|
8340
8408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -9726,7 +9794,7 @@ const assets = {
|
|
|
9726
9794
|
}]
|
|
9727
9795
|
},
|
|
9728
9796
|
{
|
|
9729
|
-
description: 'Persistence is a
|
|
9797
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
9730
9798
|
denom_units: [{
|
|
9731
9799
|
denom: 'ibc/81D08BC39FB520EBD948CF017910DD69702D34BF5AC160F76D3B5CFC444EBCE0',
|
|
9732
9800
|
exponent: 0,
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -1595,7 +1595,7 @@ const assets = {
|
|
|
1595
1595
|
}]
|
|
1596
1596
|
},
|
|
1597
1597
|
{
|
|
1598
|
-
description: 'Persistence is a
|
|
1598
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
1599
1599
|
denom_units: [{
|
|
1600
1600
|
denom: 'ibc/7C80C41847B0A6BC37D66C13B2EDAF716217BE894FEC3FF11E76FE02D4E7BAA3',
|
|
1601
1601
|
exponent: 0,
|
|
@@ -3871,7 +3871,7 @@ const assets = {
|
|
|
3871
3871
|
}]
|
|
3872
3872
|
},
|
|
3873
3873
|
{
|
|
3874
|
-
description: 'Persistence is a
|
|
3874
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
3875
3875
|
denom_units: [{
|
|
3876
3876
|
denom: 'ibc/7C80C41847B0A6BC37D66C13B2EDAF716217BE894FEC3FF11E76FE02D4E7BAA3',
|
|
3877
3877
|
exponent: 0,
|
|
@@ -620,7 +620,7 @@ const assets = {
|
|
|
620
620
|
}]
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
|
-
description: 'Persistence is a
|
|
623
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
624
624
|
denom_units: [{
|
|
625
625
|
denom: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
|
|
626
626
|
exponent: 0,
|
|
@@ -1162,7 +1162,7 @@ const assets = {
|
|
|
1162
1162
|
}]
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
|
-
description: 'Persistence is a
|
|
1165
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
1166
1166
|
denom_units: [{
|
|
1167
1167
|
denom: 'ibc/B3CC9901DF8BA5F6154EDA69B3016EE16A795B6C422216AE08307FBBEAC22575',
|
|
1168
1168
|
exponent: 0,
|