@chain-registry/assets 1.70.381 → 1.70.383
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/atomone.js +82 -0
- package/esm/mainnet/axelar.js +0 -114
- package/esm/mainnet/cosmoshub.js +0 -114
- package/esm/mainnet/dungeon.js +160 -0
- package/esm/mainnet/fandomchain.js +4 -4
- package/esm/mainnet/noble.js +0 -114
- package/esm/mainnet/osmosis.js +6 -6
- package/esm/testnet/axelartestnet.js +0 -196
- package/esm/testnet/nobletestnet.js +0 -196
- package/index.d.ts +1 -1
- package/mainnet/atomone.js +82 -0
- package/mainnet/axelar.js +0 -114
- package/mainnet/cosmoshub.js +0 -114
- package/mainnet/dungeon.js +160 -0
- package/mainnet/fandomchain.js +4 -4
- package/mainnet/noble.js +0 -114
- package/mainnet/osmosis.js +6 -6
- package/package.json +5 -5
- package/testnet/axelartestnet.js +0 -196
- package/testnet/nobletestnet.js +0 -196
package/esm/mainnet/atomone.js
CHANGED
|
@@ -81,6 +81,47 @@ const assets = {
|
|
|
81
81
|
}
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
86
|
+
denom_units: [{
|
|
87
|
+
denom: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['udgn']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'DGN',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
base: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
95
|
+
name: 'Dragon Coin',
|
|
96
|
+
display: 'DGN',
|
|
97
|
+
coingecko_id: 'dragon-coin-2',
|
|
98
|
+
symbol: 'DGN',
|
|
99
|
+
logo_URIs: {
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
101
|
+
},
|
|
102
|
+
socials: {
|
|
103
|
+
website: 'https://www.cryptodungeon.org',
|
|
104
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
105
|
+
},
|
|
106
|
+
images: [{
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: true
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
type_asset: 'sdk.coin',
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
channel_id: 'channel-5310',
|
|
117
|
+
base_denom: 'udgn',
|
|
118
|
+
chain_name: 'dungeon'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-9'
|
|
122
|
+
}
|
|
123
|
+
}]
|
|
124
|
+
},
|
|
84
125
|
{
|
|
85
126
|
description: 'The native token of Osmosis',
|
|
86
127
|
denom_units: [{
|
|
@@ -283,6 +324,47 @@ const assets = {
|
|
|
283
324
|
}
|
|
284
325
|
}]
|
|
285
326
|
},
|
|
327
|
+
{
|
|
328
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
329
|
+
denom_units: [{
|
|
330
|
+
denom: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
331
|
+
exponent: 0,
|
|
332
|
+
aliases: ['udgn']
|
|
333
|
+
}, {
|
|
334
|
+
denom: 'DGN',
|
|
335
|
+
exponent: 6
|
|
336
|
+
}],
|
|
337
|
+
base: 'ibc/4C62CEBBAF56E4ABF334B05FF487F39065060666AFF5695230AD99E2B6AF3C91',
|
|
338
|
+
name: 'Dragon Coin',
|
|
339
|
+
display: 'DGN',
|
|
340
|
+
coingecko_id: 'dragon-coin-2',
|
|
341
|
+
symbol: 'DGN',
|
|
342
|
+
logo_URIs: {
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
344
|
+
},
|
|
345
|
+
socials: {
|
|
346
|
+
website: 'https://www.cryptodungeon.org',
|
|
347
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
348
|
+
},
|
|
349
|
+
images: [{
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
351
|
+
theme: {
|
|
352
|
+
circle: true
|
|
353
|
+
}
|
|
354
|
+
}],
|
|
355
|
+
type_asset: 'sdk.coin',
|
|
356
|
+
traces: [{
|
|
357
|
+
type: 'ibc',
|
|
358
|
+
counterparty: {
|
|
359
|
+
channel_id: 'channel-5310',
|
|
360
|
+
base_denom: 'udgn',
|
|
361
|
+
chain_name: 'dungeon'
|
|
362
|
+
},
|
|
363
|
+
chain: {
|
|
364
|
+
channel_id: 'channel-9'
|
|
365
|
+
}
|
|
366
|
+
}]
|
|
367
|
+
},
|
|
286
368
|
{
|
|
287
369
|
description: 'The native token of Osmosis',
|
|
288
370
|
denom_units: [{
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -10416,63 +10416,6 @@ const assets = {
|
|
|
10416
10416
|
}
|
|
10417
10417
|
}]
|
|
10418
10418
|
},
|
|
10419
|
-
{
|
|
10420
|
-
description: 'The native token of ZIGChain',
|
|
10421
|
-
denom_units: [
|
|
10422
|
-
{
|
|
10423
|
-
denom: 'ibc/4ABB59EC51905535CC63CD3B4B29D417CE1D27F924C8481B20F3AB3F8607D295',
|
|
10424
|
-
exponent: 0,
|
|
10425
|
-
aliases: ['uzig']
|
|
10426
|
-
},
|
|
10427
|
-
{
|
|
10428
|
-
denom: 'mzig',
|
|
10429
|
-
exponent: 3,
|
|
10430
|
-
aliases: ['millizig']
|
|
10431
|
-
},
|
|
10432
|
-
{
|
|
10433
|
-
denom: 'zig',
|
|
10434
|
-
exponent: 6
|
|
10435
|
-
}
|
|
10436
|
-
],
|
|
10437
|
-
type_asset: 'sdk.coin',
|
|
10438
|
-
base: 'ibc/4ABB59EC51905535CC63CD3B4B29D417CE1D27F924C8481B20F3AB3F8607D295',
|
|
10439
|
-
name: 'ZIG',
|
|
10440
|
-
display: 'zig',
|
|
10441
|
-
symbol: 'ZIG',
|
|
10442
|
-
coingecko_id: 'zignaly',
|
|
10443
|
-
keywords: [
|
|
10444
|
-
'zigchain',
|
|
10445
|
-
'rwa',
|
|
10446
|
-
'wealth generation infrastructure',
|
|
10447
|
-
'wasm'
|
|
10448
|
-
],
|
|
10449
|
-
logo_URIs: {
|
|
10450
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
10451
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
10452
|
-
},
|
|
10453
|
-
images: [{
|
|
10454
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
10455
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
10456
|
-
}],
|
|
10457
|
-
socials: {
|
|
10458
|
-
website: 'https://zigchain.com/',
|
|
10459
|
-
twitter: 'https://x.com/zigchain',
|
|
10460
|
-
telegram: 'https://t.me/ZignalyHQ',
|
|
10461
|
-
discord: 'https://discord.zignaly.com',
|
|
10462
|
-
medium: 'https://medium.com/zignaly'
|
|
10463
|
-
},
|
|
10464
|
-
traces: [{
|
|
10465
|
-
type: 'ibc',
|
|
10466
|
-
counterparty: {
|
|
10467
|
-
channel_id: 'channel-1',
|
|
10468
|
-
base_denom: 'uzig',
|
|
10469
|
-
chain_name: 'zigchain'
|
|
10470
|
-
},
|
|
10471
|
-
chain: {
|
|
10472
|
-
channel_id: 'channel-182'
|
|
10473
|
-
}
|
|
10474
|
-
}]
|
|
10475
|
-
},
|
|
10476
10419
|
{
|
|
10477
10420
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
10478
10421
|
denom_units: [{
|
|
@@ -20087,63 +20030,6 @@ const assets = {
|
|
|
20087
20030
|
}
|
|
20088
20031
|
}]
|
|
20089
20032
|
},
|
|
20090
|
-
{
|
|
20091
|
-
description: 'The native token of ZIGChain',
|
|
20092
|
-
denom_units: [
|
|
20093
|
-
{
|
|
20094
|
-
denom: 'ibc/4ABB59EC51905535CC63CD3B4B29D417CE1D27F924C8481B20F3AB3F8607D295',
|
|
20095
|
-
exponent: 0,
|
|
20096
|
-
aliases: ['uzig']
|
|
20097
|
-
},
|
|
20098
|
-
{
|
|
20099
|
-
denom: 'mzig',
|
|
20100
|
-
exponent: 3,
|
|
20101
|
-
aliases: ['millizig']
|
|
20102
|
-
},
|
|
20103
|
-
{
|
|
20104
|
-
denom: 'zig',
|
|
20105
|
-
exponent: 6
|
|
20106
|
-
}
|
|
20107
|
-
],
|
|
20108
|
-
type_asset: 'sdk.coin',
|
|
20109
|
-
base: 'ibc/4ABB59EC51905535CC63CD3B4B29D417CE1D27F924C8481B20F3AB3F8607D295',
|
|
20110
|
-
name: 'ZIG',
|
|
20111
|
-
display: 'zig',
|
|
20112
|
-
symbol: 'ZIG',
|
|
20113
|
-
coingecko_id: 'zignaly',
|
|
20114
|
-
keywords: [
|
|
20115
|
-
'zigchain',
|
|
20116
|
-
'rwa',
|
|
20117
|
-
'wealth generation infrastructure',
|
|
20118
|
-
'wasm'
|
|
20119
|
-
],
|
|
20120
|
-
logo_URIs: {
|
|
20121
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
20122
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
20123
|
-
},
|
|
20124
|
-
images: [{
|
|
20125
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
20126
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
20127
|
-
}],
|
|
20128
|
-
socials: {
|
|
20129
|
-
website: 'https://zigchain.com/',
|
|
20130
|
-
twitter: 'https://x.com/zigchain',
|
|
20131
|
-
telegram: 'https://t.me/ZignalyHQ',
|
|
20132
|
-
discord: 'https://discord.zignaly.com',
|
|
20133
|
-
medium: 'https://medium.com/zignaly'
|
|
20134
|
-
},
|
|
20135
|
-
traces: [{
|
|
20136
|
-
type: 'ibc',
|
|
20137
|
-
counterparty: {
|
|
20138
|
-
channel_id: 'channel-1',
|
|
20139
|
-
base_denom: 'uzig',
|
|
20140
|
-
chain_name: 'zigchain'
|
|
20141
|
-
},
|
|
20142
|
-
chain: {
|
|
20143
|
-
channel_id: 'channel-182'
|
|
20144
|
-
}
|
|
20145
|
-
}]
|
|
20146
|
-
},
|
|
20147
20033
|
{
|
|
20148
20034
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
20149
20035
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -12925,63 +12925,6 @@ const assets = {
|
|
|
12925
12925
|
}
|
|
12926
12926
|
}]
|
|
12927
12927
|
},
|
|
12928
|
-
{
|
|
12929
|
-
description: 'The native token of ZIGChain',
|
|
12930
|
-
denom_units: [
|
|
12931
|
-
{
|
|
12932
|
-
denom: 'ibc/1D09356C1867392EB98D1FADB0A84C91144F73497C810407B91D3EDBB035F003',
|
|
12933
|
-
exponent: 0,
|
|
12934
|
-
aliases: ['uzig']
|
|
12935
|
-
},
|
|
12936
|
-
{
|
|
12937
|
-
denom: 'mzig',
|
|
12938
|
-
exponent: 3,
|
|
12939
|
-
aliases: ['millizig']
|
|
12940
|
-
},
|
|
12941
|
-
{
|
|
12942
|
-
denom: 'zig',
|
|
12943
|
-
exponent: 6
|
|
12944
|
-
}
|
|
12945
|
-
],
|
|
12946
|
-
type_asset: 'sdk.coin',
|
|
12947
|
-
base: 'ibc/1D09356C1867392EB98D1FADB0A84C91144F73497C810407B91D3EDBB035F003',
|
|
12948
|
-
name: 'ZIG',
|
|
12949
|
-
display: 'zig',
|
|
12950
|
-
symbol: 'ZIG',
|
|
12951
|
-
coingecko_id: 'zignaly',
|
|
12952
|
-
keywords: [
|
|
12953
|
-
'zigchain',
|
|
12954
|
-
'rwa',
|
|
12955
|
-
'wealth generation infrastructure',
|
|
12956
|
-
'wasm'
|
|
12957
|
-
],
|
|
12958
|
-
logo_URIs: {
|
|
12959
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
12960
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
12961
|
-
},
|
|
12962
|
-
images: [{
|
|
12963
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
12964
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
12965
|
-
}],
|
|
12966
|
-
socials: {
|
|
12967
|
-
website: 'https://zigchain.com/',
|
|
12968
|
-
twitter: 'https://x.com/zigchain',
|
|
12969
|
-
telegram: 'https://t.me/ZignalyHQ',
|
|
12970
|
-
discord: 'https://discord.zignaly.com',
|
|
12971
|
-
medium: 'https://medium.com/zignaly'
|
|
12972
|
-
},
|
|
12973
|
-
traces: [{
|
|
12974
|
-
type: 'ibc',
|
|
12975
|
-
counterparty: {
|
|
12976
|
-
channel_id: 'channel-4',
|
|
12977
|
-
base_denom: 'uzig',
|
|
12978
|
-
chain_name: 'zigchain'
|
|
12979
|
-
},
|
|
12980
|
-
chain: {
|
|
12981
|
-
channel_id: 'channel-1555'
|
|
12982
|
-
}
|
|
12983
|
-
}]
|
|
12984
|
-
},
|
|
12985
12928
|
{
|
|
12986
12929
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
12987
12930
|
denom_units: [{
|
|
@@ -23557,63 +23500,6 @@ const assets = {
|
|
|
23557
23500
|
}
|
|
23558
23501
|
}]
|
|
23559
23502
|
},
|
|
23560
|
-
{
|
|
23561
|
-
description: 'The native token of ZIGChain',
|
|
23562
|
-
denom_units: [
|
|
23563
|
-
{
|
|
23564
|
-
denom: 'ibc/1D09356C1867392EB98D1FADB0A84C91144F73497C810407B91D3EDBB035F003',
|
|
23565
|
-
exponent: 0,
|
|
23566
|
-
aliases: ['uzig']
|
|
23567
|
-
},
|
|
23568
|
-
{
|
|
23569
|
-
denom: 'mzig',
|
|
23570
|
-
exponent: 3,
|
|
23571
|
-
aliases: ['millizig']
|
|
23572
|
-
},
|
|
23573
|
-
{
|
|
23574
|
-
denom: 'zig',
|
|
23575
|
-
exponent: 6
|
|
23576
|
-
}
|
|
23577
|
-
],
|
|
23578
|
-
type_asset: 'sdk.coin',
|
|
23579
|
-
base: 'ibc/1D09356C1867392EB98D1FADB0A84C91144F73497C810407B91D3EDBB035F003',
|
|
23580
|
-
name: 'ZIG',
|
|
23581
|
-
display: 'zig',
|
|
23582
|
-
symbol: 'ZIG',
|
|
23583
|
-
coingecko_id: 'zignaly',
|
|
23584
|
-
keywords: [
|
|
23585
|
-
'zigchain',
|
|
23586
|
-
'rwa',
|
|
23587
|
-
'wealth generation infrastructure',
|
|
23588
|
-
'wasm'
|
|
23589
|
-
],
|
|
23590
|
-
logo_URIs: {
|
|
23591
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
23592
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
23593
|
-
},
|
|
23594
|
-
images: [{
|
|
23595
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
23596
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
23597
|
-
}],
|
|
23598
|
-
socials: {
|
|
23599
|
-
website: 'https://zigchain.com/',
|
|
23600
|
-
twitter: 'https://x.com/zigchain',
|
|
23601
|
-
telegram: 'https://t.me/ZignalyHQ',
|
|
23602
|
-
discord: 'https://discord.zignaly.com',
|
|
23603
|
-
medium: 'https://medium.com/zignaly'
|
|
23604
|
-
},
|
|
23605
|
-
traces: [{
|
|
23606
|
-
type: 'ibc',
|
|
23607
|
-
counterparty: {
|
|
23608
|
-
channel_id: 'channel-4',
|
|
23609
|
-
base_denom: 'uzig',
|
|
23610
|
-
chain_name: 'zigchain'
|
|
23611
|
-
},
|
|
23612
|
-
chain: {
|
|
23613
|
-
channel_id: 'channel-1555'
|
|
23614
|
-
}
|
|
23615
|
-
}]
|
|
23616
|
-
},
|
|
23617
23503
|
{
|
|
23618
23504
|
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
23619
23505
|
denom_units: [{
|
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -1,6 +1,86 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'dungeon',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native staking and governance token of AtomOne',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatone']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atone',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
15
|
+
name: 'Atone',
|
|
16
|
+
display: 'atone',
|
|
17
|
+
symbol: 'ATONE',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
25
|
+
}],
|
|
26
|
+
type_asset: 'sdk.coin',
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://atom.one',
|
|
29
|
+
twitter: 'https://x.com/_atomone'
|
|
30
|
+
},
|
|
31
|
+
coingecko_id: 'atomone',
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-9',
|
|
36
|
+
base_denom: 'uatone',
|
|
37
|
+
chain_name: 'atomone'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-5310'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
description: 'The fee token of AtomOne',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['uphoton']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'photon',
|
|
52
|
+
exponent: 6
|
|
53
|
+
}],
|
|
54
|
+
base: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
55
|
+
name: 'Photon',
|
|
56
|
+
display: 'photon',
|
|
57
|
+
symbol: 'PHOTON',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
61
|
+
},
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
65
|
+
}],
|
|
66
|
+
type_asset: 'sdk.coin',
|
|
67
|
+
socials: {
|
|
68
|
+
website: 'https://atom.one',
|
|
69
|
+
twitter: 'https://x.com/_atomone'
|
|
70
|
+
},
|
|
71
|
+
coingecko_id: 'photon-2',
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'ibc',
|
|
74
|
+
counterparty: {
|
|
75
|
+
channel_id: 'channel-9',
|
|
76
|
+
base_denom: 'uphoton',
|
|
77
|
+
chain_name: 'atomone'
|
|
78
|
+
},
|
|
79
|
+
chain: {
|
|
80
|
+
channel_id: 'channel-5310'
|
|
81
|
+
}
|
|
82
|
+
}]
|
|
83
|
+
},
|
|
4
84
|
{
|
|
5
85
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
86
|
denom_units: [{
|
|
@@ -41,6 +121,86 @@ const assets = {
|
|
|
41
121
|
}
|
|
42
122
|
}]
|
|
43
123
|
},
|
|
124
|
+
{
|
|
125
|
+
description: 'The native staking and governance token of AtomOne',
|
|
126
|
+
denom_units: [{
|
|
127
|
+
denom: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
128
|
+
exponent: 0,
|
|
129
|
+
aliases: ['uatone']
|
|
130
|
+
}, {
|
|
131
|
+
denom: 'atone',
|
|
132
|
+
exponent: 6
|
|
133
|
+
}],
|
|
134
|
+
base: 'ibc/295196BD505E32B9679BA0CFDB70B4FF2AADE80A3B73A2F234284D7A709844DA',
|
|
135
|
+
name: 'Atone',
|
|
136
|
+
display: 'atone',
|
|
137
|
+
symbol: 'ATONE',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
socials: {
|
|
148
|
+
website: 'https://atom.one',
|
|
149
|
+
twitter: 'https://x.com/_atomone'
|
|
150
|
+
},
|
|
151
|
+
coingecko_id: 'atomone',
|
|
152
|
+
traces: [{
|
|
153
|
+
type: 'ibc',
|
|
154
|
+
counterparty: {
|
|
155
|
+
channel_id: 'channel-9',
|
|
156
|
+
base_denom: 'uatone',
|
|
157
|
+
chain_name: 'atomone'
|
|
158
|
+
},
|
|
159
|
+
chain: {
|
|
160
|
+
channel_id: 'channel-5310'
|
|
161
|
+
}
|
|
162
|
+
}]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
description: 'The fee token of AtomOne',
|
|
166
|
+
denom_units: [{
|
|
167
|
+
denom: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['uphoton']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'photon',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
base: 'ibc/BD2C670DB4465BCB862F988EF4FD7595C56AE2ECB9CC9EF14AF7A776091E88AE',
|
|
175
|
+
name: 'Photon',
|
|
176
|
+
display: 'photon',
|
|
177
|
+
symbol: 'PHOTON',
|
|
178
|
+
logo_URIs: {
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
181
|
+
},
|
|
182
|
+
images: [{
|
|
183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
185
|
+
}],
|
|
186
|
+
type_asset: 'sdk.coin',
|
|
187
|
+
socials: {
|
|
188
|
+
website: 'https://atom.one',
|
|
189
|
+
twitter: 'https://x.com/_atomone'
|
|
190
|
+
},
|
|
191
|
+
coingecko_id: 'photon-2',
|
|
192
|
+
traces: [{
|
|
193
|
+
type: 'ibc',
|
|
194
|
+
counterparty: {
|
|
195
|
+
channel_id: 'channel-9',
|
|
196
|
+
base_denom: 'uphoton',
|
|
197
|
+
chain_name: 'atomone'
|
|
198
|
+
},
|
|
199
|
+
chain: {
|
|
200
|
+
channel_id: 'channel-5310'
|
|
201
|
+
}
|
|
202
|
+
}]
|
|
203
|
+
},
|
|
44
204
|
{
|
|
45
205
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
46
206
|
denom_units: [{
|
|
@@ -33,7 +33,7 @@ const assets = {
|
|
|
33
33
|
traces: [{
|
|
34
34
|
type: 'ibc',
|
|
35
35
|
counterparty: {
|
|
36
|
-
channel_id: 'channel-
|
|
36
|
+
channel_id: 'channel-107392',
|
|
37
37
|
base_denom: 'uosmo',
|
|
38
38
|
chain_name: 'osmosis'
|
|
39
39
|
},
|
|
@@ -74,7 +74,7 @@ const assets = {
|
|
|
74
74
|
traces: [{
|
|
75
75
|
type: 'ibc',
|
|
76
76
|
counterparty: {
|
|
77
|
-
channel_id: 'channel-
|
|
77
|
+
channel_id: 'channel-107392',
|
|
78
78
|
base_denom: 'uion',
|
|
79
79
|
chain_name: 'osmosis'
|
|
80
80
|
},
|
|
@@ -115,7 +115,7 @@ const assets = {
|
|
|
115
115
|
traces: [{
|
|
116
116
|
type: 'ibc',
|
|
117
117
|
counterparty: {
|
|
118
|
-
channel_id: 'channel-
|
|
118
|
+
channel_id: 'channel-107392',
|
|
119
119
|
base_denom: 'uosmo',
|
|
120
120
|
chain_name: 'osmosis'
|
|
121
121
|
},
|
|
@@ -156,7 +156,7 @@ const assets = {
|
|
|
156
156
|
traces: [{
|
|
157
157
|
type: 'ibc',
|
|
158
158
|
counterparty: {
|
|
159
|
-
channel_id: 'channel-
|
|
159
|
+
channel_id: 'channel-107392',
|
|
160
160
|
base_denom: 'uion',
|
|
161
161
|
chain_name: 'osmosis'
|
|
162
162
|
},
|