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