@chain-registry/juno 1.12.0 → 1.13.0
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/CHANGELOG.md +16 -0
- package/main/asset_list.js +257 -3
- package/main/assets.js +326 -0
- package/main/chain.js +38 -8
- package/main/testnet.js +33 -5
- package/main/testnet_assets.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.12.1...@chain-registry/juno@1.13.0) (2023-04-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.12.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.12.0...@chain-registry/juno@1.12.1) (2023-04-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.11.0...@chain-registry/juno@1.12.0) (2023-04-18)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -1753,12 +1753,12 @@ var asset_list = {
|
|
|
1753
1753
|
}],
|
|
1754
1754
|
base: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
1755
1755
|
name: 'Whale',
|
|
1756
|
-
display: '
|
|
1756
|
+
display: 'whale',
|
|
1757
1757
|
symbol: 'WHALE',
|
|
1758
1758
|
logo_URIs: {
|
|
1759
|
-
|
|
1759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
1760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png'
|
|
1760
1761
|
},
|
|
1761
|
-
coingecko_id: '',
|
|
1762
1762
|
traces: [{
|
|
1763
1763
|
type: 'ibc',
|
|
1764
1764
|
counterparty: {
|
|
@@ -1770,6 +1770,232 @@ var asset_list = {
|
|
|
1770
1770
|
channel_id: 'channel-210'
|
|
1771
1771
|
}
|
|
1772
1772
|
}]
|
|
1773
|
+
}, {
|
|
1774
|
+
description: 'ampWHALE',
|
|
1775
|
+
denom_units: [{
|
|
1776
|
+
denom: 'ibc/2F7C2A3D5D42553ED46F57D8B0DE3733B1B5FF571E2C6A051D34525904B4C0AF',
|
|
1777
|
+
exponent: 0,
|
|
1778
|
+
aliases: ['factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE']
|
|
1779
|
+
}, {
|
|
1780
|
+
denom: 'ampWHALE',
|
|
1781
|
+
exponent: 6
|
|
1782
|
+
}],
|
|
1783
|
+
base: 'ibc/2F7C2A3D5D42553ED46F57D8B0DE3733B1B5FF571E2C6A051D34525904B4C0AF',
|
|
1784
|
+
name: 'ampWHALE',
|
|
1785
|
+
display: 'ampWHALE',
|
|
1786
|
+
symbol: 'ampWHALE',
|
|
1787
|
+
logo_URIs: {
|
|
1788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampWhale.svg'
|
|
1789
|
+
},
|
|
1790
|
+
traces: [{
|
|
1791
|
+
type: 'ibc',
|
|
1792
|
+
counterparty: {
|
|
1793
|
+
channel_id: 'channel-1',
|
|
1794
|
+
base_denom: 'factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE',
|
|
1795
|
+
chain_name: 'migaloo'
|
|
1796
|
+
},
|
|
1797
|
+
chain: {
|
|
1798
|
+
channel_id: 'channel-210'
|
|
1799
|
+
}
|
|
1800
|
+
}]
|
|
1801
|
+
}, {
|
|
1802
|
+
description: 'boneWHALE',
|
|
1803
|
+
denom_units: [{
|
|
1804
|
+
denom: 'ibc/01BAE2E69D02670B22758FBA74E4114B6E88FC1878936C919DA345E6C6C92ABF',
|
|
1805
|
+
exponent: 0,
|
|
1806
|
+
aliases: ['factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale']
|
|
1807
|
+
}, {
|
|
1808
|
+
denom: 'boneWHALE',
|
|
1809
|
+
exponent: 6
|
|
1810
|
+
}],
|
|
1811
|
+
base: 'ibc/01BAE2E69D02670B22758FBA74E4114B6E88FC1878936C919DA345E6C6C92ABF',
|
|
1812
|
+
name: 'boneWHALE',
|
|
1813
|
+
display: 'boneWHALE',
|
|
1814
|
+
symbol: 'bWHALE',
|
|
1815
|
+
logo_URIs: {
|
|
1816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.svg',
|
|
1817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png'
|
|
1818
|
+
},
|
|
1819
|
+
traces: [{
|
|
1820
|
+
type: 'ibc',
|
|
1821
|
+
counterparty: {
|
|
1822
|
+
channel_id: 'channel-1',
|
|
1823
|
+
base_denom: 'factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale',
|
|
1824
|
+
chain_name: 'migaloo'
|
|
1825
|
+
},
|
|
1826
|
+
chain: {
|
|
1827
|
+
channel_id: 'channel-210'
|
|
1828
|
+
}
|
|
1829
|
+
}]
|
|
1830
|
+
}, {
|
|
1831
|
+
description: 'FABLE',
|
|
1832
|
+
denom_units: [{
|
|
1833
|
+
denom: 'ibc/935315FB6394554CEB9AA671A4E79C49DC8C6207C3AEE283C9241A2C89CF9853',
|
|
1834
|
+
exponent: 0,
|
|
1835
|
+
aliases: ['factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable']
|
|
1836
|
+
}, {
|
|
1837
|
+
denom: 'fable',
|
|
1838
|
+
exponent: 6
|
|
1839
|
+
}],
|
|
1840
|
+
base: 'ibc/935315FB6394554CEB9AA671A4E79C49DC8C6207C3AEE283C9241A2C89CF9853',
|
|
1841
|
+
name: 'FABLE',
|
|
1842
|
+
display: 'fable',
|
|
1843
|
+
symbol: 'FABLE',
|
|
1844
|
+
logo_URIs: {
|
|
1845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg'
|
|
1846
|
+
},
|
|
1847
|
+
traces: [{
|
|
1848
|
+
type: 'ibc',
|
|
1849
|
+
counterparty: {
|
|
1850
|
+
channel_id: 'channel-1',
|
|
1851
|
+
base_denom: 'factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable',
|
|
1852
|
+
chain_name: 'migaloo'
|
|
1853
|
+
},
|
|
1854
|
+
chain: {
|
|
1855
|
+
channel_id: 'channel-210'
|
|
1856
|
+
}
|
|
1857
|
+
}]
|
|
1858
|
+
}, {
|
|
1859
|
+
description: 'boneLUNA are autocompounding LUNA tokens',
|
|
1860
|
+
denom_units: [{
|
|
1861
|
+
denom: 'ibc/1475E38A6C1F650746B735885F8DD75A69F1CD1439334E3237543C19B75B0A4E',
|
|
1862
|
+
exponent: 0,
|
|
1863
|
+
aliases: ['ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708']
|
|
1864
|
+
}, {
|
|
1865
|
+
denom: 'bluna',
|
|
1866
|
+
exponent: 6
|
|
1867
|
+
}],
|
|
1868
|
+
base: 'ibc/1475E38A6C1F650746B735885F8DD75A69F1CD1439334E3237543C19B75B0A4E',
|
|
1869
|
+
address: 'cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml',
|
|
1870
|
+
type_asset: 'ics20',
|
|
1871
|
+
name: 'boneLuna',
|
|
1872
|
+
display: 'bluna',
|
|
1873
|
+
symbol: 'bLUNA',
|
|
1874
|
+
traces: [{
|
|
1875
|
+
type: 'ibc',
|
|
1876
|
+
counterparty: {
|
|
1877
|
+
channel_id: 'channel-1',
|
|
1878
|
+
base_denom: 'ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708',
|
|
1879
|
+
chain_name: 'migaloo'
|
|
1880
|
+
},
|
|
1881
|
+
chain: {
|
|
1882
|
+
channel_id: 'channel-210'
|
|
1883
|
+
}
|
|
1884
|
+
}],
|
|
1885
|
+
logo_URIs: {
|
|
1886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png'
|
|
1887
|
+
}
|
|
1888
|
+
}, {
|
|
1889
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
1890
|
+
denom_units: [{
|
|
1891
|
+
denom: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
1892
|
+
exponent: 0,
|
|
1893
|
+
aliases: ['ustake']
|
|
1894
|
+
}, {
|
|
1895
|
+
denom: 'stake',
|
|
1896
|
+
exponent: 6
|
|
1897
|
+
}],
|
|
1898
|
+
base: 'ibc/C3EF76D8F7E3217A058F9A6308DF5B99A8A425FB85983D91FFE910C5FA94B1A1',
|
|
1899
|
+
name: 'Stake',
|
|
1900
|
+
display: 'stake',
|
|
1901
|
+
symbol: 'STAKE',
|
|
1902
|
+
logo_URIs: {
|
|
1903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png'
|
|
1904
|
+
},
|
|
1905
|
+
traces: [{
|
|
1906
|
+
type: 'ibc',
|
|
1907
|
+
counterparty: {
|
|
1908
|
+
channel_id: 'channel-3',
|
|
1909
|
+
base_denom: 'ustake',
|
|
1910
|
+
chain_name: 'noble'
|
|
1911
|
+
},
|
|
1912
|
+
chain: {
|
|
1913
|
+
channel_id: 'channel-224'
|
|
1914
|
+
}
|
|
1915
|
+
}]
|
|
1916
|
+
}, {
|
|
1917
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
1918
|
+
denom_units: [{
|
|
1919
|
+
denom: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
1920
|
+
exponent: 0,
|
|
1921
|
+
aliases: ['ufrienzies']
|
|
1922
|
+
}, {
|
|
1923
|
+
denom: 'frienzies',
|
|
1924
|
+
exponent: 6
|
|
1925
|
+
}],
|
|
1926
|
+
base: 'ibc/C09F4DA2D82F7710AAE230CEFAA2AA3CA8E246AE3D9A00A3969F3D6CEB6C952B',
|
|
1927
|
+
display: 'frienzies',
|
|
1928
|
+
name: 'Frienzies',
|
|
1929
|
+
symbol: 'FRNZ',
|
|
1930
|
+
logo_URIs: {
|
|
1931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
1932
|
+
},
|
|
1933
|
+
traces: [{
|
|
1934
|
+
type: 'ibc',
|
|
1935
|
+
counterparty: {
|
|
1936
|
+
channel_id: 'channel-3',
|
|
1937
|
+
base_denom: 'ufrienzies',
|
|
1938
|
+
chain_name: 'noble'
|
|
1939
|
+
},
|
|
1940
|
+
chain: {
|
|
1941
|
+
channel_id: 'channel-224'
|
|
1942
|
+
}
|
|
1943
|
+
}]
|
|
1944
|
+
}, {
|
|
1945
|
+
description: 'USD Coin',
|
|
1946
|
+
denom_units: [{
|
|
1947
|
+
denom: 'ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF',
|
|
1948
|
+
exponent: 0,
|
|
1949
|
+
aliases: ['uusdc']
|
|
1950
|
+
}, {
|
|
1951
|
+
denom: 'usdc',
|
|
1952
|
+
exponent: 6
|
|
1953
|
+
}],
|
|
1954
|
+
base: 'ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF',
|
|
1955
|
+
display: 'usdc',
|
|
1956
|
+
name: 'USD Coin',
|
|
1957
|
+
symbol: 'USDC',
|
|
1958
|
+
traces: [{
|
|
1959
|
+
type: 'ibc',
|
|
1960
|
+
counterparty: {
|
|
1961
|
+
channel_id: 'channel-3',
|
|
1962
|
+
base_denom: 'uusdc',
|
|
1963
|
+
chain_name: 'noble'
|
|
1964
|
+
},
|
|
1965
|
+
chain: {
|
|
1966
|
+
channel_id: 'channel-224'
|
|
1967
|
+
}
|
|
1968
|
+
}]
|
|
1969
|
+
}, {
|
|
1970
|
+
description: 'The native token of Nois',
|
|
1971
|
+
denom_units: [{
|
|
1972
|
+
denom: 'ibc/1D9E14A1F00613ED39E4B8A8763A20C9BE5B5EA0198F2FE47EAE43CD91A0137B',
|
|
1973
|
+
exponent: 0,
|
|
1974
|
+
aliases: ['unois']
|
|
1975
|
+
}, {
|
|
1976
|
+
denom: 'nois',
|
|
1977
|
+
exponent: 6
|
|
1978
|
+
}],
|
|
1979
|
+
base: 'ibc/1D9E14A1F00613ED39E4B8A8763A20C9BE5B5EA0198F2FE47EAE43CD91A0137B',
|
|
1980
|
+
name: 'Nois',
|
|
1981
|
+
display: 'nois',
|
|
1982
|
+
symbol: 'NOIS',
|
|
1983
|
+
logo_URIs: {
|
|
1984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1985
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
1986
|
+
},
|
|
1987
|
+
keywords: ['nois', 'randomness', 'drand', 'wasm'],
|
|
1988
|
+
traces: [{
|
|
1989
|
+
type: 'ibc',
|
|
1990
|
+
counterparty: {
|
|
1991
|
+
channel_id: 'channel-1',
|
|
1992
|
+
base_denom: 'unois',
|
|
1993
|
+
chain_name: 'nois'
|
|
1994
|
+
},
|
|
1995
|
+
chain: {
|
|
1996
|
+
channel_id: 'channel-225'
|
|
1997
|
+
}
|
|
1998
|
+
}]
|
|
1773
1999
|
}, {
|
|
1774
2000
|
description: 'The native token of OKExChain',
|
|
1775
2001
|
denom_units: [{
|
|
@@ -2213,6 +2439,34 @@ var asset_list = {
|
|
|
2213
2439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
2214
2440
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
2215
2441
|
}
|
|
2442
|
+
}, {
|
|
2443
|
+
denom_units: [{
|
|
2444
|
+
denom: 'ibc/7E4A6EEFA0425CF99DE169A586D9BADF39C40153194CD6784BF8C9F6123BF5D0',
|
|
2445
|
+
exponent: 0,
|
|
2446
|
+
aliases: ['stinj']
|
|
2447
|
+
}, {
|
|
2448
|
+
denom: 'stINJ',
|
|
2449
|
+
exponent: 18
|
|
2450
|
+
}],
|
|
2451
|
+
base: 'ibc/7E4A6EEFA0425CF99DE169A586D9BADF39C40153194CD6784BF8C9F6123BF5D0',
|
|
2452
|
+
name: 'stINJ',
|
|
2453
|
+
display: 'stINJ',
|
|
2454
|
+
symbol: 'stINJ',
|
|
2455
|
+
traces: [{
|
|
2456
|
+
type: 'ibc',
|
|
2457
|
+
counterparty: {
|
|
2458
|
+
channel_id: 'channel-24',
|
|
2459
|
+
base_denom: 'stinj',
|
|
2460
|
+
chain_name: 'stride'
|
|
2461
|
+
},
|
|
2462
|
+
chain: {
|
|
2463
|
+
channel_id: 'channel-139'
|
|
2464
|
+
}
|
|
2465
|
+
}],
|
|
2466
|
+
logo_URIs: {
|
|
2467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png',
|
|
2468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg'
|
|
2469
|
+
}
|
|
2216
2470
|
}, {
|
|
2217
2471
|
denom_units: [{
|
|
2218
2472
|
denom: 'ibc/C19D8F369BE4279B727B58D225DB6D4916625BDE024D415B79288AC6705E0BB0',
|
package/main/assets.js
CHANGED
|
@@ -648,6 +648,332 @@ var assets = {
|
|
|
648
648
|
logo_URIs: {
|
|
649
649
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png'
|
|
650
650
|
}
|
|
651
|
+
}, {
|
|
652
|
+
description: 'Evmos Guardians governance token.',
|
|
653
|
+
type_asset: 'cw20',
|
|
654
|
+
address: 'juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma',
|
|
655
|
+
denom_units: [{
|
|
656
|
+
denom: 'cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma',
|
|
657
|
+
exponent: 0
|
|
658
|
+
}, {
|
|
659
|
+
denom: 'grdn',
|
|
660
|
+
exponent: 6
|
|
661
|
+
}],
|
|
662
|
+
base: 'cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma',
|
|
663
|
+
name: 'Guardian',
|
|
664
|
+
display: 'grdn',
|
|
665
|
+
symbol: 'GRDN',
|
|
666
|
+
logo_URIs: {
|
|
667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png'
|
|
668
|
+
}
|
|
669
|
+
}, {
|
|
670
|
+
description: 'Mini Punks Token',
|
|
671
|
+
type_asset: 'cw20',
|
|
672
|
+
address: 'juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my',
|
|
673
|
+
denom_units: [{
|
|
674
|
+
denom: 'cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my',
|
|
675
|
+
exponent: 0
|
|
676
|
+
}, {
|
|
677
|
+
denom: 'mnpu',
|
|
678
|
+
exponent: 6
|
|
679
|
+
}],
|
|
680
|
+
base: 'cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my',
|
|
681
|
+
name: 'Mini Punks',
|
|
682
|
+
display: 'mnpu',
|
|
683
|
+
symbol: 'MNPU',
|
|
684
|
+
logo_URIs: {
|
|
685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png',
|
|
686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg'
|
|
687
|
+
}
|
|
688
|
+
}, {
|
|
689
|
+
description: 'Kleomedes Token',
|
|
690
|
+
type_asset: 'cw20',
|
|
691
|
+
address: 'juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
692
|
+
denom_units: [{
|
|
693
|
+
denom: 'cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
694
|
+
exponent: 0
|
|
695
|
+
}, {
|
|
696
|
+
denom: 'kleo',
|
|
697
|
+
exponent: 6
|
|
698
|
+
}],
|
|
699
|
+
base: 'cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy',
|
|
700
|
+
name: 'Kleomedes',
|
|
701
|
+
display: 'kleo',
|
|
702
|
+
symbol: 'KLEO',
|
|
703
|
+
logo_URIs: {
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png'
|
|
705
|
+
}
|
|
706
|
+
}, {
|
|
707
|
+
description: 'Sikoba Governance Token',
|
|
708
|
+
type_asset: 'cw20',
|
|
709
|
+
address: 'juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp',
|
|
710
|
+
denom_units: [{
|
|
711
|
+
denom: 'cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp',
|
|
712
|
+
exponent: 0
|
|
713
|
+
}, {
|
|
714
|
+
denom: 'sikoba',
|
|
715
|
+
exponent: 6
|
|
716
|
+
}],
|
|
717
|
+
base: 'cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp',
|
|
718
|
+
name: 'Sikoba Token',
|
|
719
|
+
display: 'sikoba',
|
|
720
|
+
symbol: 'SKOJ',
|
|
721
|
+
logo_URIs: {
|
|
722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg',
|
|
723
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png'
|
|
724
|
+
}
|
|
725
|
+
}, {
|
|
726
|
+
description: 'Shiba Cosmos',
|
|
727
|
+
type_asset: 'cw20',
|
|
728
|
+
address: 'juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z',
|
|
729
|
+
denom_units: [{
|
|
730
|
+
denom: 'cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z',
|
|
731
|
+
exponent: 0
|
|
732
|
+
}, {
|
|
733
|
+
denom: 'shibac',
|
|
734
|
+
exponent: 6
|
|
735
|
+
}],
|
|
736
|
+
base: 'cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z',
|
|
737
|
+
name: 'ShibaCosmos',
|
|
738
|
+
display: 'shibac',
|
|
739
|
+
symbol: 'SHIBAC',
|
|
740
|
+
logo_URIs: {
|
|
741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png'
|
|
742
|
+
}
|
|
743
|
+
}, {
|
|
744
|
+
description: 'Celestims',
|
|
745
|
+
type_asset: 'cw20',
|
|
746
|
+
address: 'juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg',
|
|
747
|
+
denom_units: [{
|
|
748
|
+
denom: 'cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg',
|
|
749
|
+
exponent: 0
|
|
750
|
+
}, {
|
|
751
|
+
denom: 'clst',
|
|
752
|
+
exponent: 6
|
|
753
|
+
}],
|
|
754
|
+
base: 'cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg',
|
|
755
|
+
name: 'Celestims',
|
|
756
|
+
display: 'clst',
|
|
757
|
+
symbol: 'CLST',
|
|
758
|
+
logo_URIs: {
|
|
759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png'
|
|
760
|
+
}
|
|
761
|
+
}, {
|
|
762
|
+
description: 'A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!',
|
|
763
|
+
type_asset: 'cw20',
|
|
764
|
+
address: 'juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw',
|
|
765
|
+
denom_units: [{
|
|
766
|
+
denom: 'cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw',
|
|
767
|
+
exponent: 0
|
|
768
|
+
}, {
|
|
769
|
+
denom: 'watr',
|
|
770
|
+
exponent: 6
|
|
771
|
+
}],
|
|
772
|
+
base: 'cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw',
|
|
773
|
+
name: 'WATR',
|
|
774
|
+
display: 'watr',
|
|
775
|
+
symbol: 'WATR',
|
|
776
|
+
logo_URIs: {
|
|
777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png'
|
|
778
|
+
}
|
|
779
|
+
}, {
|
|
780
|
+
description: 'An innovative DAO dedicated to housing the most vulnerable',
|
|
781
|
+
type_asset: 'cw20',
|
|
782
|
+
address: 'juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss',
|
|
783
|
+
denom_units: [{
|
|
784
|
+
denom: 'cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss',
|
|
785
|
+
exponent: 0
|
|
786
|
+
}, {
|
|
787
|
+
denom: 'casa',
|
|
788
|
+
exponent: 6
|
|
789
|
+
}],
|
|
790
|
+
base: 'cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss',
|
|
791
|
+
name: 'Casa',
|
|
792
|
+
display: 'casa',
|
|
793
|
+
symbol: 'CASA',
|
|
794
|
+
logo_URIs: {
|
|
795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png'
|
|
796
|
+
}
|
|
797
|
+
}, {
|
|
798
|
+
description: 'Social Impact DAO providing showers, meals, and vehicles to the homeless',
|
|
799
|
+
type_asset: 'cw20',
|
|
800
|
+
address: 'juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm',
|
|
801
|
+
denom_units: [{
|
|
802
|
+
denom: 'cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm',
|
|
803
|
+
exponent: 0
|
|
804
|
+
}, {
|
|
805
|
+
denom: 'summit',
|
|
806
|
+
exponent: 6
|
|
807
|
+
}],
|
|
808
|
+
base: 'cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm',
|
|
809
|
+
name: 'Summit',
|
|
810
|
+
display: 'summit',
|
|
811
|
+
symbol: 'SUMMIT',
|
|
812
|
+
logo_URIs: {
|
|
813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png'
|
|
814
|
+
}
|
|
815
|
+
}, {
|
|
816
|
+
description: 'Social Impact DAO dedicated to combatting food insecurity and malnutrition',
|
|
817
|
+
type_asset: 'cw20',
|
|
818
|
+
address: 'juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq',
|
|
819
|
+
denom_units: [{
|
|
820
|
+
denom: 'cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq',
|
|
821
|
+
exponent: 0
|
|
822
|
+
}, {
|
|
823
|
+
denom: 'manna',
|
|
824
|
+
exponent: 6
|
|
825
|
+
}],
|
|
826
|
+
base: 'cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq',
|
|
827
|
+
name: 'Manna',
|
|
828
|
+
display: 'manna',
|
|
829
|
+
symbol: 'MANNA',
|
|
830
|
+
logo_URIs: {
|
|
831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png'
|
|
832
|
+
}
|
|
833
|
+
}, {
|
|
834
|
+
description: 'Social Impact DAO focused on youth empowerment',
|
|
835
|
+
type_asset: 'cw20',
|
|
836
|
+
address: 'juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v',
|
|
837
|
+
denom_units: [{
|
|
838
|
+
denom: 'cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v',
|
|
839
|
+
exponent: 0
|
|
840
|
+
}, {
|
|
841
|
+
denom: 'empwr',
|
|
842
|
+
exponent: 6
|
|
843
|
+
}],
|
|
844
|
+
base: 'cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v',
|
|
845
|
+
name: 'EMPWR',
|
|
846
|
+
display: 'empwr',
|
|
847
|
+
symbol: 'EMPWR',
|
|
848
|
+
logo_URIs: {
|
|
849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png'
|
|
850
|
+
}
|
|
851
|
+
}, {
|
|
852
|
+
description: 'Join us in fighting against world hunger',
|
|
853
|
+
type_asset: 'cw20',
|
|
854
|
+
address: 'juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd',
|
|
855
|
+
denom_units: [{
|
|
856
|
+
denom: 'cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd',
|
|
857
|
+
exponent: 0
|
|
858
|
+
}, {
|
|
859
|
+
denom: 'middle',
|
|
860
|
+
exponent: 6
|
|
861
|
+
}],
|
|
862
|
+
base: 'cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd',
|
|
863
|
+
name: 'Middle',
|
|
864
|
+
display: 'middle',
|
|
865
|
+
symbol: 'MIDDLE',
|
|
866
|
+
logo_URIs: {
|
|
867
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png'
|
|
868
|
+
}
|
|
869
|
+
}, {
|
|
870
|
+
description: 'Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children',
|
|
871
|
+
type_asset: 'cw20',
|
|
872
|
+
address: 'juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w',
|
|
873
|
+
denom_units: [{
|
|
874
|
+
denom: 'cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w',
|
|
875
|
+
exponent: 0
|
|
876
|
+
}, {
|
|
877
|
+
denom: 'sunset',
|
|
878
|
+
exponent: 6
|
|
879
|
+
}],
|
|
880
|
+
base: 'cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w',
|
|
881
|
+
name: 'Sunset',
|
|
882
|
+
display: 'sunset',
|
|
883
|
+
symbol: 'SUNSET',
|
|
884
|
+
logo_URIs: {
|
|
885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png'
|
|
886
|
+
}
|
|
887
|
+
}, {
|
|
888
|
+
description: 'Social Impact DAO dedicated to helping restore and protect our environment',
|
|
889
|
+
type_asset: 'cw20',
|
|
890
|
+
address: 'juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e',
|
|
891
|
+
denom_units: [{
|
|
892
|
+
denom: 'cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e',
|
|
893
|
+
exponent: 0
|
|
894
|
+
}, {
|
|
895
|
+
denom: 'tree',
|
|
896
|
+
exponent: 6
|
|
897
|
+
}],
|
|
898
|
+
base: 'cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e',
|
|
899
|
+
name: 'Living Tree',
|
|
900
|
+
display: 'tree',
|
|
901
|
+
symbol: 'TREE',
|
|
902
|
+
logo_URIs: {
|
|
903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png'
|
|
904
|
+
}
|
|
905
|
+
}, {
|
|
906
|
+
description: "Evmos Guardians' Invaders DAO token.",
|
|
907
|
+
type_asset: 'cw20',
|
|
908
|
+
address: 'juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8',
|
|
909
|
+
denom_units: [{
|
|
910
|
+
denom: 'cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8',
|
|
911
|
+
exponent: 0
|
|
912
|
+
}, {
|
|
913
|
+
denom: 'invdrs',
|
|
914
|
+
exponent: 6
|
|
915
|
+
}],
|
|
916
|
+
base: 'cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8',
|
|
917
|
+
name: 'Invaders',
|
|
918
|
+
display: 'invdrs',
|
|
919
|
+
symbol: 'INVDRS',
|
|
920
|
+
logo_URIs: {
|
|
921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png'
|
|
922
|
+
}
|
|
923
|
+
}, {
|
|
924
|
+
description: 'Apemos',
|
|
925
|
+
type_asset: 'cw20',
|
|
926
|
+
address: 'juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06',
|
|
927
|
+
denom_units: [{
|
|
928
|
+
denom: 'cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06',
|
|
929
|
+
exponent: 0
|
|
930
|
+
}, {
|
|
931
|
+
denom: 'apemos',
|
|
932
|
+
exponent: 6
|
|
933
|
+
}],
|
|
934
|
+
base: 'cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06',
|
|
935
|
+
name: 'Apemos',
|
|
936
|
+
display: 'apemos',
|
|
937
|
+
symbol: 'APEMOS',
|
|
938
|
+
logo_URIs: {
|
|
939
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png'
|
|
940
|
+
}
|
|
941
|
+
}, {
|
|
942
|
+
description: 'The First Doge on Osmosis',
|
|
943
|
+
type_asset: 'cw20',
|
|
944
|
+
address: 'juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je',
|
|
945
|
+
denom_units: [{
|
|
946
|
+
denom: 'cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je',
|
|
947
|
+
exponent: 0
|
|
948
|
+
}, {
|
|
949
|
+
denom: 'osdoge',
|
|
950
|
+
exponent: 6
|
|
951
|
+
}],
|
|
952
|
+
base: 'cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je',
|
|
953
|
+
name: 'Osmosis Doge',
|
|
954
|
+
display: 'osdoge',
|
|
955
|
+
symbol: 'OSDOGE',
|
|
956
|
+
logo_URIs: {
|
|
957
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png'
|
|
958
|
+
}
|
|
959
|
+
}, {
|
|
960
|
+
description: 'Doge Apr',
|
|
961
|
+
type_asset: 'cw20',
|
|
962
|
+
address: 'juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d',
|
|
963
|
+
denom_units: [{
|
|
964
|
+
denom: 'cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d',
|
|
965
|
+
exponent: 0
|
|
966
|
+
}, {
|
|
967
|
+
denom: 'doga',
|
|
968
|
+
exponent: 6
|
|
969
|
+
}],
|
|
970
|
+
base: 'cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d',
|
|
971
|
+
name: 'Doge Apr',
|
|
972
|
+
display: 'doga',
|
|
973
|
+
symbol: 'DOGA',
|
|
974
|
+
logo_URIs: {
|
|
975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
976
|
+
}
|
|
651
977
|
}, {
|
|
652
978
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
653
979
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -33,15 +33,36 @@ var chain = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
36
|
-
recommended_version: '
|
|
37
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v14.0.0',
|
|
37
|
+
compatible_versions: ['v14.0.0'],
|
|
38
38
|
cosmos_sdk_version: '0.45',
|
|
39
|
-
|
|
39
|
+
consensus: {
|
|
40
|
+
type: 'tendermint',
|
|
41
|
+
version: '0.34'
|
|
42
|
+
},
|
|
40
43
|
cosmwasm_version: '0.30',
|
|
41
44
|
cosmwasm_enabled: true,
|
|
42
45
|
genesis: {
|
|
43
46
|
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
44
|
-
}
|
|
47
|
+
},
|
|
48
|
+
versions: [{
|
|
49
|
+
name: 'v13',
|
|
50
|
+
recommended_version: 'v13.0.0',
|
|
51
|
+
compatible_versions: ['v13.0.0'],
|
|
52
|
+
cosmos_sdk_version: '0.45',
|
|
53
|
+
consensus: {
|
|
54
|
+
type: 'tendermint',
|
|
55
|
+
version: '0.34'
|
|
56
|
+
},
|
|
57
|
+
cosmwasm_version: '0.30',
|
|
58
|
+
cosmwasm_enabled: true,
|
|
59
|
+
next_version_name: 'v14'
|
|
60
|
+
}, {
|
|
61
|
+
name: 'v14',
|
|
62
|
+
height: 7875721,
|
|
63
|
+
recommended_version: 'v14.0.0',
|
|
64
|
+
compatible_versions: ['v14.0.0']
|
|
65
|
+
}]
|
|
45
66
|
},
|
|
46
67
|
peers: {
|
|
47
68
|
seeds: [{
|
|
@@ -137,7 +158,7 @@ var chain = {
|
|
|
137
158
|
address: 'https://rpc.juno.bh.rocks',
|
|
138
159
|
provider: 'BlockHunters 🎯'
|
|
139
160
|
}, {
|
|
140
|
-
address: 'https://
|
|
161
|
+
address: 'https://juno.kingnodes.com',
|
|
141
162
|
provider: 'kingnodes 👑'
|
|
142
163
|
}, {
|
|
143
164
|
address: 'https://juno-rpc.reece.sh',
|
|
@@ -160,6 +181,9 @@ var chain = {
|
|
|
160
181
|
}, {
|
|
161
182
|
address: 'https://juno-rpc.cosmosrescue.com',
|
|
162
183
|
provider: 'cosmosrescue'
|
|
184
|
+
}, {
|
|
185
|
+
address: 'http://167.235.211.168:26657',
|
|
186
|
+
provider: 'CommunityStaking'
|
|
163
187
|
}],
|
|
164
188
|
rest: [{
|
|
165
189
|
address: 'https://lcd-juno.itastakers.com',
|
|
@@ -195,7 +219,7 @@ var chain = {
|
|
|
195
219
|
address: 'https://api.juno.bh.rocks',
|
|
196
220
|
provider: 'BlockHunters 🎯'
|
|
197
221
|
}, {
|
|
198
|
-
address: 'https://
|
|
222
|
+
address: 'https://juno.kingnodes.com',
|
|
199
223
|
provider: 'kingnodes 👑'
|
|
200
224
|
}, {
|
|
201
225
|
address: 'https://juno-api.reece.sh',
|
|
@@ -215,6 +239,9 @@ var chain = {
|
|
|
215
239
|
}, {
|
|
216
240
|
address: 'https://juno-api.cosmosrescue.com',
|
|
217
241
|
provider: 'cosmosrescue'
|
|
242
|
+
}, {
|
|
243
|
+
address: 'http://167.235.211.168:1317',
|
|
244
|
+
provider: 'CommunityStaking'
|
|
218
245
|
}],
|
|
219
246
|
grpc: [{
|
|
220
247
|
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
@@ -229,7 +256,7 @@ var chain = {
|
|
|
229
256
|
address: 'juno.grpc.stakin-nodes.com:443',
|
|
230
257
|
provider: 'Stakin'
|
|
231
258
|
}, {
|
|
232
|
-
address: 'grpc
|
|
259
|
+
address: 'grpc-juno.kingnodes.com:443',
|
|
233
260
|
provider: 'kingnodes 👑'
|
|
234
261
|
}, {
|
|
235
262
|
address: 'http://juno-grpc.stakeandrelax.net:12690',
|
|
@@ -246,10 +273,13 @@ var chain = {
|
|
|
246
273
|
}, {
|
|
247
274
|
address: 'juno-grpc.cosmosrescue.com:9090',
|
|
248
275
|
provider: 'cosmosrescue'
|
|
276
|
+
}, {
|
|
277
|
+
address: 'http://167.235.211.168:9091',
|
|
278
|
+
provider: 'CommunityStaking'
|
|
249
279
|
}]
|
|
250
280
|
},
|
|
251
281
|
explorers: [{
|
|
252
|
-
kind: '
|
|
282
|
+
kind: 'EZ Staking Tools',
|
|
253
283
|
url: 'https://ezstaking.tools/juno',
|
|
254
284
|
tx_page: 'https://ezstaking.tools/juno/txs/${txHash}',
|
|
255
285
|
account_page: 'https://ezstaking.tools/juno/account/${accountAddress}'
|
package/main/testnet.js
CHANGED
|
@@ -31,16 +31,44 @@ var testnet = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
34
|
-
recommended_version: '
|
|
35
|
-
compatible_versions: ['
|
|
34
|
+
recommended_version: 'v14.0.0-alpha.1',
|
|
35
|
+
compatible_versions: ['v14.0.0-alpha.1'],
|
|
36
36
|
cosmos_sdk_version: '0.45',
|
|
37
|
-
|
|
37
|
+
consensus: {
|
|
38
|
+
type: 'tendermint',
|
|
39
|
+
version: '0.34'
|
|
40
|
+
},
|
|
38
41
|
cosmwasm_version: '0.30',
|
|
39
42
|
cosmwasm_enabled: true,
|
|
40
43
|
ibc_go_version: '4.3.0',
|
|
41
44
|
genesis: {
|
|
42
45
|
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
43
|
-
}
|
|
46
|
+
},
|
|
47
|
+
versions: [{
|
|
48
|
+
name: 'v13.0.0-beta.1',
|
|
49
|
+
recommended_version: 'v13.0.0-beta.1',
|
|
50
|
+
compatible_versions: ['v13.0.0-beta.1'],
|
|
51
|
+
cosmos_sdk_version: '0.45',
|
|
52
|
+
consensus: {
|
|
53
|
+
type: 'tendermint',
|
|
54
|
+
version: '0.34'
|
|
55
|
+
},
|
|
56
|
+
cosmwasm_version: '0.30',
|
|
57
|
+
cosmwasm_enabled: true,
|
|
58
|
+
ibc_go_version: '4.3.0'
|
|
59
|
+
}, {
|
|
60
|
+
name: 'v14.0.0-alpha.1',
|
|
61
|
+
recommended_version: 'v14.0.0-alpha.1',
|
|
62
|
+
compatible_versions: ['v14.0.0-alpha.1'],
|
|
63
|
+
cosmos_sdk_version: '0.45',
|
|
64
|
+
consensus: {
|
|
65
|
+
type: 'tendermint',
|
|
66
|
+
version: '0.34'
|
|
67
|
+
},
|
|
68
|
+
cosmwasm_version: '0.30',
|
|
69
|
+
cosmwasm_enabled: true,
|
|
70
|
+
ibc_go_version: '4.3.0'
|
|
71
|
+
}]
|
|
44
72
|
},
|
|
45
73
|
peers: {
|
|
46
74
|
seeds: [{
|
|
@@ -81,7 +109,7 @@ var testnet = {
|
|
|
81
109
|
}]
|
|
82
110
|
},
|
|
83
111
|
explorers: [{
|
|
84
|
-
kind: '
|
|
112
|
+
kind: 'EZ Staking Tools',
|
|
85
113
|
url: 'https://testnet.ezstaking.tools/juno-testnet',
|
|
86
114
|
tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}',
|
|
87
115
|
account_page: 'https://testnet.ezstaking.tools/juno-testnet/account/${accountAddress}'
|
package/main/testnet_assets.js
CHANGED
|
@@ -19,7 +19,7 @@ var testnet_assets = {
|
|
|
19
19
|
base: 'ujunox',
|
|
20
20
|
name: 'Juno Testnet',
|
|
21
21
|
display: 'junox',
|
|
22
|
-
symbol: '
|
|
22
|
+
symbol: 'JUNOX',
|
|
23
23
|
logo_URIs: {
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.19.6",
|
|
51
51
|
"@babel/preset-env": "7.19.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
|
53
|
-
"@chain-registry/utils": "^1.9.
|
|
53
|
+
"@chain-registry/utils": "^1.9.1",
|
|
54
54
|
"@types/jest": "^29.2.0",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
56
56
|
"@typescript-eslint/parser": "5.40.1",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.2.1",
|
|
59
59
|
"babel-watch": "^7.0.0",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.12.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.25.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.4",
|
|
76
76
|
"@chain-registry/types": "^0.15.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "7c6c6cace9967d8bdad7a4c80aec074557a1ba1c"
|
|
79
79
|
}
|