chain-registry 1.69.115 → 1.69.117
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/mantrachain/assets.js +43 -0
- package/esm/mainnet/mantrachain/chain.js +18 -5
- package/esm/mainnet/pryzm/assets.js +273 -0
- package/esm/mainnet/pryzm/chain.js +6 -6
- package/esm/mainnet/terra/chain.js +12 -0
- package/esm/mainnet/umee/chain.js +0 -16
- package/esm/noncosmos/ethereumtestnet/assets.js +4 -4
- package/esm/testnet/assets.js +4 -0
- package/esm/testnet/autheotestnet/assets.js +26 -0
- package/esm/testnet/autheotestnet/chain.js +76 -0
- package/esm/testnet/autheotestnet/index.js +4 -0
- package/esm/testnet/chains.js +4 -0
- package/esm/testnet/desmostestnet/assets.js +8 -0
- package/esm/testnet/iopntestnet/assets.js +26 -0
- package/esm/testnet/iopntestnet/chain.js +76 -0
- package/esm/testnet/iopntestnet/index.js +4 -0
- package/esm/testnet/junotestnet/assets.js +8 -0
- package/esm/testnet/kichaintestnet/assets.js +8 -0
- package/esm/testnet/manifesttestnet/chain.js +14 -0
- package/esm/testnet/mantrachaintestnet2/assets.js +4 -4
- package/esm/testnet/mantrachaintestnet2/chain.js +14 -5
- package/esm/testnet/named.js +2 -0
- package/mainnet/mantrachain/assets.js +43 -0
- package/mainnet/mantrachain/chain.js +18 -5
- package/mainnet/pryzm/assets.js +273 -0
- package/mainnet/pryzm/chain.js +6 -6
- package/mainnet/terra/chain.js +12 -0
- package/mainnet/umee/chain.js +0 -16
- package/noncosmos/ethereumtestnet/assets.js +4 -4
- package/package.json +4 -4
- package/testnet/assets.js +4 -0
- package/testnet/autheotestnet/assets.d.ts +3 -0
- package/testnet/autheotestnet/assets.js +28 -0
- package/testnet/autheotestnet/chain.d.ts +3 -0
- package/testnet/autheotestnet/chain.js +78 -0
- package/testnet/autheotestnet/index.d.ts +2 -0
- package/testnet/autheotestnet/index.js +10 -0
- package/testnet/chains.js +4 -0
- package/testnet/desmostestnet/assets.js +8 -0
- package/testnet/iopntestnet/assets.d.ts +3 -0
- package/testnet/iopntestnet/assets.js +28 -0
- package/testnet/iopntestnet/chain.d.ts +3 -0
- package/testnet/iopntestnet/chain.js +78 -0
- package/testnet/iopntestnet/index.d.ts +2 -0
- package/testnet/iopntestnet/index.js +10 -0
- package/testnet/junotestnet/assets.js +8 -0
- package/testnet/kichaintestnet/assets.js +8 -0
- package/testnet/manifesttestnet/chain.js +14 -0
- package/testnet/mantrachaintestnet2/assets.js +4 -4
- package/testnet/mantrachaintestnet2/chain.js +14 -5
- package/testnet/named.d.ts +2 -0
- package/testnet/named.js +5 -3
|
@@ -232,6 +232,49 @@ const info = {
|
|
|
232
232
|
primary_color_hex: '#272d45'
|
|
233
233
|
}
|
|
234
234
|
}]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
description: 'The native token of Stargaze',
|
|
238
|
+
denom_units: [{
|
|
239
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
240
|
+
exponent: 0,
|
|
241
|
+
aliases: ['ustars']
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'stars',
|
|
244
|
+
exponent: 6
|
|
245
|
+
}],
|
|
246
|
+
type_asset: 'ics20',
|
|
247
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
248
|
+
name: 'Stargaze',
|
|
249
|
+
display: 'stars',
|
|
250
|
+
symbol: 'STARS',
|
|
251
|
+
traces: [{
|
|
252
|
+
type: 'ibc',
|
|
253
|
+
counterparty: {
|
|
254
|
+
chain_name: 'stargaze',
|
|
255
|
+
base_denom: 'ustars',
|
|
256
|
+
channel_id: 'channel-406'
|
|
257
|
+
},
|
|
258
|
+
chain: {
|
|
259
|
+
channel_id: 'channel-4',
|
|
260
|
+
path: 'transfer/channel-4/ustars'
|
|
261
|
+
}
|
|
262
|
+
}],
|
|
263
|
+
logo_URIs: {
|
|
264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
266
|
+
},
|
|
267
|
+
images: [{
|
|
268
|
+
image_sync: {
|
|
269
|
+
chain_name: 'stargaze',
|
|
270
|
+
base_denom: 'ustars'
|
|
271
|
+
},
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
274
|
+
theme: {
|
|
275
|
+
primary_color_hex: '#db2777'
|
|
276
|
+
}
|
|
277
|
+
}]
|
|
235
278
|
}
|
|
236
279
|
]
|
|
237
280
|
};
|
|
@@ -27,19 +27,32 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: [
|
|
30
|
+
recommended_version: 'v1.0.3',
|
|
31
|
+
compatible_versions: [
|
|
32
|
+
'v1.0.3',
|
|
33
|
+
'v1.0.1',
|
|
34
|
+
'v1.0.0',
|
|
35
|
+
'v1.0.0-rc3'
|
|
36
|
+
],
|
|
32
37
|
consensus: {
|
|
33
38
|
type: 'cometbft',
|
|
34
|
-
version: '
|
|
39
|
+
version: 'v0.38.15'
|
|
35
40
|
},
|
|
36
41
|
sdk: {
|
|
37
42
|
type: 'cosmos',
|
|
38
|
-
version: '
|
|
43
|
+
version: 'v0.50.8',
|
|
44
|
+
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk'
|
|
39
45
|
},
|
|
40
46
|
cosmwasm: {
|
|
41
|
-
version: '
|
|
47
|
+
version: 'v0.53.0',
|
|
42
48
|
enabled: true
|
|
49
|
+
},
|
|
50
|
+
ibc: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
version: 'v8.5.1'
|
|
53
|
+
},
|
|
54
|
+
genesis: {
|
|
55
|
+
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-1/genesis.json'
|
|
43
56
|
}
|
|
44
57
|
},
|
|
45
58
|
apis: {
|
|
@@ -532,6 +532,49 @@ const info = {
|
|
|
532
532
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
533
533
|
}]
|
|
534
534
|
},
|
|
535
|
+
{
|
|
536
|
+
description: 'Ondo Finance\'s US Dollar Yield',
|
|
537
|
+
denom_units: [{
|
|
538
|
+
denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
539
|
+
exponent: 0,
|
|
540
|
+
aliases: ['ausdy']
|
|
541
|
+
}, {
|
|
542
|
+
denom: 'usdy',
|
|
543
|
+
exponent: 18
|
|
544
|
+
}],
|
|
545
|
+
type_asset: 'ics20',
|
|
546
|
+
base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
|
|
547
|
+
name: 'USDY',
|
|
548
|
+
display: 'usdy',
|
|
549
|
+
symbol: 'USDY',
|
|
550
|
+
traces: [{
|
|
551
|
+
type: 'ibc',
|
|
552
|
+
counterparty: {
|
|
553
|
+
chain_name: 'noble',
|
|
554
|
+
base_denom: 'ausdy',
|
|
555
|
+
channel_id: 'channel-79'
|
|
556
|
+
},
|
|
557
|
+
chain: {
|
|
558
|
+
channel_id: 'channel-5',
|
|
559
|
+
path: 'transfer/channel-5/ausdy'
|
|
560
|
+
}
|
|
561
|
+
}],
|
|
562
|
+
logo_URIs: {
|
|
563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
565
|
+
},
|
|
566
|
+
images: [{
|
|
567
|
+
image_sync: {
|
|
568
|
+
chain_name: 'noble',
|
|
569
|
+
base_denom: 'ausdy'
|
|
570
|
+
},
|
|
571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
573
|
+
theme: {
|
|
574
|
+
primary_color_hex: '#142c5c'
|
|
575
|
+
}
|
|
576
|
+
}]
|
|
577
|
+
},
|
|
535
578
|
{
|
|
536
579
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
537
580
|
denom_units: [{
|
|
@@ -1707,6 +1750,98 @@ const info = {
|
|
|
1707
1750
|
}],
|
|
1708
1751
|
type_asset: 'sdk.coin'
|
|
1709
1752
|
},
|
|
1753
|
+
{
|
|
1754
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
|
|
1755
|
+
denom_units: [{
|
|
1756
|
+
denom: 'p:ausdy:31Mar2025',
|
|
1757
|
+
exponent: 0
|
|
1758
|
+
}, {
|
|
1759
|
+
denom: 'pUSDY31Mar2025',
|
|
1760
|
+
exponent: 18
|
|
1761
|
+
}],
|
|
1762
|
+
base: 'p:ausdy:31Mar2025',
|
|
1763
|
+
name: 'pUsdy (31Mar2025)',
|
|
1764
|
+
display: 'pUSDY31Mar2025',
|
|
1765
|
+
symbol: 'pUSDY-31Mar2025',
|
|
1766
|
+
logo_URIs: {
|
|
1767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1769
|
+
},
|
|
1770
|
+
images: [{
|
|
1771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1773
|
+
}],
|
|
1774
|
+
type_asset: 'sdk.coin'
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
|
|
1778
|
+
denom_units: [{
|
|
1779
|
+
denom: 'p:ausdy:30Jun2025',
|
|
1780
|
+
exponent: 0
|
|
1781
|
+
}, {
|
|
1782
|
+
denom: 'pUSDY30Jun2025',
|
|
1783
|
+
exponent: 18
|
|
1784
|
+
}],
|
|
1785
|
+
base: 'p:ausdy:30Jun2025',
|
|
1786
|
+
name: 'pUsdy (30Jun2025)',
|
|
1787
|
+
display: 'pUSDY30Jun2025',
|
|
1788
|
+
symbol: 'pUSDY-30Jun2025',
|
|
1789
|
+
logo_URIs: {
|
|
1790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1792
|
+
},
|
|
1793
|
+
images: [{
|
|
1794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1796
|
+
}],
|
|
1797
|
+
type_asset: 'sdk.coin'
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
|
|
1801
|
+
denom_units: [{
|
|
1802
|
+
denom: 'p:ausdy:30Sep2025',
|
|
1803
|
+
exponent: 0
|
|
1804
|
+
}, {
|
|
1805
|
+
denom: 'pUSDY30Sep2025',
|
|
1806
|
+
exponent: 18
|
|
1807
|
+
}],
|
|
1808
|
+
base: 'p:ausdy:30Sep2025',
|
|
1809
|
+
name: 'pUsdy (30Sep2025)',
|
|
1810
|
+
display: 'pUSDY30Sep2025',
|
|
1811
|
+
symbol: 'pUSDY-30Sep2025',
|
|
1812
|
+
logo_URIs: {
|
|
1813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1815
|
+
},
|
|
1816
|
+
images: [{
|
|
1817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1819
|
+
}],
|
|
1820
|
+
type_asset: 'sdk.coin'
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
|
|
1824
|
+
denom_units: [{
|
|
1825
|
+
denom: 'p:ausdy:31Dec2025',
|
|
1826
|
+
exponent: 0
|
|
1827
|
+
}, {
|
|
1828
|
+
denom: 'pUSDY31Dec2025',
|
|
1829
|
+
exponent: 18
|
|
1830
|
+
}],
|
|
1831
|
+
base: 'p:ausdy:31Dec2025',
|
|
1832
|
+
name: 'pUsdy (31Dec2025)',
|
|
1833
|
+
display: 'pUSDY31Dec2025',
|
|
1834
|
+
symbol: 'pUSDY-31Dec2025',
|
|
1835
|
+
logo_URIs: {
|
|
1836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1838
|
+
},
|
|
1839
|
+
images: [{
|
|
1840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
|
|
1841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
|
|
1842
|
+
}],
|
|
1843
|
+
type_asset: 'sdk.coin'
|
|
1844
|
+
},
|
|
1710
1845
|
{
|
|
1711
1846
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1712
1847
|
denom_units: [{
|
|
@@ -2696,6 +2831,98 @@ const info = {
|
|
|
2696
2831
|
}],
|
|
2697
2832
|
type_asset: 'sdk.coin'
|
|
2698
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
|
|
2836
|
+
denom_units: [{
|
|
2837
|
+
denom: 'y:ausdy:31Mar2025',
|
|
2838
|
+
exponent: 0
|
|
2839
|
+
}, {
|
|
2840
|
+
denom: 'yUSDY31Mar2025',
|
|
2841
|
+
exponent: 18
|
|
2842
|
+
}],
|
|
2843
|
+
base: 'y:ausdy:31Mar2025',
|
|
2844
|
+
name: 'yUsdy (31Mar2025)',
|
|
2845
|
+
display: 'yUSDY31Mar2025',
|
|
2846
|
+
symbol: 'yUSDY-31Mar2025',
|
|
2847
|
+
logo_URIs: {
|
|
2848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2850
|
+
},
|
|
2851
|
+
images: [{
|
|
2852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2854
|
+
}],
|
|
2855
|
+
type_asset: 'sdk.coin'
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
|
|
2859
|
+
denom_units: [{
|
|
2860
|
+
denom: 'y:ausdy:30Jun2025',
|
|
2861
|
+
exponent: 0
|
|
2862
|
+
}, {
|
|
2863
|
+
denom: 'yUSDY30Jun2025',
|
|
2864
|
+
exponent: 18
|
|
2865
|
+
}],
|
|
2866
|
+
base: 'y:ausdy:30Jun2025',
|
|
2867
|
+
name: 'yUsdy (30Jun2025)',
|
|
2868
|
+
display: 'yUSDY30Jun2025',
|
|
2869
|
+
symbol: 'yUSDY-30Jun2025',
|
|
2870
|
+
logo_URIs: {
|
|
2871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2873
|
+
},
|
|
2874
|
+
images: [{
|
|
2875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2876
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2877
|
+
}],
|
|
2878
|
+
type_asset: 'sdk.coin'
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
|
|
2882
|
+
denom_units: [{
|
|
2883
|
+
denom: 'y:ausdy:30Sep2025',
|
|
2884
|
+
exponent: 0
|
|
2885
|
+
}, {
|
|
2886
|
+
denom: 'yUSDY30Sep2025',
|
|
2887
|
+
exponent: 18
|
|
2888
|
+
}],
|
|
2889
|
+
base: 'y:ausdy:30Sep2025',
|
|
2890
|
+
name: 'yUsdy (30Sep2025)',
|
|
2891
|
+
display: 'yUSDY30Sep2025',
|
|
2892
|
+
symbol: 'yUSDY-30Sep2025',
|
|
2893
|
+
logo_URIs: {
|
|
2894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2896
|
+
},
|
|
2897
|
+
images: [{
|
|
2898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2900
|
+
}],
|
|
2901
|
+
type_asset: 'sdk.coin'
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
|
|
2905
|
+
denom_units: [{
|
|
2906
|
+
denom: 'y:ausdy:31Dec2025',
|
|
2907
|
+
exponent: 0
|
|
2908
|
+
}, {
|
|
2909
|
+
denom: 'yUSDY31Dec2025',
|
|
2910
|
+
exponent: 18
|
|
2911
|
+
}],
|
|
2912
|
+
base: 'y:ausdy:31Dec2025',
|
|
2913
|
+
name: 'yUsdy (31Dec2025)',
|
|
2914
|
+
display: 'yUSDY31Dec2025',
|
|
2915
|
+
symbol: 'yUSDY-31Dec2025',
|
|
2916
|
+
logo_URIs: {
|
|
2917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2919
|
+
},
|
|
2920
|
+
images: [{
|
|
2921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
|
|
2922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
|
|
2923
|
+
}],
|
|
2924
|
+
type_asset: 'sdk.coin'
|
|
2925
|
+
},
|
|
2699
2926
|
{
|
|
2700
2927
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2701
2928
|
denom_units: [{
|
|
@@ -3294,6 +3521,52 @@ const info = {
|
|
|
3294
3521
|
}],
|
|
3295
3522
|
type_asset: 'sdk.coin'
|
|
3296
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
description: 'Pryzm\'s LP token for USDY Yield pool',
|
|
3526
|
+
denom_units: [{
|
|
3527
|
+
denom: 'lp:31:ausdy',
|
|
3528
|
+
exponent: 0
|
|
3529
|
+
}, {
|
|
3530
|
+
denom: 'lp:31:usdy',
|
|
3531
|
+
exponent: 18
|
|
3532
|
+
}],
|
|
3533
|
+
base: 'lp:31:ausdy',
|
|
3534
|
+
name: 'USDY Yield LP',
|
|
3535
|
+
display: 'lp:31:usdy',
|
|
3536
|
+
symbol: 'USDY-YIELD-LP',
|
|
3537
|
+
logo_URIs: {
|
|
3538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3540
|
+
},
|
|
3541
|
+
images: [{
|
|
3542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3544
|
+
}],
|
|
3545
|
+
type_asset: 'sdk.coin'
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
description: 'Pryzm\'s LP token for USDY Boost pool',
|
|
3549
|
+
denom_units: [{
|
|
3550
|
+
denom: 'lp:32:ausdyypt-uusdc',
|
|
3551
|
+
exponent: 0
|
|
3552
|
+
}, {
|
|
3553
|
+
denom: 'lp:32:usdyypt-usdc',
|
|
3554
|
+
exponent: 18
|
|
3555
|
+
}],
|
|
3556
|
+
base: 'lp:32:ausdyypt-uusdc',
|
|
3557
|
+
name: 'USDY Boost LP',
|
|
3558
|
+
display: 'lp:32:usdyypt-usdc',
|
|
3559
|
+
symbol: 'USDY-BOOST-LP',
|
|
3560
|
+
logo_URIs: {
|
|
3561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3563
|
+
},
|
|
3564
|
+
images: [{
|
|
3565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3567
|
+
}],
|
|
3568
|
+
type_asset: 'sdk.coin'
|
|
3569
|
+
},
|
|
3297
3570
|
{
|
|
3298
3571
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3299
3572
|
denom_units: [{
|
|
@@ -104,13 +104,13 @@ const info = {
|
|
|
104
104
|
},
|
|
105
105
|
codebase: {
|
|
106
106
|
git_repo: 'https://github.com/pryzm-finance/pryzm-core',
|
|
107
|
-
recommended_version: 'v0.
|
|
108
|
-
compatible_versions: ['v0.
|
|
107
|
+
recommended_version: 'v0.24.0',
|
|
108
|
+
compatible_versions: ['v0.24.0'],
|
|
109
109
|
binaries: {
|
|
110
|
-
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
111
|
-
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
112
|
-
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
113
|
-
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.
|
|
110
|
+
"darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-amd64',
|
|
111
|
+
"darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-arm64',
|
|
112
|
+
"linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-amd64',
|
|
113
|
+
"linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-arm64'
|
|
114
114
|
},
|
|
115
115
|
consensus: {
|
|
116
116
|
type: 'cometbft',
|
|
@@ -187,6 +187,10 @@ const info = {
|
|
|
187
187
|
{
|
|
188
188
|
address: 'https://terraclassic-rpc-server-01.stakely.io',
|
|
189
189
|
provider: 'Stakely'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
address: 'https://api-lunc-rpc.binodes.com',
|
|
193
|
+
provider: 'BInodes'
|
|
190
194
|
}
|
|
191
195
|
],
|
|
192
196
|
rest: [
|
|
@@ -205,6 +209,10 @@ const info = {
|
|
|
205
209
|
{
|
|
206
210
|
address: 'https://terraclassic-lcd-server-01.stakely.io',
|
|
207
211
|
provider: 'Stakely'
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
address: 'https://api-lunc-lcd.binodes.com',
|
|
215
|
+
provider: 'BInodes'
|
|
208
216
|
}
|
|
209
217
|
],
|
|
210
218
|
grpc: [
|
|
@@ -223,6 +231,10 @@ const info = {
|
|
|
223
231
|
{
|
|
224
232
|
address: 'terraclassic-mainnet-grpc.autostake.com:443',
|
|
225
233
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
address: 'api-lunc-grpc.binodes.com:443',
|
|
237
|
+
provider: 'BInodes'
|
|
226
238
|
}
|
|
227
239
|
]
|
|
228
240
|
},
|
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'http://rpc-umee-0.node75.org:26657',
|
|
80
80
|
provider: 'Pro-Nodes75'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://umee-rpc.quantnode.tech',
|
|
84
|
-
provider: 'QuantNode'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://umee-rpc.tienthuattoan.com',
|
|
88
84
|
provider: 'TTT 🇻🇳'
|
|
@@ -157,10 +153,6 @@ const info = {
|
|
|
157
153
|
address: 'https://umee-api.polkachu.com',
|
|
158
154
|
provider: 'Polkachu'
|
|
159
155
|
},
|
|
160
|
-
{
|
|
161
|
-
address: 'https://umee-lcd.quantnode.tech',
|
|
162
|
-
provider: 'QuantNode'
|
|
163
|
-
},
|
|
164
156
|
{
|
|
165
157
|
address: 'https://umee-api.tienthuattoan.ventures',
|
|
166
158
|
provider: 'TienThuatToan'
|
|
@@ -231,18 +223,10 @@ const info = {
|
|
|
231
223
|
address: 'umee-mainnet-grpc.autostake.com:443',
|
|
232
224
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
233
225
|
},
|
|
234
|
-
{
|
|
235
|
-
address: 'umee-grpc.quantnode.tech:9090',
|
|
236
|
-
provider: 'QuantNode gRPC'
|
|
237
|
-
},
|
|
238
226
|
{
|
|
239
227
|
address: 'umee.grpc.m.stavr.tech:9090',
|
|
240
228
|
provider: '🔥STAVR🔥'
|
|
241
229
|
},
|
|
242
|
-
{
|
|
243
|
-
address: 'umee-grpc.quantnode.tech:9091',
|
|
244
|
-
provider: 'QuantNode gRPCweb'
|
|
245
|
-
},
|
|
246
230
|
{
|
|
247
231
|
address: 'umee-grpc.tienthuattoan.ventures:9090',
|
|
248
232
|
provider: 'TienThuatToan'
|
|
@@ -81,12 +81,12 @@ const info = {
|
|
|
81
81
|
display: 'ausdc',
|
|
82
82
|
symbol: 'aUSDC',
|
|
83
83
|
traces: [{
|
|
84
|
-
type: '
|
|
84
|
+
type: 'test-mintage',
|
|
85
85
|
counterparty: {
|
|
86
|
-
chain_name: '
|
|
87
|
-
base_denom: '
|
|
86
|
+
chain_name: 'ethereum',
|
|
87
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
88
88
|
},
|
|
89
|
-
provider: '
|
|
89
|
+
provider: 'Ethereum'
|
|
90
90
|
}],
|
|
91
91
|
logo_URIs: {
|
|
92
92
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
package/esm/testnet/assets.js
CHANGED
|
@@ -6,6 +6,7 @@ import * as _arkeonetworktestnet from './arkeonetworktestnet';
|
|
|
6
6
|
import * as _artelatestnet from './artelatestnet';
|
|
7
7
|
import * as _atomonetestnet from './atomonetestnet';
|
|
8
8
|
import * as _auratestnet from './auratestnet';
|
|
9
|
+
import * as _autheotestnet from './autheotestnet';
|
|
9
10
|
import * as _axelartestnet from './axelartestnet';
|
|
10
11
|
import * as _babylontestnet from './babylontestnet';
|
|
11
12
|
import * as _bitcannadevnet from './bitcannadevnet';
|
|
@@ -45,6 +46,7 @@ import * as _hypersigntestnet from './hypersigntestnet';
|
|
|
45
46
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
46
47
|
import * as _imversedtestnet from './imversedtestnet';
|
|
47
48
|
import * as _injectivetestnet from './injectivetestnet';
|
|
49
|
+
import * as _iopntestnet from './iopntestnet';
|
|
48
50
|
import * as _jackaltestnet from './jackaltestnet';
|
|
49
51
|
import * as _jackaltestnet2 from './jackaltestnet2';
|
|
50
52
|
import * as _junotestnet from './junotestnet';
|
|
@@ -128,6 +130,7 @@ const assets = [
|
|
|
128
130
|
_artelatestnet.assets,
|
|
129
131
|
_atomonetestnet.assets,
|
|
130
132
|
_auratestnet.assets,
|
|
133
|
+
_autheotestnet.assets,
|
|
131
134
|
_axelartestnet.assets,
|
|
132
135
|
_babylontestnet.assets,
|
|
133
136
|
_bitcannadevnet.assets,
|
|
@@ -167,6 +170,7 @@ const assets = [
|
|
|
167
170
|
_impacthubtestnet.assets,
|
|
168
171
|
_imversedtestnet.assets,
|
|
169
172
|
_injectivetestnet.assets,
|
|
173
|
+
_iopntestnet.assets,
|
|
170
174
|
_jackaltestnet.assets,
|
|
171
175
|
_jackaltestnet2.assets,
|
|
172
176
|
_junotestnet.assets,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'autheotestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Native token of Autheo Chain',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'aauth',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'auth',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'aauth',
|
|
14
|
+
name: 'Autheo Chain',
|
|
15
|
+
display: 'auth',
|
|
16
|
+
symbol: 'THEO',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
|
|
19
|
+
},
|
|
20
|
+
socials: {
|
|
21
|
+
website: 'https://autheo.com'
|
|
22
|
+
},
|
|
23
|
+
type_asset: 'sdk.coin'
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'autheotestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://autheo.com/',
|
|
6
|
+
network_type: 'testnet',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
pretty_name: 'Autheo',
|
|
9
|
+
chain_id: 'autheo_785-1',
|
|
10
|
+
bech32_prefix: 'aauth',
|
|
11
|
+
daemon_name: 'autheod',
|
|
12
|
+
node_home: '$HOME/.autheod',
|
|
13
|
+
key_algos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'aauth',
|
|
18
|
+
fixed_min_gas_price: 0,
|
|
19
|
+
low_gas_price: 0,
|
|
20
|
+
average_gas_price: 0.025,
|
|
21
|
+
high_gas_price: 0.04
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'aauth'
|
|
27
|
+
}],
|
|
28
|
+
lock_duration: {
|
|
29
|
+
time: '1209600s'
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
codebase: {
|
|
33
|
+
git_repo: 'https://code.zeeve.net/client-projects/autheo',
|
|
34
|
+
genesis: {
|
|
35
|
+
name: 'v3',
|
|
36
|
+
genesis_url: 'https://code.zeeve.net/client-projects/autheo/-/blob/autheo-node1/autheo-node1/config/genesis.json'
|
|
37
|
+
},
|
|
38
|
+
recommended_version: 'v1.3.0',
|
|
39
|
+
compatible_versions: ['v1.3.0'],
|
|
40
|
+
binaries: {
|
|
41
|
+
"linux/amd64": 'https://code.zeeve.net/client-projects/autheo/-/archive/v1.3/autheo-v1.3.zip'
|
|
42
|
+
},
|
|
43
|
+
language: {
|
|
44
|
+
type: 'go',
|
|
45
|
+
version: '1.23.3'
|
|
46
|
+
},
|
|
47
|
+
sdk: {
|
|
48
|
+
type: 'cosmos',
|
|
49
|
+
version: '0.47.5'
|
|
50
|
+
},
|
|
51
|
+
ibc: {
|
|
52
|
+
type: 'go',
|
|
53
|
+
version: 'v7.4.0',
|
|
54
|
+
ics_enabled: ['ics20-1']
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
images: [{
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
|
|
59
|
+
}],
|
|
60
|
+
apis: {
|
|
61
|
+
rpc: [{
|
|
62
|
+
address: 'https://testnet-rpc1.autheo.com/',
|
|
63
|
+
provider: 'autheo'
|
|
64
|
+
}],
|
|
65
|
+
rest: [{
|
|
66
|
+
address: 'https://testnet-rpc2.autheo.com/',
|
|
67
|
+
provider: 'autheo'
|
|
68
|
+
}]
|
|
69
|
+
},
|
|
70
|
+
explorers: [{
|
|
71
|
+
kind: 'explorer',
|
|
72
|
+
url: 'https://testnet-explorer.autheo.com/'
|
|
73
|
+
}],
|
|
74
|
+
keywords: ['dex']
|
|
75
|
+
};
|
|
76
|
+
export default info;
|