@chain-registry/assets 1.70.226 → 1.70.228
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/akash.js +4 -4
- package/esm/mainnet/axelar.js +4 -4
- package/esm/mainnet/beezee.js +78 -0
- package/esm/mainnet/cosmoshub.js +6 -4
- package/esm/mainnet/cryptoorgchain.js +4 -4
- package/esm/mainnet/decentr.js +4 -4
- package/esm/mainnet/elys.js +2 -0
- package/esm/mainnet/initia.js +86 -0
- package/esm/mainnet/injective.js +2 -0
- package/esm/mainnet/irisnet.js +4 -4
- package/esm/mainnet/medasdigital.js +4 -4
- package/esm/mainnet/milkyway.js +80 -0
- package/esm/mainnet/noble.js +2 -0
- package/esm/mainnet/osmosis.js +84 -4
- package/esm/mainnet/persistence.js +4 -4
- package/esm/mainnet/planq.js +2 -0
- package/esm/mainnet/regen.js +4 -4
- package/esm/mainnet/secretnetwork.js +4 -4
- package/esm/mainnet/sifchain.js +4 -4
- package/esm/mainnet/starname.js +4 -4
- package/esm/mainnet/stride.js +2 -0
- package/esm/mainnet/terra2.js +2 -0
- package/mainnet/akash.js +4 -4
- package/mainnet/axelar.js +4 -4
- package/mainnet/beezee.js +78 -0
- package/mainnet/cosmoshub.js +6 -4
- package/mainnet/cryptoorgchain.js +4 -4
- package/mainnet/decentr.js +4 -4
- package/mainnet/elys.js +2 -0
- package/mainnet/initia.js +86 -0
- package/mainnet/injective.js +2 -0
- package/mainnet/irisnet.js +4 -4
- package/mainnet/medasdigital.js +4 -4
- package/mainnet/milkyway.js +80 -0
- package/mainnet/noble.js +2 -0
- package/mainnet/osmosis.js +84 -4
- package/mainnet/persistence.js +4 -4
- package/mainnet/planq.js +2 -0
- package/mainnet/regen.js +4 -4
- package/mainnet/secretnetwork.js +4 -4
- package/mainnet/sifchain.js +4 -4
- package/mainnet/starname.js +4 -4
- package/mainnet/stride.js +2 -0
- package/mainnet/terra2.js +2 -0
- package/package.json +5 -5
package/mainnet/decentr.js
CHANGED
|
@@ -272,7 +272,7 @@ const assets = {
|
|
|
272
272
|
base: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
|
|
273
273
|
name: 'Sentinel',
|
|
274
274
|
display: 'dvpn',
|
|
275
|
-
symbol: '
|
|
275
|
+
symbol: 'P2P',
|
|
276
276
|
logo_URIs: {
|
|
277
277
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
278
278
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -287,7 +287,7 @@ const assets = {
|
|
|
287
287
|
}],
|
|
288
288
|
socials: {
|
|
289
289
|
website: 'https://www.sentinel.co/',
|
|
290
|
-
twitter: 'https://x.com/
|
|
290
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
291
291
|
},
|
|
292
292
|
type_asset: 'sdk.coin',
|
|
293
293
|
traces: [{
|
|
@@ -446,7 +446,7 @@ const assets = {
|
|
|
446
446
|
base: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
|
|
447
447
|
name: 'Sentinel',
|
|
448
448
|
display: 'dvpn',
|
|
449
|
-
symbol: '
|
|
449
|
+
symbol: 'P2P',
|
|
450
450
|
logo_URIs: {
|
|
451
451
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
452
452
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -461,7 +461,7 @@ const assets = {
|
|
|
461
461
|
}],
|
|
462
462
|
socials: {
|
|
463
463
|
website: 'https://www.sentinel.co/',
|
|
464
|
-
twitter: 'https://x.com/
|
|
464
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
465
465
|
},
|
|
466
466
|
type_asset: 'sdk.coin',
|
|
467
467
|
traces: [{
|
package/mainnet/elys.js
CHANGED
|
@@ -450,6 +450,7 @@ const assets = {
|
|
|
450
450
|
'automations'
|
|
451
451
|
],
|
|
452
452
|
socials: {
|
|
453
|
+
website: 'https://kopi.money/',
|
|
453
454
|
twitter: 'https://x.com/kopi_money',
|
|
454
455
|
discord: 'https://discord.gg/kopi-money'
|
|
455
456
|
},
|
|
@@ -1158,6 +1159,7 @@ const assets = {
|
|
|
1158
1159
|
'automations'
|
|
1159
1160
|
],
|
|
1160
1161
|
socials: {
|
|
1162
|
+
website: 'https://kopi.money/',
|
|
1161
1163
|
twitter: 'https://x.com/kopi_money',
|
|
1162
1164
|
discord: 'https://discord.gg/kopi-money'
|
|
1163
1165
|
},
|
package/mainnet/initia.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'initia',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of MilkyWay',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/991E01AB189A00585E4BBBE04D7B7C8654D16BF612C7B795F175679164114642',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['umilk']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'milk',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/991E01AB189A00585E4BBBE04D7B7C8654D16BF612C7B795F175679164114642',
|
|
18
|
+
name: 'Milk',
|
|
19
|
+
display: 'milk',
|
|
20
|
+
symbol: 'MILK',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
keywords: ['liquid staking', 'restaking'],
|
|
33
|
+
socials: {
|
|
34
|
+
website: 'https://milkyway.zone',
|
|
35
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
36
|
+
},
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-5',
|
|
41
|
+
base_denom: 'umilk',
|
|
42
|
+
chain_name: 'milkyway'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-80'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
8
51
|
denom_units: [{
|
|
@@ -244,6 +287,49 @@ const assets = {
|
|
|
244
287
|
}
|
|
245
288
|
}]
|
|
246
289
|
},
|
|
290
|
+
{
|
|
291
|
+
description: 'The native token of MilkyWay',
|
|
292
|
+
denom_units: [{
|
|
293
|
+
denom: 'ibc/991E01AB189A00585E4BBBE04D7B7C8654D16BF612C7B795F175679164114642',
|
|
294
|
+
exponent: 0,
|
|
295
|
+
aliases: ['umilk']
|
|
296
|
+
}, {
|
|
297
|
+
denom: 'milk',
|
|
298
|
+
exponent: 6
|
|
299
|
+
}],
|
|
300
|
+
type_asset: 'sdk.coin',
|
|
301
|
+
base: 'ibc/991E01AB189A00585E4BBBE04D7B7C8654D16BF612C7B795F175679164114642',
|
|
302
|
+
name: 'Milk',
|
|
303
|
+
display: 'milk',
|
|
304
|
+
symbol: 'MILK',
|
|
305
|
+
logo_URIs: {
|
|
306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
307
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
308
|
+
},
|
|
309
|
+
images: [{
|
|
310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
312
|
+
theme: {
|
|
313
|
+
primary_color_hex: '#760dbb'
|
|
314
|
+
}
|
|
315
|
+
}],
|
|
316
|
+
keywords: ['liquid staking', 'restaking'],
|
|
317
|
+
socials: {
|
|
318
|
+
website: 'https://milkyway.zone',
|
|
319
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
320
|
+
},
|
|
321
|
+
traces: [{
|
|
322
|
+
type: 'ibc',
|
|
323
|
+
counterparty: {
|
|
324
|
+
channel_id: 'channel-5',
|
|
325
|
+
base_denom: 'umilk',
|
|
326
|
+
chain_name: 'milkyway'
|
|
327
|
+
},
|
|
328
|
+
chain: {
|
|
329
|
+
channel_id: 'channel-80'
|
|
330
|
+
}
|
|
331
|
+
}]
|
|
332
|
+
},
|
|
247
333
|
{
|
|
248
334
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
249
335
|
denom_units: [{
|
package/mainnet/injective.js
CHANGED
|
@@ -1228,6 +1228,7 @@ const assets = {
|
|
|
1228
1228
|
'automations'
|
|
1229
1229
|
],
|
|
1230
1230
|
socials: {
|
|
1231
|
+
website: 'https://kopi.money/',
|
|
1231
1232
|
twitter: 'https://x.com/kopi_money',
|
|
1232
1233
|
discord: 'https://discord.gg/kopi-money'
|
|
1233
1234
|
},
|
|
@@ -7858,6 +7859,7 @@ const assets = {
|
|
|
7858
7859
|
'automations'
|
|
7859
7860
|
],
|
|
7860
7861
|
socials: {
|
|
7862
|
+
website: 'https://kopi.money/',
|
|
7861
7863
|
twitter: 'https://x.com/kopi_money',
|
|
7862
7864
|
discord: 'https://discord.gg/kopi-money'
|
|
7863
7865
|
},
|
package/mainnet/irisnet.js
CHANGED
|
@@ -1337,7 +1337,7 @@ const assets = {
|
|
|
1337
1337
|
base: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
|
|
1338
1338
|
name: 'Sentinel',
|
|
1339
1339
|
display: 'dvpn',
|
|
1340
|
-
symbol: '
|
|
1340
|
+
symbol: 'P2P',
|
|
1341
1341
|
logo_URIs: {
|
|
1342
1342
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1343
1343
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -1352,7 +1352,7 @@ const assets = {
|
|
|
1352
1352
|
}],
|
|
1353
1353
|
socials: {
|
|
1354
1354
|
website: 'https://www.sentinel.co/',
|
|
1355
|
-
twitter: 'https://x.com/
|
|
1355
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
1356
1356
|
},
|
|
1357
1357
|
type_asset: 'sdk.coin',
|
|
1358
1358
|
traces: [{
|
|
@@ -1749,7 +1749,7 @@ const assets = {
|
|
|
1749
1749
|
base: 'ibc/1EC0D41FED64D7C9C0D87E059F478965BE3962841BA14EFBF8C5A75F4458143A',
|
|
1750
1750
|
name: 'Sentinel',
|
|
1751
1751
|
display: 'dvpn',
|
|
1752
|
-
symbol: '
|
|
1752
|
+
symbol: 'P2P',
|
|
1753
1753
|
logo_URIs: {
|
|
1754
1754
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1755
1755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -1764,7 +1764,7 @@ const assets = {
|
|
|
1764
1764
|
}],
|
|
1765
1765
|
socials: {
|
|
1766
1766
|
website: 'https://www.sentinel.co/',
|
|
1767
|
-
twitter: 'https://x.com/
|
|
1767
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
1768
1768
|
},
|
|
1769
1769
|
type_asset: 'sdk.coin',
|
|
1770
1770
|
traces: [{
|
package/mainnet/medasdigital.js
CHANGED
|
@@ -104,7 +104,7 @@ const assets = {
|
|
|
104
104
|
base: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
|
|
105
105
|
name: 'Sentinel',
|
|
106
106
|
display: 'dvpn',
|
|
107
|
-
symbol: '
|
|
107
|
+
symbol: 'P2P',
|
|
108
108
|
logo_URIs: {
|
|
109
109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
110
110
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -119,7 +119,7 @@ const assets = {
|
|
|
119
119
|
}],
|
|
120
120
|
socials: {
|
|
121
121
|
website: 'https://www.sentinel.co/',
|
|
122
|
-
twitter: 'https://x.com/
|
|
122
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
123
123
|
},
|
|
124
124
|
type_asset: 'sdk.coin',
|
|
125
125
|
traces: [{
|
|
@@ -235,7 +235,7 @@ const assets = {
|
|
|
235
235
|
base: 'ibc/B7489F796F582168A256F44B1B2AB93DD2E868487DA91F28FD2BA967E97F5712',
|
|
236
236
|
name: 'Sentinel',
|
|
237
237
|
display: 'dvpn',
|
|
238
|
-
symbol: '
|
|
238
|
+
symbol: 'P2P',
|
|
239
239
|
logo_URIs: {
|
|
240
240
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
241
241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -250,7 +250,7 @@ const assets = {
|
|
|
250
250
|
}],
|
|
251
251
|
socials: {
|
|
252
252
|
website: 'https://www.sentinel.co/',
|
|
253
|
-
twitter: 'https://x.com/
|
|
253
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
254
254
|
},
|
|
255
255
|
type_asset: 'sdk.coin',
|
|
256
256
|
traces: [{
|
package/mainnet/milkyway.js
CHANGED
|
@@ -84,6 +84,46 @@ const assets = {
|
|
|
84
84
|
}
|
|
85
85
|
}]
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
description: 'The native token of Initia',
|
|
89
|
+
denom_units: [{
|
|
90
|
+
denom: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
91
|
+
exponent: 0,
|
|
92
|
+
aliases: ['uinit']
|
|
93
|
+
}, {
|
|
94
|
+
denom: 'INIT',
|
|
95
|
+
exponent: 6
|
|
96
|
+
}],
|
|
97
|
+
base: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
98
|
+
display: 'INIT',
|
|
99
|
+
name: 'Initia',
|
|
100
|
+
symbol: 'INIT',
|
|
101
|
+
images: [{
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
104
|
+
theme: {
|
|
105
|
+
circle: true,
|
|
106
|
+
primary_color_hex: '#040404'
|
|
107
|
+
}
|
|
108
|
+
}],
|
|
109
|
+
socials: {
|
|
110
|
+
website: 'https://initia.xyz/',
|
|
111
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
112
|
+
},
|
|
113
|
+
type_asset: 'sdk.coin',
|
|
114
|
+
coingecko_id: 'initia',
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-80',
|
|
119
|
+
base_denom: 'uinit',
|
|
120
|
+
chain_name: 'initia'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-5'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
87
127
|
{
|
|
88
128
|
description: 'The native token of Babylon Genesis.',
|
|
89
129
|
denom_units: [{
|
|
@@ -165,6 +205,46 @@ const assets = {
|
|
|
165
205
|
}
|
|
166
206
|
}]
|
|
167
207
|
},
|
|
208
|
+
{
|
|
209
|
+
description: 'The native token of Initia',
|
|
210
|
+
denom_units: [{
|
|
211
|
+
denom: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
212
|
+
exponent: 0,
|
|
213
|
+
aliases: ['uinit']
|
|
214
|
+
}, {
|
|
215
|
+
denom: 'INIT',
|
|
216
|
+
exponent: 6
|
|
217
|
+
}],
|
|
218
|
+
base: 'ibc/FF1404DE8D24A4E1E07A7C85ADD9575FCA11D951CAED401E17EE12796816EC76',
|
|
219
|
+
display: 'INIT',
|
|
220
|
+
name: 'Initia',
|
|
221
|
+
symbol: 'INIT',
|
|
222
|
+
images: [{
|
|
223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
225
|
+
theme: {
|
|
226
|
+
circle: true,
|
|
227
|
+
primary_color_hex: '#040404'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
socials: {
|
|
231
|
+
website: 'https://initia.xyz/',
|
|
232
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
233
|
+
},
|
|
234
|
+
type_asset: 'sdk.coin',
|
|
235
|
+
coingecko_id: 'initia',
|
|
236
|
+
traces: [{
|
|
237
|
+
type: 'ibc',
|
|
238
|
+
counterparty: {
|
|
239
|
+
channel_id: 'channel-80',
|
|
240
|
+
base_denom: 'uinit',
|
|
241
|
+
chain_name: 'initia'
|
|
242
|
+
},
|
|
243
|
+
chain: {
|
|
244
|
+
channel_id: 'channel-5'
|
|
245
|
+
}
|
|
246
|
+
}]
|
|
247
|
+
},
|
|
168
248
|
{
|
|
169
249
|
description: 'The native token of Osmosis',
|
|
170
250
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -1820,6 +1820,7 @@ const assets = {
|
|
|
1820
1820
|
'automations'
|
|
1821
1821
|
],
|
|
1822
1822
|
socials: {
|
|
1823
|
+
website: 'https://kopi.money/',
|
|
1823
1824
|
twitter: 'https://x.com/kopi_money',
|
|
1824
1825
|
discord: 'https://discord.gg/kopi-money'
|
|
1825
1826
|
},
|
|
@@ -4343,6 +4344,7 @@ const assets = {
|
|
|
4343
4344
|
'automations'
|
|
4344
4345
|
],
|
|
4345
4346
|
socials: {
|
|
4347
|
+
website: 'https://kopi.money/',
|
|
4346
4348
|
twitter: 'https://x.com/kopi_money',
|
|
4347
4349
|
discord: 'https://discord.gg/kopi-money'
|
|
4348
4350
|
},
|
package/mainnet/osmosis.js
CHANGED
|
@@ -634,6 +634,45 @@ const assets = {
|
|
|
634
634
|
}
|
|
635
635
|
}]
|
|
636
636
|
},
|
|
637
|
+
{
|
|
638
|
+
description: 'The fee token of AtomOne',
|
|
639
|
+
denom_units: [{
|
|
640
|
+
denom: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
|
|
641
|
+
exponent: 0,
|
|
642
|
+
aliases: ['uphoton']
|
|
643
|
+
}, {
|
|
644
|
+
denom: 'photon',
|
|
645
|
+
exponent: 6
|
|
646
|
+
}],
|
|
647
|
+
base: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
|
|
648
|
+
name: 'Photon',
|
|
649
|
+
display: 'photon',
|
|
650
|
+
symbol: 'PHOTON',
|
|
651
|
+
logo_URIs: {
|
|
652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
654
|
+
},
|
|
655
|
+
images: [{
|
|
656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
658
|
+
}],
|
|
659
|
+
type_asset: 'sdk.coin',
|
|
660
|
+
socials: {
|
|
661
|
+
website: 'https://atom.one',
|
|
662
|
+
twitter: 'https://x.com/_atomone'
|
|
663
|
+
},
|
|
664
|
+
traces: [{
|
|
665
|
+
type: 'ibc',
|
|
666
|
+
counterparty: {
|
|
667
|
+
channel_id: 'channel-2',
|
|
668
|
+
base_denom: 'uphoton',
|
|
669
|
+
chain_name: 'atomone'
|
|
670
|
+
},
|
|
671
|
+
chain: {
|
|
672
|
+
channel_id: 'channel-94814'
|
|
673
|
+
}
|
|
674
|
+
}]
|
|
675
|
+
},
|
|
637
676
|
{
|
|
638
677
|
description: 'The native token of Aura Network',
|
|
639
678
|
denom_units: [{
|
|
@@ -4540,6 +4579,7 @@ const assets = {
|
|
|
4540
4579
|
'automations'
|
|
4541
4580
|
],
|
|
4542
4581
|
socials: {
|
|
4582
|
+
website: 'https://kopi.money/',
|
|
4543
4583
|
twitter: 'https://x.com/kopi_money',
|
|
4544
4584
|
discord: 'https://discord.gg/kopi-money'
|
|
4545
4585
|
},
|
|
@@ -7065,6 +7105,45 @@ const assets = {
|
|
|
7065
7105
|
}
|
|
7066
7106
|
}]
|
|
7067
7107
|
},
|
|
7108
|
+
{
|
|
7109
|
+
description: 'The fee token of AtomOne',
|
|
7110
|
+
denom_units: [{
|
|
7111
|
+
denom: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
|
|
7112
|
+
exponent: 0,
|
|
7113
|
+
aliases: ['uphoton']
|
|
7114
|
+
}, {
|
|
7115
|
+
denom: 'photon',
|
|
7116
|
+
exponent: 6
|
|
7117
|
+
}],
|
|
7118
|
+
base: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
|
|
7119
|
+
name: 'Photon',
|
|
7120
|
+
display: 'photon',
|
|
7121
|
+
symbol: 'PHOTON',
|
|
7122
|
+
logo_URIs: {
|
|
7123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
7124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
7125
|
+
},
|
|
7126
|
+
images: [{
|
|
7127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
7128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
7129
|
+
}],
|
|
7130
|
+
type_asset: 'sdk.coin',
|
|
7131
|
+
socials: {
|
|
7132
|
+
website: 'https://atom.one',
|
|
7133
|
+
twitter: 'https://x.com/_atomone'
|
|
7134
|
+
},
|
|
7135
|
+
traces: [{
|
|
7136
|
+
type: 'ibc',
|
|
7137
|
+
counterparty: {
|
|
7138
|
+
channel_id: 'channel-2',
|
|
7139
|
+
base_denom: 'uphoton',
|
|
7140
|
+
chain_name: 'atomone'
|
|
7141
|
+
},
|
|
7142
|
+
chain: {
|
|
7143
|
+
channel_id: 'channel-94814'
|
|
7144
|
+
}
|
|
7145
|
+
}]
|
|
7146
|
+
},
|
|
7068
7147
|
{
|
|
7069
7148
|
description: 'The native token of Aura Network',
|
|
7070
7149
|
denom_units: [{
|
|
@@ -10971,6 +11050,7 @@ const assets = {
|
|
|
10971
11050
|
'automations'
|
|
10972
11051
|
],
|
|
10973
11052
|
socials: {
|
|
11053
|
+
website: 'https://kopi.money/',
|
|
10974
11054
|
twitter: 'https://x.com/kopi_money',
|
|
10975
11055
|
discord: 'https://discord.gg/kopi-money'
|
|
10976
11056
|
},
|
|
@@ -19101,7 +19181,7 @@ const assets = {
|
|
|
19101
19181
|
base: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
|
|
19102
19182
|
name: 'Sentinel',
|
|
19103
19183
|
display: 'dvpn',
|
|
19104
|
-
symbol: '
|
|
19184
|
+
symbol: 'P2P',
|
|
19105
19185
|
logo_URIs: {
|
|
19106
19186
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
19107
19187
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -19116,7 +19196,7 @@ const assets = {
|
|
|
19116
19196
|
}],
|
|
19117
19197
|
socials: {
|
|
19118
19198
|
website: 'https://www.sentinel.co/',
|
|
19119
|
-
twitter: 'https://x.com/
|
|
19199
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
19120
19200
|
},
|
|
19121
19201
|
type_asset: 'sdk.coin',
|
|
19122
19202
|
traces: [{
|
|
@@ -27295,7 +27375,7 @@ const assets = {
|
|
|
27295
27375
|
base: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
|
|
27296
27376
|
name: 'Sentinel',
|
|
27297
27377
|
display: 'dvpn',
|
|
27298
|
-
symbol: '
|
|
27378
|
+
symbol: 'P2P',
|
|
27299
27379
|
logo_URIs: {
|
|
27300
27380
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
27301
27381
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -27310,7 +27390,7 @@ const assets = {
|
|
|
27310
27390
|
}],
|
|
27311
27391
|
socials: {
|
|
27312
27392
|
website: 'https://www.sentinel.co/',
|
|
27313
|
-
twitter: 'https://x.com/
|
|
27393
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
27314
27394
|
},
|
|
27315
27395
|
type_asset: 'sdk.coin',
|
|
27316
27396
|
traces: [{
|
package/mainnet/persistence.js
CHANGED
|
@@ -3260,7 +3260,7 @@ const assets = {
|
|
|
3260
3260
|
base: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
|
|
3261
3261
|
name: 'Sentinel',
|
|
3262
3262
|
display: 'dvpn',
|
|
3263
|
-
symbol: '
|
|
3263
|
+
symbol: 'P2P',
|
|
3264
3264
|
logo_URIs: {
|
|
3265
3265
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
3266
3266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -3275,7 +3275,7 @@ const assets = {
|
|
|
3275
3275
|
}],
|
|
3276
3276
|
socials: {
|
|
3277
3277
|
website: 'https://www.sentinel.co/',
|
|
3278
|
-
twitter: 'https://x.com/
|
|
3278
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
3279
3279
|
},
|
|
3280
3280
|
type_asset: 'sdk.coin',
|
|
3281
3281
|
traces: [{
|
|
@@ -3674,7 +3674,7 @@ const assets = {
|
|
|
3674
3674
|
base: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
|
|
3675
3675
|
name: 'Sentinel',
|
|
3676
3676
|
display: 'dvpn',
|
|
3677
|
-
symbol: '
|
|
3677
|
+
symbol: 'P2P',
|
|
3678
3678
|
logo_URIs: {
|
|
3679
3679
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
3680
3680
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -3689,7 +3689,7 @@ const assets = {
|
|
|
3689
3689
|
}],
|
|
3690
3690
|
socials: {
|
|
3691
3691
|
website: 'https://www.sentinel.co/',
|
|
3692
|
-
twitter: 'https://x.com/
|
|
3692
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
3693
3693
|
},
|
|
3694
3694
|
type_asset: 'sdk.coin',
|
|
3695
3695
|
traces: [{
|
package/mainnet/planq.js
CHANGED
|
@@ -200,6 +200,7 @@ const assets = {
|
|
|
200
200
|
'automations'
|
|
201
201
|
],
|
|
202
202
|
socials: {
|
|
203
|
+
website: 'https://kopi.money/',
|
|
203
204
|
twitter: 'https://x.com/kopi_money',
|
|
204
205
|
discord: 'https://discord.gg/kopi-money'
|
|
205
206
|
},
|
|
@@ -875,6 +876,7 @@ const assets = {
|
|
|
875
876
|
'automations'
|
|
876
877
|
],
|
|
877
878
|
socials: {
|
|
879
|
+
website: 'https://kopi.money/',
|
|
878
880
|
twitter: 'https://x.com/kopi_money',
|
|
879
881
|
discord: 'https://discord.gg/kopi-money'
|
|
880
882
|
},
|
package/mainnet/regen.js
CHANGED
|
@@ -1102,7 +1102,7 @@ const assets = {
|
|
|
1102
1102
|
base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
|
|
1103
1103
|
name: 'Sentinel',
|
|
1104
1104
|
display: 'dvpn',
|
|
1105
|
-
symbol: '
|
|
1105
|
+
symbol: 'P2P',
|
|
1106
1106
|
logo_URIs: {
|
|
1107
1107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1108
1108
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -1117,7 +1117,7 @@ const assets = {
|
|
|
1117
1117
|
}],
|
|
1118
1118
|
socials: {
|
|
1119
1119
|
website: 'https://www.sentinel.co/',
|
|
1120
|
-
twitter: 'https://x.com/
|
|
1120
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
1121
1121
|
},
|
|
1122
1122
|
type_asset: 'sdk.coin',
|
|
1123
1123
|
traces: [{
|
|
@@ -1266,7 +1266,7 @@ const assets = {
|
|
|
1266
1266
|
base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
|
|
1267
1267
|
name: 'Sentinel',
|
|
1268
1268
|
display: 'dvpn',
|
|
1269
|
-
symbol: '
|
|
1269
|
+
symbol: 'P2P',
|
|
1270
1270
|
logo_URIs: {
|
|
1271
1271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1272
1272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -1281,7 +1281,7 @@ const assets = {
|
|
|
1281
1281
|
}],
|
|
1282
1282
|
socials: {
|
|
1283
1283
|
website: 'https://www.sentinel.co/',
|
|
1284
|
-
twitter: 'https://x.com/
|
|
1284
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
1285
1285
|
},
|
|
1286
1286
|
type_asset: 'sdk.coin',
|
|
1287
1287
|
traces: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -4528,7 +4528,7 @@ const assets = {
|
|
|
4528
4528
|
base: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
|
|
4529
4529
|
name: 'Sentinel',
|
|
4530
4530
|
display: 'dvpn',
|
|
4531
|
-
symbol: '
|
|
4531
|
+
symbol: 'P2P',
|
|
4532
4532
|
logo_URIs: {
|
|
4533
4533
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
4534
4534
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -4543,7 +4543,7 @@ const assets = {
|
|
|
4543
4543
|
}],
|
|
4544
4544
|
socials: {
|
|
4545
4545
|
website: 'https://www.sentinel.co/',
|
|
4546
|
-
twitter: 'https://x.com/
|
|
4546
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
4547
4547
|
},
|
|
4548
4548
|
type_asset: 'sdk.coin',
|
|
4549
4549
|
traces: [{
|
|
@@ -5900,7 +5900,7 @@ const assets = {
|
|
|
5900
5900
|
base: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
|
|
5901
5901
|
name: 'Sentinel',
|
|
5902
5902
|
display: 'dvpn',
|
|
5903
|
-
symbol: '
|
|
5903
|
+
symbol: 'P2P',
|
|
5904
5904
|
logo_URIs: {
|
|
5905
5905
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
5906
5906
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -5915,7 +5915,7 @@ const assets = {
|
|
|
5915
5915
|
}],
|
|
5916
5916
|
socials: {
|
|
5917
5917
|
website: 'https://www.sentinel.co/',
|
|
5918
|
-
twitter: 'https://x.com/
|
|
5918
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
5919
5919
|
},
|
|
5920
5920
|
type_asset: 'sdk.coin',
|
|
5921
5921
|
traces: [{
|
package/mainnet/sifchain.js
CHANGED
|
@@ -521,7 +521,7 @@ const assets = {
|
|
|
521
521
|
base: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
|
|
522
522
|
name: 'Sentinel',
|
|
523
523
|
display: 'dvpn',
|
|
524
|
-
symbol: '
|
|
524
|
+
symbol: 'P2P',
|
|
525
525
|
logo_URIs: {
|
|
526
526
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
527
527
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -536,7 +536,7 @@ const assets = {
|
|
|
536
536
|
}],
|
|
537
537
|
socials: {
|
|
538
538
|
website: 'https://www.sentinel.co/',
|
|
539
|
-
twitter: 'https://x.com/
|
|
539
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
540
540
|
},
|
|
541
541
|
type_asset: 'sdk.coin',
|
|
542
542
|
traces: [{
|
|
@@ -1069,7 +1069,7 @@ const assets = {
|
|
|
1069
1069
|
base: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
|
|
1070
1070
|
name: 'Sentinel',
|
|
1071
1071
|
display: 'dvpn',
|
|
1072
|
-
symbol: '
|
|
1072
|
+
symbol: 'P2P',
|
|
1073
1073
|
logo_URIs: {
|
|
1074
1074
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
|
|
1075
1075
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
@@ -1084,7 +1084,7 @@ const assets = {
|
|
|
1084
1084
|
}],
|
|
1085
1085
|
socials: {
|
|
1086
1086
|
website: 'https://www.sentinel.co/',
|
|
1087
|
-
twitter: 'https://x.com/
|
|
1087
|
+
twitter: 'https://x.com/SentinelP2P'
|
|
1088
1088
|
},
|
|
1089
1089
|
type_asset: 'sdk.coin',
|
|
1090
1090
|
traces: [{
|