@chain-registry/assets 1.70.75 → 1.70.76
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/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/osmosistestnet.js +168 -0
- package/esm/testnet/titannettestnet.js +154 -0
- package/index.d.ts +1 -1
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/osmosistestnet.js +168 -0
- package/testnet/titannettestnet.d.ts +3 -0
- package/testnet/titannettestnet.js +156 -0
package/esm/testnet/assets.js
CHANGED
|
@@ -36,7 +36,8 @@ import _swisstroniktestnet from './swisstroniktestnet';
|
|
|
36
36
|
import _symphonytestnet from './symphonytestnet';
|
|
37
37
|
import _synternettestnet from './synternettestnet';
|
|
38
38
|
import _terra2testnet from './terra2testnet';
|
|
39
|
+
import _titannettestnet from './titannettestnet';
|
|
39
40
|
import _titantestnet from './titantestnet';
|
|
40
41
|
import _xiontestnet from './xiontestnet';
|
|
41
|
-
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titantestnet, _xiontestnet];
|
|
42
|
+
const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _xiontestnet];
|
|
42
43
|
export default assets;
|
package/esm/testnet/index.js
CHANGED
|
@@ -36,5 +36,6 @@ export * as swisstroniktestnet from './swisstroniktestnet';
|
|
|
36
36
|
export * as symphonytestnet from './symphonytestnet';
|
|
37
37
|
export * as synternettestnet from './synternettestnet';
|
|
38
38
|
export * as terra2testnet from './terra2testnet';
|
|
39
|
+
export * as titannettestnet from './titannettestnet';
|
|
39
40
|
export * as titantestnet from './titantestnet';
|
|
40
41
|
export * as xiontestnet from './xiontestnet';
|
|
@@ -1801,6 +1801,90 @@ const assets = {
|
|
|
1801
1801
|
}
|
|
1802
1802
|
}]
|
|
1803
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
1806
|
+
denom_units: [{
|
|
1807
|
+
denom: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
1808
|
+
exponent: 0,
|
|
1809
|
+
aliases: ['uttnt']
|
|
1810
|
+
}, {
|
|
1811
|
+
denom: 'ttnt',
|
|
1812
|
+
exponent: 6
|
|
1813
|
+
}],
|
|
1814
|
+
base: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
1815
|
+
name: 'Titan Testnet TTNT',
|
|
1816
|
+
display: 'ttnt',
|
|
1817
|
+
symbol: 'TTNT',
|
|
1818
|
+
logo_URIs: {
|
|
1819
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
1820
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
1821
|
+
},
|
|
1822
|
+
images: [{
|
|
1823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
1824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
1825
|
+
theme: {
|
|
1826
|
+
primary_color_hex: '#272d45'
|
|
1827
|
+
}
|
|
1828
|
+
}],
|
|
1829
|
+
socials: {
|
|
1830
|
+
website: 'https://titannet.io',
|
|
1831
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
1832
|
+
},
|
|
1833
|
+
type_asset: 'sdk.coin',
|
|
1834
|
+
traces: [{
|
|
1835
|
+
type: 'ibc',
|
|
1836
|
+
counterparty: {
|
|
1837
|
+
channel_id: 'channel-5',
|
|
1838
|
+
base_denom: 'uttnt',
|
|
1839
|
+
chain_name: 'titannettestnet'
|
|
1840
|
+
},
|
|
1841
|
+
chain: {
|
|
1842
|
+
channel_id: 'channel-9941'
|
|
1843
|
+
}
|
|
1844
|
+
}]
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
1848
|
+
denom_units: [{
|
|
1849
|
+
denom: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
1850
|
+
exponent: 0,
|
|
1851
|
+
aliases: ['utnt4']
|
|
1852
|
+
}, {
|
|
1853
|
+
denom: 'tnt4',
|
|
1854
|
+
exponent: 2
|
|
1855
|
+
}],
|
|
1856
|
+
base: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
1857
|
+
name: 'Titan Testnet TNT4',
|
|
1858
|
+
display: 'tnt4',
|
|
1859
|
+
symbol: 'TNT4',
|
|
1860
|
+
logo_URIs: {
|
|
1861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
1862
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
1863
|
+
},
|
|
1864
|
+
images: [{
|
|
1865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
1866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
1867
|
+
theme: {
|
|
1868
|
+
primary_color_hex: '#272d45'
|
|
1869
|
+
}
|
|
1870
|
+
}],
|
|
1871
|
+
socials: {
|
|
1872
|
+
website: 'https://titannet.io',
|
|
1873
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
1874
|
+
},
|
|
1875
|
+
type_asset: 'sdk.coin',
|
|
1876
|
+
traces: [{
|
|
1877
|
+
type: 'ibc',
|
|
1878
|
+
counterparty: {
|
|
1879
|
+
channel_id: 'channel-5',
|
|
1880
|
+
base_denom: 'utnt4',
|
|
1881
|
+
chain_name: 'titannettestnet'
|
|
1882
|
+
},
|
|
1883
|
+
chain: {
|
|
1884
|
+
channel_id: 'channel-9941'
|
|
1885
|
+
}
|
|
1886
|
+
}]
|
|
1887
|
+
},
|
|
1804
1888
|
{
|
|
1805
1889
|
description: 'The native token of the Titan network.',
|
|
1806
1890
|
denom_units: [
|
|
@@ -2377,6 +2461,90 @@ const assets = {
|
|
|
2377
2461
|
}
|
|
2378
2462
|
}]
|
|
2379
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
2466
|
+
denom_units: [{
|
|
2467
|
+
denom: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
2468
|
+
exponent: 0,
|
|
2469
|
+
aliases: ['uttnt']
|
|
2470
|
+
}, {
|
|
2471
|
+
denom: 'ttnt',
|
|
2472
|
+
exponent: 6
|
|
2473
|
+
}],
|
|
2474
|
+
base: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
2475
|
+
name: 'Titan Testnet TTNT',
|
|
2476
|
+
display: 'ttnt',
|
|
2477
|
+
symbol: 'TTNT',
|
|
2478
|
+
logo_URIs: {
|
|
2479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
2480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
2481
|
+
},
|
|
2482
|
+
images: [{
|
|
2483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
2484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
2485
|
+
theme: {
|
|
2486
|
+
primary_color_hex: '#272d45'
|
|
2487
|
+
}
|
|
2488
|
+
}],
|
|
2489
|
+
socials: {
|
|
2490
|
+
website: 'https://titannet.io',
|
|
2491
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
2492
|
+
},
|
|
2493
|
+
type_asset: 'sdk.coin',
|
|
2494
|
+
traces: [{
|
|
2495
|
+
type: 'ibc',
|
|
2496
|
+
counterparty: {
|
|
2497
|
+
channel_id: 'channel-5',
|
|
2498
|
+
base_denom: 'uttnt',
|
|
2499
|
+
chain_name: 'titannettestnet'
|
|
2500
|
+
},
|
|
2501
|
+
chain: {
|
|
2502
|
+
channel_id: 'channel-9941'
|
|
2503
|
+
}
|
|
2504
|
+
}]
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
2508
|
+
denom_units: [{
|
|
2509
|
+
denom: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
2510
|
+
exponent: 0,
|
|
2511
|
+
aliases: ['utnt4']
|
|
2512
|
+
}, {
|
|
2513
|
+
denom: 'tnt4',
|
|
2514
|
+
exponent: 2
|
|
2515
|
+
}],
|
|
2516
|
+
base: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
2517
|
+
name: 'Titan Testnet TNT4',
|
|
2518
|
+
display: 'tnt4',
|
|
2519
|
+
symbol: 'TNT4',
|
|
2520
|
+
logo_URIs: {
|
|
2521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
2522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
2523
|
+
},
|
|
2524
|
+
images: [{
|
|
2525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
2526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
2527
|
+
theme: {
|
|
2528
|
+
primary_color_hex: '#272d45'
|
|
2529
|
+
}
|
|
2530
|
+
}],
|
|
2531
|
+
socials: {
|
|
2532
|
+
website: 'https://titannet.io',
|
|
2533
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
2534
|
+
},
|
|
2535
|
+
type_asset: 'sdk.coin',
|
|
2536
|
+
traces: [{
|
|
2537
|
+
type: 'ibc',
|
|
2538
|
+
counterparty: {
|
|
2539
|
+
channel_id: 'channel-5',
|
|
2540
|
+
base_denom: 'utnt4',
|
|
2541
|
+
chain_name: 'titannettestnet'
|
|
2542
|
+
},
|
|
2543
|
+
chain: {
|
|
2544
|
+
channel_id: 'channel-9941'
|
|
2545
|
+
}
|
|
2546
|
+
}]
|
|
2547
|
+
},
|
|
2380
2548
|
{
|
|
2381
2549
|
description: 'The native token of the Titan network.',
|
|
2382
2550
|
denom_units: [
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'titannettestnet',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6,
|
|
13
|
+
aliases: []
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
17
|
+
name: 'Osmosis Testnet',
|
|
18
|
+
display: 'osmo',
|
|
19
|
+
symbol: 'OSMO',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
27
|
+
}],
|
|
28
|
+
coingecko_id: 'osmosis',
|
|
29
|
+
keywords: ['dex', 'staking'],
|
|
30
|
+
traces: [{
|
|
31
|
+
type: 'ibc',
|
|
32
|
+
counterparty: {
|
|
33
|
+
channel_id: 'channel-9941',
|
|
34
|
+
base_denom: 'uosmo',
|
|
35
|
+
chain_name: 'osmosistestnet'
|
|
36
|
+
},
|
|
37
|
+
chain: {
|
|
38
|
+
channel_id: 'channel-5'
|
|
39
|
+
}
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['uion']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'ion',
|
|
49
|
+
exponent: 6
|
|
50
|
+
}],
|
|
51
|
+
type_asset: 'sdk.coin',
|
|
52
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
53
|
+
name: 'Ion',
|
|
54
|
+
display: 'ion',
|
|
55
|
+
symbol: 'ION',
|
|
56
|
+
logo_URIs: {
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
59
|
+
},
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
63
|
+
}],
|
|
64
|
+
coingecko_id: 'ion',
|
|
65
|
+
keywords: ['memecoin'],
|
|
66
|
+
traces: [{
|
|
67
|
+
type: 'ibc',
|
|
68
|
+
counterparty: {
|
|
69
|
+
channel_id: 'channel-9941',
|
|
70
|
+
base_denom: 'uion',
|
|
71
|
+
chain_name: 'osmosistestnet'
|
|
72
|
+
},
|
|
73
|
+
chain: {
|
|
74
|
+
channel_id: 'channel-5'
|
|
75
|
+
}
|
|
76
|
+
}]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
description: 'The native token of Osmosis',
|
|
80
|
+
denom_units: [{
|
|
81
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
82
|
+
exponent: 0,
|
|
83
|
+
aliases: ['uosmo']
|
|
84
|
+
}, {
|
|
85
|
+
denom: 'osmo',
|
|
86
|
+
exponent: 6,
|
|
87
|
+
aliases: []
|
|
88
|
+
}],
|
|
89
|
+
type_asset: 'sdk.coin',
|
|
90
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
91
|
+
name: 'Osmosis Testnet',
|
|
92
|
+
display: 'osmo',
|
|
93
|
+
symbol: 'OSMO',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
101
|
+
}],
|
|
102
|
+
coingecko_id: 'osmosis',
|
|
103
|
+
keywords: ['dex', 'staking'],
|
|
104
|
+
traces: [{
|
|
105
|
+
type: 'ibc',
|
|
106
|
+
counterparty: {
|
|
107
|
+
channel_id: 'channel-9941',
|
|
108
|
+
base_denom: 'uosmo',
|
|
109
|
+
chain_name: 'osmosistestnet'
|
|
110
|
+
},
|
|
111
|
+
chain: {
|
|
112
|
+
channel_id: 'channel-5'
|
|
113
|
+
}
|
|
114
|
+
}]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
denom_units: [{
|
|
118
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
119
|
+
exponent: 0,
|
|
120
|
+
aliases: ['uion']
|
|
121
|
+
}, {
|
|
122
|
+
denom: 'ion',
|
|
123
|
+
exponent: 6
|
|
124
|
+
}],
|
|
125
|
+
type_asset: 'sdk.coin',
|
|
126
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
127
|
+
name: 'Ion',
|
|
128
|
+
display: 'ion',
|
|
129
|
+
symbol: 'ION',
|
|
130
|
+
logo_URIs: {
|
|
131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
133
|
+
},
|
|
134
|
+
images: [{
|
|
135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
137
|
+
}],
|
|
138
|
+
coingecko_id: 'ion',
|
|
139
|
+
keywords: ['memecoin'],
|
|
140
|
+
traces: [{
|
|
141
|
+
type: 'ibc',
|
|
142
|
+
counterparty: {
|
|
143
|
+
channel_id: 'channel-9941',
|
|
144
|
+
base_denom: 'uion',
|
|
145
|
+
chain_name: 'osmosistestnet'
|
|
146
|
+
},
|
|
147
|
+
chain: {
|
|
148
|
+
channel_id: 'channel-5'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
};
|
|
154
|
+
export default assets;
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.76",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.43",
|
|
33
|
+
"chain-registry": "^1.69.76"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.43"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "784bf3ee18321bce107139639fcc1248efad70c9"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -41,7 +41,8 @@ const swisstroniktestnet_1 = __importDefault(require("./swisstroniktestnet"));
|
|
|
41
41
|
const symphonytestnet_1 = __importDefault(require("./symphonytestnet"));
|
|
42
42
|
const synternettestnet_1 = __importDefault(require("./synternettestnet"));
|
|
43
43
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
44
|
+
const titannettestnet_1 = __importDefault(require("./titannettestnet"));
|
|
44
45
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
45
46
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
46
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
47
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
47
48
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -36,5 +36,6 @@ export * as swisstroniktestnet from './swisstroniktestnet';
|
|
|
36
36
|
export * as symphonytestnet from './symphonytestnet';
|
|
37
37
|
export * as synternettestnet from './synternettestnet';
|
|
38
38
|
export * as terra2testnet from './terra2testnet';
|
|
39
|
+
export * as titannettestnet from './titannettestnet';
|
|
39
40
|
export * as titantestnet from './titantestnet';
|
|
40
41
|
export * as xiontestnet from './xiontestnet';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xiontestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -62,5 +62,6 @@ exports.swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
|
62
62
|
exports.symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
63
63
|
exports.synternettestnet = __importStar(require("./synternettestnet"));
|
|
64
64
|
exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
65
|
+
exports.titannettestnet = __importStar(require("./titannettestnet"));
|
|
65
66
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
66
67
|
exports.xiontestnet = __importStar(require("./xiontestnet"));
|
|
@@ -1803,6 +1803,90 @@ const assets = {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
}]
|
|
1805
1805
|
},
|
|
1806
|
+
{
|
|
1807
|
+
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
1808
|
+
denom_units: [{
|
|
1809
|
+
denom: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
1810
|
+
exponent: 0,
|
|
1811
|
+
aliases: ['uttnt']
|
|
1812
|
+
}, {
|
|
1813
|
+
denom: 'ttnt',
|
|
1814
|
+
exponent: 6
|
|
1815
|
+
}],
|
|
1816
|
+
base: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
1817
|
+
name: 'Titan Testnet TTNT',
|
|
1818
|
+
display: 'ttnt',
|
|
1819
|
+
symbol: 'TTNT',
|
|
1820
|
+
logo_URIs: {
|
|
1821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
1822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
1823
|
+
},
|
|
1824
|
+
images: [{
|
|
1825
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
1826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
1827
|
+
theme: {
|
|
1828
|
+
primary_color_hex: '#272d45'
|
|
1829
|
+
}
|
|
1830
|
+
}],
|
|
1831
|
+
socials: {
|
|
1832
|
+
website: 'https://titannet.io',
|
|
1833
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
1834
|
+
},
|
|
1835
|
+
type_asset: 'sdk.coin',
|
|
1836
|
+
traces: [{
|
|
1837
|
+
type: 'ibc',
|
|
1838
|
+
counterparty: {
|
|
1839
|
+
channel_id: 'channel-5',
|
|
1840
|
+
base_denom: 'uttnt',
|
|
1841
|
+
chain_name: 'titannettestnet'
|
|
1842
|
+
},
|
|
1843
|
+
chain: {
|
|
1844
|
+
channel_id: 'channel-9941'
|
|
1845
|
+
}
|
|
1846
|
+
}]
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
1850
|
+
denom_units: [{
|
|
1851
|
+
denom: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
1852
|
+
exponent: 0,
|
|
1853
|
+
aliases: ['utnt4']
|
|
1854
|
+
}, {
|
|
1855
|
+
denom: 'tnt4',
|
|
1856
|
+
exponent: 2
|
|
1857
|
+
}],
|
|
1858
|
+
base: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
1859
|
+
name: 'Titan Testnet TNT4',
|
|
1860
|
+
display: 'tnt4',
|
|
1861
|
+
symbol: 'TNT4',
|
|
1862
|
+
logo_URIs: {
|
|
1863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
1864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
1865
|
+
},
|
|
1866
|
+
images: [{
|
|
1867
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
1868
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
1869
|
+
theme: {
|
|
1870
|
+
primary_color_hex: '#272d45'
|
|
1871
|
+
}
|
|
1872
|
+
}],
|
|
1873
|
+
socials: {
|
|
1874
|
+
website: 'https://titannet.io',
|
|
1875
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
1876
|
+
},
|
|
1877
|
+
type_asset: 'sdk.coin',
|
|
1878
|
+
traces: [{
|
|
1879
|
+
type: 'ibc',
|
|
1880
|
+
counterparty: {
|
|
1881
|
+
channel_id: 'channel-5',
|
|
1882
|
+
base_denom: 'utnt4',
|
|
1883
|
+
chain_name: 'titannettestnet'
|
|
1884
|
+
},
|
|
1885
|
+
chain: {
|
|
1886
|
+
channel_id: 'channel-9941'
|
|
1887
|
+
}
|
|
1888
|
+
}]
|
|
1889
|
+
},
|
|
1806
1890
|
{
|
|
1807
1891
|
description: 'The native token of the Titan network.',
|
|
1808
1892
|
denom_units: [
|
|
@@ -2379,6 +2463,90 @@ const assets = {
|
|
|
2379
2463
|
}
|
|
2380
2464
|
}]
|
|
2381
2465
|
},
|
|
2466
|
+
{
|
|
2467
|
+
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
2468
|
+
denom_units: [{
|
|
2469
|
+
denom: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
2470
|
+
exponent: 0,
|
|
2471
|
+
aliases: ['uttnt']
|
|
2472
|
+
}, {
|
|
2473
|
+
denom: 'ttnt',
|
|
2474
|
+
exponent: 6
|
|
2475
|
+
}],
|
|
2476
|
+
base: 'ibc/C46DB64CBA325B311FA2595F70B2C99DAA4CE86483F28213AC81838E754E5DF0',
|
|
2477
|
+
name: 'Titan Testnet TTNT',
|
|
2478
|
+
display: 'ttnt',
|
|
2479
|
+
symbol: 'TTNT',
|
|
2480
|
+
logo_URIs: {
|
|
2481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
2482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
2483
|
+
},
|
|
2484
|
+
images: [{
|
|
2485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
2486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
2487
|
+
theme: {
|
|
2488
|
+
primary_color_hex: '#272d45'
|
|
2489
|
+
}
|
|
2490
|
+
}],
|
|
2491
|
+
socials: {
|
|
2492
|
+
website: 'https://titannet.io',
|
|
2493
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
2494
|
+
},
|
|
2495
|
+
type_asset: 'sdk.coin',
|
|
2496
|
+
traces: [{
|
|
2497
|
+
type: 'ibc',
|
|
2498
|
+
counterparty: {
|
|
2499
|
+
channel_id: 'channel-5',
|
|
2500
|
+
base_denom: 'uttnt',
|
|
2501
|
+
chain_name: 'titannettestnet'
|
|
2502
|
+
},
|
|
2503
|
+
chain: {
|
|
2504
|
+
channel_id: 'channel-9941'
|
|
2505
|
+
}
|
|
2506
|
+
}]
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
2510
|
+
denom_units: [{
|
|
2511
|
+
denom: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
2512
|
+
exponent: 0,
|
|
2513
|
+
aliases: ['utnt4']
|
|
2514
|
+
}, {
|
|
2515
|
+
denom: 'tnt4',
|
|
2516
|
+
exponent: 2
|
|
2517
|
+
}],
|
|
2518
|
+
base: 'ibc/1CAED08A9A93AE357DDF458058FFDD7C9CC70EF67C0E4C2375B8E4414AAE2686',
|
|
2519
|
+
name: 'Titan Testnet TNT4',
|
|
2520
|
+
display: 'tnt4',
|
|
2521
|
+
symbol: 'TNT4',
|
|
2522
|
+
logo_URIs: {
|
|
2523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
2524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
2525
|
+
},
|
|
2526
|
+
images: [{
|
|
2527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
2528
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
2529
|
+
theme: {
|
|
2530
|
+
primary_color_hex: '#272d45'
|
|
2531
|
+
}
|
|
2532
|
+
}],
|
|
2533
|
+
socials: {
|
|
2534
|
+
website: 'https://titannet.io',
|
|
2535
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
2536
|
+
},
|
|
2537
|
+
type_asset: 'sdk.coin',
|
|
2538
|
+
traces: [{
|
|
2539
|
+
type: 'ibc',
|
|
2540
|
+
counterparty: {
|
|
2541
|
+
channel_id: 'channel-5',
|
|
2542
|
+
base_denom: 'utnt4',
|
|
2543
|
+
chain_name: 'titannettestnet'
|
|
2544
|
+
},
|
|
2545
|
+
chain: {
|
|
2546
|
+
channel_id: 'channel-9941'
|
|
2547
|
+
}
|
|
2548
|
+
}]
|
|
2549
|
+
},
|
|
2382
2550
|
{
|
|
2383
2551
|
description: 'The native token of the Titan network.',
|
|
2384
2552
|
denom_units: [
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'titannettestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6,
|
|
15
|
+
aliases: []
|
|
16
|
+
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
20
|
+
display: 'osmo',
|
|
21
|
+
symbol: 'OSMO',
|
|
22
|
+
logo_URIs: {
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
25
|
+
},
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-9941',
|
|
36
|
+
base_denom: 'uosmo',
|
|
37
|
+
chain_name: 'osmosistestnet'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-5'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['uion']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'ion',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
55
|
+
name: 'Ion',
|
|
56
|
+
display: 'ion',
|
|
57
|
+
symbol: 'ION',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
61
|
+
},
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
|
+
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-9941',
|
|
72
|
+
base_denom: 'uion',
|
|
73
|
+
chain_name: 'osmosistestnet'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-5'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'The native token of Osmosis',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['uosmo']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'osmo',
|
|
88
|
+
exponent: 6,
|
|
89
|
+
aliases: []
|
|
90
|
+
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
92
|
+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
94
|
+
display: 'osmo',
|
|
95
|
+
symbol: 'OSMO',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
103
|
+
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'ibc',
|
|
108
|
+
counterparty: {
|
|
109
|
+
channel_id: 'channel-9941',
|
|
110
|
+
base_denom: 'uosmo',
|
|
111
|
+
chain_name: 'osmosistestnet'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-5'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
denom_units: [{
|
|
120
|
+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
121
|
+
exponent: 0,
|
|
122
|
+
aliases: ['uion']
|
|
123
|
+
}, {
|
|
124
|
+
denom: 'ion',
|
|
125
|
+
exponent: 6
|
|
126
|
+
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
128
|
+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
|
|
129
|
+
name: 'Ion',
|
|
130
|
+
display: 'ion',
|
|
131
|
+
symbol: 'ION',
|
|
132
|
+
logo_URIs: {
|
|
133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
135
|
+
},
|
|
136
|
+
images: [{
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
139
|
+
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
142
|
+
traces: [{
|
|
143
|
+
type: 'ibc',
|
|
144
|
+
counterparty: {
|
|
145
|
+
channel_id: 'channel-9941',
|
|
146
|
+
base_denom: 'uion',
|
|
147
|
+
chain_name: 'osmosistestnet'
|
|
148
|
+
},
|
|
149
|
+
chain: {
|
|
150
|
+
channel_id: 'channel-5'
|
|
151
|
+
}
|
|
152
|
+
}]
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
};
|
|
156
|
+
exports.default = assets;
|