@chain-registry/juno 1.14.0 → 1.16.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 +245 -5
- package/main/assets.js +126 -0
- package/main/chain.js +54 -5
- package/main/testnet.js +3 -3
- 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.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.15.0...@chain-registry/juno@1.16.0) (2023-06-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.14.0...@chain-registry/juno@1.15.0) (2023-05-24)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.13.1...@chain-registry/juno@1.14.0) (2023-04-20)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -151,8 +151,7 @@ var asset_list = {
|
|
|
151
151
|
}
|
|
152
152
|
}],
|
|
153
153
|
logo_URIs: {
|
|
154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
155
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
|
|
156
155
|
}
|
|
157
156
|
}, {
|
|
158
157
|
description: 'Dai stablecoin on Axelar',
|
|
@@ -807,6 +806,184 @@ var asset_list = {
|
|
|
807
806
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
808
807
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
809
808
|
}
|
|
809
|
+
}, {
|
|
810
|
+
description: 'Wrapped FIL on Axelar',
|
|
811
|
+
denom_units: [{
|
|
812
|
+
denom: 'ibc/9DC98F4F0ED2816422497CA3D1BE02E38D0656F031173654903ADD248A1C3720',
|
|
813
|
+
exponent: 0,
|
|
814
|
+
aliases: ['wfil-wei']
|
|
815
|
+
}, {
|
|
816
|
+
denom: 'fil',
|
|
817
|
+
exponent: 18
|
|
818
|
+
}],
|
|
819
|
+
base: 'ibc/9DC98F4F0ED2816422497CA3D1BE02E38D0656F031173654903ADD248A1C3720',
|
|
820
|
+
name: 'Wrapped FIL from Filecoin',
|
|
821
|
+
display: 'fil',
|
|
822
|
+
symbol: 'axlFIL',
|
|
823
|
+
traces: [{
|
|
824
|
+
type: 'ibc',
|
|
825
|
+
counterparty: {
|
|
826
|
+
channel_id: 'channel-4',
|
|
827
|
+
base_denom: 'wfil-wei',
|
|
828
|
+
chain_name: 'axelar'
|
|
829
|
+
},
|
|
830
|
+
chain: {
|
|
831
|
+
channel_id: 'channel-71'
|
|
832
|
+
}
|
|
833
|
+
}],
|
|
834
|
+
logo_URIs: {
|
|
835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/filecoin/images/wfil.svg',
|
|
836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/filecoin/images/wfil.png'
|
|
837
|
+
}
|
|
838
|
+
}, {
|
|
839
|
+
description: 'Arbitrum on Axelar',
|
|
840
|
+
denom_units: [{
|
|
841
|
+
denom: 'ibc/CFBDAF961EC673ADC67091377E56D338E390B8A0953F5FED80387B765E8DCD53',
|
|
842
|
+
exponent: 0,
|
|
843
|
+
aliases: ['arb-wei']
|
|
844
|
+
}, {
|
|
845
|
+
denom: 'arb',
|
|
846
|
+
exponent: 18
|
|
847
|
+
}],
|
|
848
|
+
base: 'ibc/CFBDAF961EC673ADC67091377E56D338E390B8A0953F5FED80387B765E8DCD53',
|
|
849
|
+
name: 'Arbitrum',
|
|
850
|
+
display: 'arb',
|
|
851
|
+
symbol: 'ARB',
|
|
852
|
+
traces: [{
|
|
853
|
+
type: 'ibc',
|
|
854
|
+
counterparty: {
|
|
855
|
+
channel_id: 'channel-4',
|
|
856
|
+
base_denom: 'arb-wei',
|
|
857
|
+
chain_name: 'axelar'
|
|
858
|
+
},
|
|
859
|
+
chain: {
|
|
860
|
+
channel_id: 'channel-71'
|
|
861
|
+
}
|
|
862
|
+
}],
|
|
863
|
+
logo_URIs: {
|
|
864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
865
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
866
|
+
}
|
|
867
|
+
}, {
|
|
868
|
+
denom_units: [{
|
|
869
|
+
denom: 'ibc/3406FBBAEB20E62FF238FF6FD061BCF21F515E1546D3E9FF8571B12BDA29DDBB',
|
|
870
|
+
exponent: 0,
|
|
871
|
+
aliases: ['pepe-wei']
|
|
872
|
+
}, {
|
|
873
|
+
denom: 'pepe',
|
|
874
|
+
exponent: 18
|
|
875
|
+
}],
|
|
876
|
+
base: 'ibc/3406FBBAEB20E62FF238FF6FD061BCF21F515E1546D3E9FF8571B12BDA29DDBB',
|
|
877
|
+
name: 'Pepe',
|
|
878
|
+
display: 'pepe',
|
|
879
|
+
symbol: 'PEPE',
|
|
880
|
+
traces: [{
|
|
881
|
+
type: 'ibc',
|
|
882
|
+
counterparty: {
|
|
883
|
+
channel_id: 'channel-4',
|
|
884
|
+
base_denom: 'pepe-wei',
|
|
885
|
+
chain_name: 'axelar'
|
|
886
|
+
},
|
|
887
|
+
chain: {
|
|
888
|
+
channel_id: 'channel-71'
|
|
889
|
+
}
|
|
890
|
+
}]
|
|
891
|
+
}, {
|
|
892
|
+
denom_units: [{
|
|
893
|
+
denom: 'ibc/847E4A6698D469C9328F1BE68759C78C82891F90B42B7B13BC86462B7F2BE12B',
|
|
894
|
+
exponent: 0,
|
|
895
|
+
aliases: ['cbeth-wei']
|
|
896
|
+
}, {
|
|
897
|
+
denom: 'cbeth',
|
|
898
|
+
exponent: 18
|
|
899
|
+
}],
|
|
900
|
+
base: 'ibc/847E4A6698D469C9328F1BE68759C78C82891F90B42B7B13BC86462B7F2BE12B',
|
|
901
|
+
name: 'Coinbase Wrapped Staked ETH',
|
|
902
|
+
display: 'cbeth',
|
|
903
|
+
symbol: 'cbETH',
|
|
904
|
+
traces: [{
|
|
905
|
+
type: 'ibc',
|
|
906
|
+
counterparty: {
|
|
907
|
+
channel_id: 'channel-4',
|
|
908
|
+
base_denom: 'cbeth-wei',
|
|
909
|
+
chain_name: 'axelar'
|
|
910
|
+
},
|
|
911
|
+
chain: {
|
|
912
|
+
channel_id: 'channel-71'
|
|
913
|
+
}
|
|
914
|
+
}]
|
|
915
|
+
}, {
|
|
916
|
+
denom_units: [{
|
|
917
|
+
denom: 'ibc/10B9D995E2011BA306A3FFDBCD2B6A091002EF225DE02ACED49694B42940DD1F',
|
|
918
|
+
exponent: 0,
|
|
919
|
+
aliases: ['reth-wei']
|
|
920
|
+
}, {
|
|
921
|
+
denom: 'reth',
|
|
922
|
+
exponent: 18
|
|
923
|
+
}],
|
|
924
|
+
base: 'ibc/10B9D995E2011BA306A3FFDBCD2B6A091002EF225DE02ACED49694B42940DD1F',
|
|
925
|
+
name: 'Rocket Pool Ether',
|
|
926
|
+
display: 'reth',
|
|
927
|
+
symbol: 'rETH',
|
|
928
|
+
traces: [{
|
|
929
|
+
type: 'ibc',
|
|
930
|
+
counterparty: {
|
|
931
|
+
channel_id: 'channel-4',
|
|
932
|
+
base_denom: 'reth-wei',
|
|
933
|
+
chain_name: 'axelar'
|
|
934
|
+
},
|
|
935
|
+
chain: {
|
|
936
|
+
channel_id: 'channel-71'
|
|
937
|
+
}
|
|
938
|
+
}]
|
|
939
|
+
}, {
|
|
940
|
+
denom_units: [{
|
|
941
|
+
denom: 'ibc/39A90E0FA128DAE477510F0B9BE848B0D3C6D3BE2A464667B79EAD9BB847CC47',
|
|
942
|
+
exponent: 0,
|
|
943
|
+
aliases: ['sfrxeth-wei']
|
|
944
|
+
}, {
|
|
945
|
+
denom: 'sfrxeth',
|
|
946
|
+
exponent: 18
|
|
947
|
+
}],
|
|
948
|
+
base: 'ibc/39A90E0FA128DAE477510F0B9BE848B0D3C6D3BE2A464667B79EAD9BB847CC47',
|
|
949
|
+
name: 'Staked Frax Ether',
|
|
950
|
+
display: 'sfrxeth',
|
|
951
|
+
symbol: 'sfrxETH',
|
|
952
|
+
traces: [{
|
|
953
|
+
type: 'ibc',
|
|
954
|
+
counterparty: {
|
|
955
|
+
channel_id: 'channel-4',
|
|
956
|
+
base_denom: 'sfrxeth-wei',
|
|
957
|
+
chain_name: 'axelar'
|
|
958
|
+
},
|
|
959
|
+
chain: {
|
|
960
|
+
channel_id: 'channel-71'
|
|
961
|
+
}
|
|
962
|
+
}]
|
|
963
|
+
}, {
|
|
964
|
+
denom_units: [{
|
|
965
|
+
denom: 'ibc/D5D1F7B6004D1918CE125862C942F3289DE06E271661C2DD32E3F71479BAF751',
|
|
966
|
+
exponent: 0,
|
|
967
|
+
aliases: ['wsteth-wei']
|
|
968
|
+
}, {
|
|
969
|
+
denom: 'wsteth',
|
|
970
|
+
exponent: 18
|
|
971
|
+
}],
|
|
972
|
+
base: 'ibc/D5D1F7B6004D1918CE125862C942F3289DE06E271661C2DD32E3F71479BAF751',
|
|
973
|
+
name: 'Wrapped Lido Staked Ether',
|
|
974
|
+
display: 'wsteth',
|
|
975
|
+
symbol: 'wstETH',
|
|
976
|
+
traces: [{
|
|
977
|
+
type: 'ibc',
|
|
978
|
+
counterparty: {
|
|
979
|
+
channel_id: 'channel-4',
|
|
980
|
+
base_denom: 'wsteth-wei',
|
|
981
|
+
chain_name: 'axelar'
|
|
982
|
+
},
|
|
983
|
+
chain: {
|
|
984
|
+
channel_id: 'channel-71'
|
|
985
|
+
}
|
|
986
|
+
}]
|
|
810
987
|
}, {
|
|
811
988
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
812
989
|
denom_units: [{
|
|
@@ -1759,6 +1936,7 @@ var asset_list = {
|
|
|
1759
1936
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
1760
1937
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png'
|
|
1761
1938
|
},
|
|
1939
|
+
coingecko_id: 'white-whale',
|
|
1762
1940
|
traces: [{
|
|
1763
1941
|
type: 'ibc',
|
|
1764
1942
|
counterparty: {
|
|
@@ -1900,7 +2078,8 @@ var asset_list = {
|
|
|
1900
2078
|
display: 'stake',
|
|
1901
2079
|
symbol: 'STAKE',
|
|
1902
2080
|
logo_URIs: {
|
|
1903
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png'
|
|
2081
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1904
2083
|
},
|
|
1905
2084
|
traces: [{
|
|
1906
2085
|
type: 'ibc',
|
|
@@ -1928,7 +2107,8 @@ var asset_list = {
|
|
|
1928
2107
|
name: 'Frienzies',
|
|
1929
2108
|
symbol: 'FRNZ',
|
|
1930
2109
|
logo_URIs: {
|
|
1931
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
2110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1932
2112
|
},
|
|
1933
2113
|
traces: [{
|
|
1934
2114
|
type: 'ibc',
|
|
@@ -1969,7 +2149,8 @@ var asset_list = {
|
|
|
1969
2149
|
}
|
|
1970
2150
|
}],
|
|
1971
2151
|
logo_URIs: {
|
|
1972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png'
|
|
2152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
2153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1973
2154
|
}
|
|
1974
2155
|
}, {
|
|
1975
2156
|
description: 'USD Coin',
|
|
@@ -1985,6 +2166,10 @@ var asset_list = {
|
|
|
1985
2166
|
display: 'usdc',
|
|
1986
2167
|
name: 'USD Coin',
|
|
1987
2168
|
symbol: 'USDC',
|
|
2169
|
+
logo_URIs: {
|
|
2170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
|
|
2171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
|
|
2172
|
+
},
|
|
1988
2173
|
traces: [{
|
|
1989
2174
|
type: 'ibc',
|
|
1990
2175
|
counterparty: {
|
|
@@ -2116,6 +2301,33 @@ var asset_list = {
|
|
|
2116
2301
|
channel_id: 'channel-0'
|
|
2117
2302
|
}
|
|
2118
2303
|
}]
|
|
2304
|
+
}, {
|
|
2305
|
+
denom_units: [{
|
|
2306
|
+
denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
|
|
2307
|
+
exponent: 0,
|
|
2308
|
+
aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
|
|
2309
|
+
}, {
|
|
2310
|
+
denom: 'ibcx',
|
|
2311
|
+
exponent: 6
|
|
2312
|
+
}],
|
|
2313
|
+
base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
|
|
2314
|
+
name: 'IBCX',
|
|
2315
|
+
display: 'ibcx',
|
|
2316
|
+
symbol: 'IBCX',
|
|
2317
|
+
logo_URIs: {
|
|
2318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
|
|
2319
|
+
},
|
|
2320
|
+
traces: [{
|
|
2321
|
+
type: 'ibc',
|
|
2322
|
+
counterparty: {
|
|
2323
|
+
channel_id: 'channel-42',
|
|
2324
|
+
base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
|
|
2325
|
+
chain_name: 'osmosis'
|
|
2326
|
+
},
|
|
2327
|
+
chain: {
|
|
2328
|
+
channel_id: 'channel-0'
|
|
2329
|
+
}
|
|
2330
|
+
}]
|
|
2119
2331
|
}, {
|
|
2120
2332
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2121
2333
|
denom_units: [{
|
|
@@ -2525,6 +2737,34 @@ var asset_list = {
|
|
|
2525
2737
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
2526
2738
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
2527
2739
|
}
|
|
2740
|
+
}, {
|
|
2741
|
+
denom_units: [{
|
|
2742
|
+
denom: 'ibc/94C84307CAA7E1D83FF0E4FECB83926B1992AD5956278FB319501AFA6D61F8AE',
|
|
2743
|
+
exponent: 0,
|
|
2744
|
+
aliases: ['stuumee']
|
|
2745
|
+
}, {
|
|
2746
|
+
denom: 'stumee',
|
|
2747
|
+
exponent: 6
|
|
2748
|
+
}],
|
|
2749
|
+
base: 'ibc/94C84307CAA7E1D83FF0E4FECB83926B1992AD5956278FB319501AFA6D61F8AE',
|
|
2750
|
+
name: 'stUMEE',
|
|
2751
|
+
display: 'stumee',
|
|
2752
|
+
symbol: 'stUMEE',
|
|
2753
|
+
traces: [{
|
|
2754
|
+
type: 'ibc',
|
|
2755
|
+
counterparty: {
|
|
2756
|
+
channel_id: 'channel-24',
|
|
2757
|
+
base_denom: 'stuumee',
|
|
2758
|
+
chain_name: 'stride'
|
|
2759
|
+
},
|
|
2760
|
+
chain: {
|
|
2761
|
+
channel_id: 'channel-139'
|
|
2762
|
+
}
|
|
2763
|
+
}],
|
|
2764
|
+
logo_URIs: {
|
|
2765
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
2766
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
2767
|
+
}
|
|
2528
2768
|
}, {
|
|
2529
2769
|
description: 'The native staking token of Terra Classic.',
|
|
2530
2770
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -1010,6 +1010,132 @@ var assets = {
|
|
|
1010
1010
|
logo_URIs: {
|
|
1011
1011
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1012
1012
|
}
|
|
1013
|
+
}, {
|
|
1014
|
+
description: 'Spacer',
|
|
1015
|
+
type_asset: 'cw20',
|
|
1016
|
+
address: 'juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1017
|
+
denom_units: [{
|
|
1018
|
+
denom: 'cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1019
|
+
exponent: 0
|
|
1020
|
+
}, {
|
|
1021
|
+
denom: 'spacer',
|
|
1022
|
+
exponent: 6
|
|
1023
|
+
}],
|
|
1024
|
+
base: 'cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1025
|
+
name: 'Spacer',
|
|
1026
|
+
display: 'spacer',
|
|
1027
|
+
symbol: 'SPACER',
|
|
1028
|
+
logo_URIs: {
|
|
1029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
1030
|
+
}
|
|
1031
|
+
}, {
|
|
1032
|
+
description: 'Light: LumenX community DAO treasury token',
|
|
1033
|
+
type_asset: 'cw20',
|
|
1034
|
+
address: 'juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1035
|
+
denom_units: [{
|
|
1036
|
+
denom: 'cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1037
|
+
exponent: 0
|
|
1038
|
+
}, {
|
|
1039
|
+
denom: 'light',
|
|
1040
|
+
exponent: 9
|
|
1041
|
+
}],
|
|
1042
|
+
base: 'cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1043
|
+
name: 'LIGHT',
|
|
1044
|
+
display: 'light',
|
|
1045
|
+
symbol: 'LIGHT',
|
|
1046
|
+
logo_URIs: {
|
|
1047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
1048
|
+
}
|
|
1049
|
+
}, {
|
|
1050
|
+
description: 'Mille: the 1000th token on osmosis',
|
|
1051
|
+
type_asset: 'cw20',
|
|
1052
|
+
address: 'juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1053
|
+
denom_units: [{
|
|
1054
|
+
denom: 'cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1055
|
+
exponent: 0
|
|
1056
|
+
}, {
|
|
1057
|
+
denom: 'mile',
|
|
1058
|
+
exponent: 6
|
|
1059
|
+
}],
|
|
1060
|
+
base: 'cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1061
|
+
name: 'Mille',
|
|
1062
|
+
display: 'mile',
|
|
1063
|
+
symbol: 'MILE',
|
|
1064
|
+
logo_URIs: {
|
|
1065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
1066
|
+
}
|
|
1067
|
+
}, {
|
|
1068
|
+
description: 'Void',
|
|
1069
|
+
type_asset: 'cw20',
|
|
1070
|
+
address: 'juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1071
|
+
denom_units: [{
|
|
1072
|
+
denom: 'cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1073
|
+
exponent: 0
|
|
1074
|
+
}, {
|
|
1075
|
+
denom: 'void',
|
|
1076
|
+
exponent: 6
|
|
1077
|
+
}],
|
|
1078
|
+
base: 'cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1079
|
+
name: 'Void',
|
|
1080
|
+
display: 'void',
|
|
1081
|
+
symbol: 'VOID',
|
|
1082
|
+
logo_URIs: {
|
|
1083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
1084
|
+
}
|
|
1085
|
+
}, {
|
|
1086
|
+
description: 'Silica',
|
|
1087
|
+
type_asset: 'cw20',
|
|
1088
|
+
address: 'juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1089
|
+
denom_units: [{
|
|
1090
|
+
denom: 'cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1091
|
+
exponent: 0
|
|
1092
|
+
}, {
|
|
1093
|
+
denom: 'silica',
|
|
1094
|
+
exponent: 6
|
|
1095
|
+
}],
|
|
1096
|
+
base: 'cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1097
|
+
name: 'Silica',
|
|
1098
|
+
display: 'silica',
|
|
1099
|
+
symbol: 'SLCA',
|
|
1100
|
+
logo_URIs: {
|
|
1101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
1102
|
+
}
|
|
1103
|
+
}, {
|
|
1104
|
+
description: 'Pepec',
|
|
1105
|
+
type_asset: 'cw20',
|
|
1106
|
+
address: 'juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1107
|
+
denom_units: [{
|
|
1108
|
+
denom: 'cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1109
|
+
exponent: 0
|
|
1110
|
+
}, {
|
|
1111
|
+
denom: 'pepec',
|
|
1112
|
+
exponent: 6
|
|
1113
|
+
}],
|
|
1114
|
+
base: 'cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1115
|
+
name: 'Pepec',
|
|
1116
|
+
display: 'pepec',
|
|
1117
|
+
symbol: 'PEPEC',
|
|
1118
|
+
logo_URIs: {
|
|
1119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
1120
|
+
}
|
|
1121
|
+
}, {
|
|
1122
|
+
description: 'Palantin',
|
|
1123
|
+
type_asset: 'cw20',
|
|
1124
|
+
address: 'juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1125
|
+
denom_units: [{
|
|
1126
|
+
denom: 'cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1127
|
+
exponent: 0
|
|
1128
|
+
}, {
|
|
1129
|
+
denom: 'pltn',
|
|
1130
|
+
exponent: 6
|
|
1131
|
+
}],
|
|
1132
|
+
base: 'cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1133
|
+
name: 'Palantin',
|
|
1134
|
+
display: 'palantin',
|
|
1135
|
+
symbol: 'PLTN',
|
|
1136
|
+
logo_URIs: {
|
|
1137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
|
|
1138
|
+
}
|
|
1013
1139
|
}, {
|
|
1014
1140
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
1015
1141
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -33,8 +33,8 @@ var chain = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
36
|
-
recommended_version: 'v14.
|
|
37
|
-
compatible_versions: ['v14.0.0'],
|
|
36
|
+
recommended_version: 'v14.1.0',
|
|
37
|
+
compatible_versions: ['v14.0.0', 'v14.1.0'],
|
|
38
38
|
cosmos_sdk_version: '0.45',
|
|
39
39
|
consensus: {
|
|
40
40
|
type: 'tendermint',
|
|
@@ -60,10 +60,14 @@ var chain = {
|
|
|
60
60
|
}, {
|
|
61
61
|
name: 'v14',
|
|
62
62
|
height: 7875721,
|
|
63
|
-
recommended_version: 'v14.
|
|
64
|
-
compatible_versions: ['v14.0.0']
|
|
63
|
+
recommended_version: 'v14.1.0',
|
|
64
|
+
compatible_versions: ['v14.0.0', 'v14.1.0']
|
|
65
65
|
}]
|
|
66
66
|
},
|
|
67
|
+
logo_URIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
70
|
+
},
|
|
67
71
|
peers: {
|
|
68
72
|
seeds: [{
|
|
69
73
|
id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
|
|
@@ -100,6 +104,18 @@ var chain = {
|
|
|
100
104
|
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
101
105
|
address: 'seed-juno.freshstaking.com:39656',
|
|
102
106
|
provider: 'FreshSTAKING'
|
|
107
|
+
}, {
|
|
108
|
+
id: '47d942718533d36823e16b9502c035ca9f318ef4',
|
|
109
|
+
address: 'seeds.whispernode.com:12656',
|
|
110
|
+
provider: 'WhisperNode🤐'
|
|
111
|
+
}, {
|
|
112
|
+
id: '400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc',
|
|
113
|
+
address: 'juno.rpc.kjnodes.com:15759',
|
|
114
|
+
provider: 'kjnodes'
|
|
115
|
+
}, {
|
|
116
|
+
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
117
|
+
address: 'seed-juno-01.stakeflow.io:2307',
|
|
118
|
+
provider: 'Genesis Lab'
|
|
103
119
|
}],
|
|
104
120
|
persistent_peers: [{
|
|
105
121
|
id: '7f593757c0cde8972ce929381d8ac8e446837811',
|
|
@@ -112,6 +128,10 @@ var chain = {
|
|
|
112
128
|
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
113
129
|
address: 'seed-juno.freshstaking.com:39656',
|
|
114
130
|
provider: 'FreshSTAKING'
|
|
131
|
+
}, {
|
|
132
|
+
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
133
|
+
address: 'peer-juno-01.stakeflow.io:2307',
|
|
134
|
+
provider: 'Genesis Lab'
|
|
115
135
|
}]
|
|
116
136
|
},
|
|
117
137
|
apis: {
|
|
@@ -184,6 +204,15 @@ var chain = {
|
|
|
184
204
|
}, {
|
|
185
205
|
address: 'http://167.235.211.168:26657',
|
|
186
206
|
provider: 'CommunityStaking'
|
|
207
|
+
}, {
|
|
208
|
+
address: 'https://juno.rpc.silknodes.io',
|
|
209
|
+
provider: 'Silk Nodes'
|
|
210
|
+
}, {
|
|
211
|
+
address: 'https://juno.rpc.kjnodes.com',
|
|
212
|
+
provider: 'kjnodes'
|
|
213
|
+
}, {
|
|
214
|
+
address: 'https://rpc-juno-01.stakeflow.io',
|
|
215
|
+
provider: 'Genesis Lab'
|
|
187
216
|
}],
|
|
188
217
|
rest: [{
|
|
189
218
|
address: 'https://lcd-juno.itastakers.com',
|
|
@@ -242,6 +271,15 @@ var chain = {
|
|
|
242
271
|
}, {
|
|
243
272
|
address: 'http://167.235.211.168:1317',
|
|
244
273
|
provider: 'CommunityStaking'
|
|
274
|
+
}, {
|
|
275
|
+
address: 'https://juno.api.silknodes.io',
|
|
276
|
+
provider: 'Silk Nodes'
|
|
277
|
+
}, {
|
|
278
|
+
address: 'https://juno.api.kjnodes.com',
|
|
279
|
+
provider: 'kjnodes'
|
|
280
|
+
}, {
|
|
281
|
+
address: 'https://api-juno-01.stakeflow.io',
|
|
282
|
+
provider: 'Genesis Lab'
|
|
245
283
|
}],
|
|
246
284
|
grpc: [{
|
|
247
285
|
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
@@ -276,6 +314,12 @@ var chain = {
|
|
|
276
314
|
}, {
|
|
277
315
|
address: 'http://167.235.211.168:9091',
|
|
278
316
|
provider: 'CommunityStaking'
|
|
317
|
+
}, {
|
|
318
|
+
address: 'juno.grpc.kjnodes.com:15790',
|
|
319
|
+
provider: 'kjnodes'
|
|
320
|
+
}, {
|
|
321
|
+
address: 'grpc-juno-01.stakeflow.io:2302',
|
|
322
|
+
provider: 'Genesis Lab'
|
|
279
323
|
}]
|
|
280
324
|
},
|
|
281
325
|
explorers: [{
|
|
@@ -299,11 +343,16 @@ var chain = {
|
|
|
299
343
|
}, {
|
|
300
344
|
kind: 'atomscan',
|
|
301
345
|
url: 'https://atomscan.com/juno',
|
|
302
|
-
tx_page: 'https://atomscan.com/juno/transactions/${txHash}'
|
|
346
|
+
tx_page: 'https://atomscan.com/juno/transactions/${txHash}',
|
|
347
|
+
account_page: 'https://atomscan.com/juno/accounts/${accountAddress}'
|
|
303
348
|
}, {
|
|
304
349
|
kind: 'TC Network',
|
|
305
350
|
url: 'https://explorer.tcnetwork.io/juno',
|
|
306
351
|
tx_page: 'https://explorer.tcnetwork.io/juno/transaction/${txHash}'
|
|
352
|
+
}, {
|
|
353
|
+
kind: 'Stakeflow',
|
|
354
|
+
url: 'https://stakeflow.io/juno',
|
|
355
|
+
account_page: 'https://stakeflow.io/juno/accounts/${accountAddress}'
|
|
307
356
|
}]
|
|
308
357
|
};
|
|
309
358
|
var _default = chain;
|
package/main/testnet.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.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.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.11.0",
|
|
54
54
|
"@types/jest": "^29.5.1",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
56
|
"@typescript-eslint/parser": "5.59.0",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.15.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.21.0",
|
|
76
76
|
"@chain-registry/types": "^0.16.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "b2e52cf39bbe96c704b2c9e7d8716af2ab1b7a25"
|
|
79
79
|
}
|