@chain-registry/juno 1.15.0 → 1.17.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 +455 -6
- package/main/assets.js +170 -0
- package/main/chain.js +85 -17
- package/main/testnet.js +7 -7
- 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.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.16.0...@chain-registry/juno@1.17.0) (2023-07-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [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)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -124,7 +124,8 @@ var asset_list = {
|
|
|
124
124
|
logo_URIs: {
|
|
125
125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
126
126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
127
|
-
}
|
|
127
|
+
},
|
|
128
|
+
coingecko_id: 'axlusdc'
|
|
128
129
|
}, {
|
|
129
130
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
130
131
|
denom_units: [{
|
|
@@ -151,8 +152,7 @@ var asset_list = {
|
|
|
151
152
|
}
|
|
152
153
|
}],
|
|
153
154
|
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'
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
|
|
156
156
|
}
|
|
157
157
|
}, {
|
|
158
158
|
description: 'Dai stablecoin on Axelar',
|
|
@@ -807,6 +807,184 @@ var asset_list = {
|
|
|
807
807
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
808
808
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
809
809
|
}
|
|
810
|
+
}, {
|
|
811
|
+
description: 'Wrapped FIL on Axelar',
|
|
812
|
+
denom_units: [{
|
|
813
|
+
denom: 'ibc/9DC98F4F0ED2816422497CA3D1BE02E38D0656F031173654903ADD248A1C3720',
|
|
814
|
+
exponent: 0,
|
|
815
|
+
aliases: ['wfil-wei']
|
|
816
|
+
}, {
|
|
817
|
+
denom: 'fil',
|
|
818
|
+
exponent: 18
|
|
819
|
+
}],
|
|
820
|
+
base: 'ibc/9DC98F4F0ED2816422497CA3D1BE02E38D0656F031173654903ADD248A1C3720',
|
|
821
|
+
name: 'Wrapped FIL from Filecoin',
|
|
822
|
+
display: 'fil',
|
|
823
|
+
symbol: 'axlFIL',
|
|
824
|
+
traces: [{
|
|
825
|
+
type: 'ibc',
|
|
826
|
+
counterparty: {
|
|
827
|
+
channel_id: 'channel-4',
|
|
828
|
+
base_denom: 'wfil-wei',
|
|
829
|
+
chain_name: 'axelar'
|
|
830
|
+
},
|
|
831
|
+
chain: {
|
|
832
|
+
channel_id: 'channel-71'
|
|
833
|
+
}
|
|
834
|
+
}],
|
|
835
|
+
logo_URIs: {
|
|
836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/filecoin/images/wfil.svg',
|
|
837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/filecoin/images/wfil.png'
|
|
838
|
+
}
|
|
839
|
+
}, {
|
|
840
|
+
description: 'Arbitrum on Axelar',
|
|
841
|
+
denom_units: [{
|
|
842
|
+
denom: 'ibc/CFBDAF961EC673ADC67091377E56D338E390B8A0953F5FED80387B765E8DCD53',
|
|
843
|
+
exponent: 0,
|
|
844
|
+
aliases: ['arb-wei']
|
|
845
|
+
}, {
|
|
846
|
+
denom: 'arb',
|
|
847
|
+
exponent: 18
|
|
848
|
+
}],
|
|
849
|
+
base: 'ibc/CFBDAF961EC673ADC67091377E56D338E390B8A0953F5FED80387B765E8DCD53',
|
|
850
|
+
name: 'Arbitrum',
|
|
851
|
+
display: 'arb',
|
|
852
|
+
symbol: 'ARB',
|
|
853
|
+
traces: [{
|
|
854
|
+
type: 'ibc',
|
|
855
|
+
counterparty: {
|
|
856
|
+
channel_id: 'channel-4',
|
|
857
|
+
base_denom: 'arb-wei',
|
|
858
|
+
chain_name: 'axelar'
|
|
859
|
+
},
|
|
860
|
+
chain: {
|
|
861
|
+
channel_id: 'channel-71'
|
|
862
|
+
}
|
|
863
|
+
}],
|
|
864
|
+
logo_URIs: {
|
|
865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
867
|
+
}
|
|
868
|
+
}, {
|
|
869
|
+
denom_units: [{
|
|
870
|
+
denom: 'ibc/3406FBBAEB20E62FF238FF6FD061BCF21F515E1546D3E9FF8571B12BDA29DDBB',
|
|
871
|
+
exponent: 0,
|
|
872
|
+
aliases: ['pepe-wei']
|
|
873
|
+
}, {
|
|
874
|
+
denom: 'pepe',
|
|
875
|
+
exponent: 18
|
|
876
|
+
}],
|
|
877
|
+
base: 'ibc/3406FBBAEB20E62FF238FF6FD061BCF21F515E1546D3E9FF8571B12BDA29DDBB',
|
|
878
|
+
name: 'Pepe',
|
|
879
|
+
display: 'pepe',
|
|
880
|
+
symbol: 'PEPE',
|
|
881
|
+
traces: [{
|
|
882
|
+
type: 'ibc',
|
|
883
|
+
counterparty: {
|
|
884
|
+
channel_id: 'channel-4',
|
|
885
|
+
base_denom: 'pepe-wei',
|
|
886
|
+
chain_name: 'axelar'
|
|
887
|
+
},
|
|
888
|
+
chain: {
|
|
889
|
+
channel_id: 'channel-71'
|
|
890
|
+
}
|
|
891
|
+
}]
|
|
892
|
+
}, {
|
|
893
|
+
denom_units: [{
|
|
894
|
+
denom: 'ibc/847E4A6698D469C9328F1BE68759C78C82891F90B42B7B13BC86462B7F2BE12B',
|
|
895
|
+
exponent: 0,
|
|
896
|
+
aliases: ['cbeth-wei']
|
|
897
|
+
}, {
|
|
898
|
+
denom: 'cbeth',
|
|
899
|
+
exponent: 18
|
|
900
|
+
}],
|
|
901
|
+
base: 'ibc/847E4A6698D469C9328F1BE68759C78C82891F90B42B7B13BC86462B7F2BE12B',
|
|
902
|
+
name: 'Coinbase Wrapped Staked ETH',
|
|
903
|
+
display: 'cbeth',
|
|
904
|
+
symbol: 'cbETH',
|
|
905
|
+
traces: [{
|
|
906
|
+
type: 'ibc',
|
|
907
|
+
counterparty: {
|
|
908
|
+
channel_id: 'channel-4',
|
|
909
|
+
base_denom: 'cbeth-wei',
|
|
910
|
+
chain_name: 'axelar'
|
|
911
|
+
},
|
|
912
|
+
chain: {
|
|
913
|
+
channel_id: 'channel-71'
|
|
914
|
+
}
|
|
915
|
+
}]
|
|
916
|
+
}, {
|
|
917
|
+
denom_units: [{
|
|
918
|
+
denom: 'ibc/10B9D995E2011BA306A3FFDBCD2B6A091002EF225DE02ACED49694B42940DD1F',
|
|
919
|
+
exponent: 0,
|
|
920
|
+
aliases: ['reth-wei']
|
|
921
|
+
}, {
|
|
922
|
+
denom: 'reth',
|
|
923
|
+
exponent: 18
|
|
924
|
+
}],
|
|
925
|
+
base: 'ibc/10B9D995E2011BA306A3FFDBCD2B6A091002EF225DE02ACED49694B42940DD1F',
|
|
926
|
+
name: 'Rocket Pool Ether',
|
|
927
|
+
display: 'reth',
|
|
928
|
+
symbol: 'rETH',
|
|
929
|
+
traces: [{
|
|
930
|
+
type: 'ibc',
|
|
931
|
+
counterparty: {
|
|
932
|
+
channel_id: 'channel-4',
|
|
933
|
+
base_denom: 'reth-wei',
|
|
934
|
+
chain_name: 'axelar'
|
|
935
|
+
},
|
|
936
|
+
chain: {
|
|
937
|
+
channel_id: 'channel-71'
|
|
938
|
+
}
|
|
939
|
+
}]
|
|
940
|
+
}, {
|
|
941
|
+
denom_units: [{
|
|
942
|
+
denom: 'ibc/39A90E0FA128DAE477510F0B9BE848B0D3C6D3BE2A464667B79EAD9BB847CC47',
|
|
943
|
+
exponent: 0,
|
|
944
|
+
aliases: ['sfrxeth-wei']
|
|
945
|
+
}, {
|
|
946
|
+
denom: 'sfrxeth',
|
|
947
|
+
exponent: 18
|
|
948
|
+
}],
|
|
949
|
+
base: 'ibc/39A90E0FA128DAE477510F0B9BE848B0D3C6D3BE2A464667B79EAD9BB847CC47',
|
|
950
|
+
name: 'Staked Frax Ether',
|
|
951
|
+
display: 'sfrxeth',
|
|
952
|
+
symbol: 'sfrxETH',
|
|
953
|
+
traces: [{
|
|
954
|
+
type: 'ibc',
|
|
955
|
+
counterparty: {
|
|
956
|
+
channel_id: 'channel-4',
|
|
957
|
+
base_denom: 'sfrxeth-wei',
|
|
958
|
+
chain_name: 'axelar'
|
|
959
|
+
},
|
|
960
|
+
chain: {
|
|
961
|
+
channel_id: 'channel-71'
|
|
962
|
+
}
|
|
963
|
+
}]
|
|
964
|
+
}, {
|
|
965
|
+
denom_units: [{
|
|
966
|
+
denom: 'ibc/D5D1F7B6004D1918CE125862C942F3289DE06E271661C2DD32E3F71479BAF751',
|
|
967
|
+
exponent: 0,
|
|
968
|
+
aliases: ['wsteth-wei']
|
|
969
|
+
}, {
|
|
970
|
+
denom: 'wsteth',
|
|
971
|
+
exponent: 18
|
|
972
|
+
}],
|
|
973
|
+
base: 'ibc/D5D1F7B6004D1918CE125862C942F3289DE06E271661C2DD32E3F71479BAF751',
|
|
974
|
+
name: 'Wrapped Lido Staked Ether',
|
|
975
|
+
display: 'wsteth',
|
|
976
|
+
symbol: 'wstETH',
|
|
977
|
+
traces: [{
|
|
978
|
+
type: 'ibc',
|
|
979
|
+
counterparty: {
|
|
980
|
+
channel_id: 'channel-4',
|
|
981
|
+
base_denom: 'wsteth-wei',
|
|
982
|
+
chain_name: 'axelar'
|
|
983
|
+
},
|
|
984
|
+
chain: {
|
|
985
|
+
channel_id: 'channel-71'
|
|
986
|
+
}
|
|
987
|
+
}]
|
|
810
988
|
}, {
|
|
811
989
|
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
990
|
denom_units: [{
|
|
@@ -1759,6 +1937,7 @@ var asset_list = {
|
|
|
1759
1937
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
1760
1938
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png'
|
|
1761
1939
|
},
|
|
1940
|
+
coingecko_id: 'white-whale',
|
|
1762
1941
|
traces: [{
|
|
1763
1942
|
type: 'ibc',
|
|
1764
1943
|
counterparty: {
|
|
@@ -1900,7 +2079,8 @@ var asset_list = {
|
|
|
1900
2079
|
display: 'stake',
|
|
1901
2080
|
symbol: 'STAKE',
|
|
1902
2081
|
logo_URIs: {
|
|
1903
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png'
|
|
2082
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
2083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1904
2084
|
},
|
|
1905
2085
|
traces: [{
|
|
1906
2086
|
type: 'ibc',
|
|
@@ -1928,7 +2108,8 @@ var asset_list = {
|
|
|
1928
2108
|
name: 'Frienzies',
|
|
1929
2109
|
symbol: 'FRNZ',
|
|
1930
2110
|
logo_URIs: {
|
|
1931
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
2111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
2112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1932
2113
|
},
|
|
1933
2114
|
traces: [{
|
|
1934
2115
|
type: 'ibc',
|
|
@@ -1969,7 +2150,8 @@ var asset_list = {
|
|
|
1969
2150
|
}
|
|
1970
2151
|
}],
|
|
1971
2152
|
logo_URIs: {
|
|
1972
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png'
|
|
2153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
2154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1973
2155
|
}
|
|
1974
2156
|
}, {
|
|
1975
2157
|
description: 'USD Coin',
|
|
@@ -1985,6 +2167,10 @@ var asset_list = {
|
|
|
1985
2167
|
display: 'usdc',
|
|
1986
2168
|
name: 'USD Coin',
|
|
1987
2169
|
symbol: 'USDC',
|
|
2170
|
+
logo_URIs: {
|
|
2171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
|
|
2172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
|
|
2173
|
+
},
|
|
1988
2174
|
traces: [{
|
|
1989
2175
|
type: 'ibc',
|
|
1990
2176
|
counterparty: {
|
|
@@ -2116,6 +2302,63 @@ var asset_list = {
|
|
|
2116
2302
|
channel_id: 'channel-0'
|
|
2117
2303
|
}
|
|
2118
2304
|
}]
|
|
2305
|
+
}, {
|
|
2306
|
+
denom_units: [{
|
|
2307
|
+
denom: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
|
|
2308
|
+
exponent: 0,
|
|
2309
|
+
aliases: ['factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx']
|
|
2310
|
+
}, {
|
|
2311
|
+
denom: 'ibcx',
|
|
2312
|
+
exponent: 6
|
|
2313
|
+
}],
|
|
2314
|
+
address: 'osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm',
|
|
2315
|
+
base: 'ibc/3616134E71F4F7C0AFD22C439567E8C514BE88955903834F4580D9E3E4E3470F',
|
|
2316
|
+
name: 'IBCX Core <Product of ION DAO>',
|
|
2317
|
+
display: 'ibcx',
|
|
2318
|
+
symbol: 'IBCX',
|
|
2319
|
+
logo_URIs: {
|
|
2320
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg'
|
|
2321
|
+
},
|
|
2322
|
+
traces: [{
|
|
2323
|
+
type: 'ibc',
|
|
2324
|
+
counterparty: {
|
|
2325
|
+
channel_id: 'channel-42',
|
|
2326
|
+
base_denom: 'factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx',
|
|
2327
|
+
chain_name: 'osmosis'
|
|
2328
|
+
},
|
|
2329
|
+
chain: {
|
|
2330
|
+
channel_id: 'channel-0'
|
|
2331
|
+
}
|
|
2332
|
+
}]
|
|
2333
|
+
}, {
|
|
2334
|
+
denom_units: [{
|
|
2335
|
+
denom: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
|
|
2336
|
+
exponent: 0,
|
|
2337
|
+
aliases: ['factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx']
|
|
2338
|
+
}, {
|
|
2339
|
+
denom: 'stibcx',
|
|
2340
|
+
exponent: 6
|
|
2341
|
+
}],
|
|
2342
|
+
address: 'osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k',
|
|
2343
|
+
base: 'ibc/D4A5AE8E8DD0D49F559F9D85EDF17643E3444BD424FFE7158A8187A5BAFDD463',
|
|
2344
|
+
name: 'stIBCX Core <Product of ION DAO>',
|
|
2345
|
+
display: 'stibcx',
|
|
2346
|
+
symbol: 'stIBCX',
|
|
2347
|
+
logo_URIs: {
|
|
2348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg',
|
|
2349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png'
|
|
2350
|
+
},
|
|
2351
|
+
traces: [{
|
|
2352
|
+
type: 'ibc',
|
|
2353
|
+
counterparty: {
|
|
2354
|
+
channel_id: 'channel-42',
|
|
2355
|
+
base_denom: 'factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx',
|
|
2356
|
+
chain_name: 'osmosis'
|
|
2357
|
+
},
|
|
2358
|
+
chain: {
|
|
2359
|
+
channel_id: 'channel-0'
|
|
2360
|
+
}
|
|
2361
|
+
}]
|
|
2119
2362
|
}, {
|
|
2120
2363
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2121
2364
|
denom_units: [{
|
|
@@ -2208,6 +2451,156 @@ var asset_list = {
|
|
|
2208
2451
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2209
2452
|
},
|
|
2210
2453
|
keywords: ['canon']
|
|
2454
|
+
}, {
|
|
2455
|
+
description: 'QCK - native token of Quicksilver',
|
|
2456
|
+
denom_units: [{
|
|
2457
|
+
denom: 'ibc/27718E6B6B94C2BCF9A1ABB85CBE8AC95130B07817D21D7BC2D293F9295395D9',
|
|
2458
|
+
exponent: 0,
|
|
2459
|
+
aliases: ['uqck']
|
|
2460
|
+
}, {
|
|
2461
|
+
denom: 'qck',
|
|
2462
|
+
exponent: 6,
|
|
2463
|
+
aliases: []
|
|
2464
|
+
}],
|
|
2465
|
+
base: 'ibc/27718E6B6B94C2BCF9A1ABB85CBE8AC95130B07817D21D7BC2D293F9295395D9',
|
|
2466
|
+
name: 'Quicksilver',
|
|
2467
|
+
display: 'qck',
|
|
2468
|
+
symbol: 'QCK',
|
|
2469
|
+
logo_URIs: {
|
|
2470
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
2471
|
+
},
|
|
2472
|
+
coingecko_id: 'quicksilver',
|
|
2473
|
+
traces: [{
|
|
2474
|
+
type: 'ibc',
|
|
2475
|
+
counterparty: {
|
|
2476
|
+
channel_id: 'channel-22',
|
|
2477
|
+
base_denom: 'uqck',
|
|
2478
|
+
chain_name: 'quicksilver'
|
|
2479
|
+
},
|
|
2480
|
+
chain: {
|
|
2481
|
+
channel_id: 'channel-215'
|
|
2482
|
+
}
|
|
2483
|
+
}]
|
|
2484
|
+
}, {
|
|
2485
|
+
description: 'Quicksilver Liquid Staked STARS',
|
|
2486
|
+
denom_units: [{
|
|
2487
|
+
denom: 'ibc/A8329EF9938F24002D235DAD9DFF5FD7A7175E7691C74FB5D4C080DE76D15D4A',
|
|
2488
|
+
exponent: 0,
|
|
2489
|
+
aliases: ['uqstars']
|
|
2490
|
+
}, {
|
|
2491
|
+
denom: 'qstars',
|
|
2492
|
+
exponent: 6,
|
|
2493
|
+
aliases: []
|
|
2494
|
+
}],
|
|
2495
|
+
base: 'ibc/A8329EF9938F24002D235DAD9DFF5FD7A7175E7691C74FB5D4C080DE76D15D4A',
|
|
2496
|
+
name: 'Quicksilver Liquid Staked STARS',
|
|
2497
|
+
display: 'qstars',
|
|
2498
|
+
symbol: 'qSTARS',
|
|
2499
|
+
traces: [{
|
|
2500
|
+
type: 'ibc',
|
|
2501
|
+
counterparty: {
|
|
2502
|
+
channel_id: 'channel-22',
|
|
2503
|
+
base_denom: 'uqstars',
|
|
2504
|
+
chain_name: 'quicksilver'
|
|
2505
|
+
},
|
|
2506
|
+
chain: {
|
|
2507
|
+
channel_id: 'channel-215'
|
|
2508
|
+
}
|
|
2509
|
+
}],
|
|
2510
|
+
logo_URIs: {
|
|
2511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png',
|
|
2512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg'
|
|
2513
|
+
}
|
|
2514
|
+
}, {
|
|
2515
|
+
description: 'Quicksilver Liquid Staked ATOM',
|
|
2516
|
+
denom_units: [{
|
|
2517
|
+
denom: 'ibc/15002134A042F4E60A1BB7AF5C71B6621D362485A6FE7CBBE9CD22B4497515D4',
|
|
2518
|
+
exponent: 0,
|
|
2519
|
+
aliases: ['uqatom']
|
|
2520
|
+
}, {
|
|
2521
|
+
denom: 'qatom',
|
|
2522
|
+
exponent: 6,
|
|
2523
|
+
aliases: []
|
|
2524
|
+
}],
|
|
2525
|
+
base: 'ibc/15002134A042F4E60A1BB7AF5C71B6621D362485A6FE7CBBE9CD22B4497515D4',
|
|
2526
|
+
name: 'Quicksilver Liquid Staked ATOM',
|
|
2527
|
+
display: 'qatom',
|
|
2528
|
+
symbol: 'qATOM',
|
|
2529
|
+
traces: [{
|
|
2530
|
+
type: 'ibc',
|
|
2531
|
+
counterparty: {
|
|
2532
|
+
channel_id: 'channel-22',
|
|
2533
|
+
base_denom: 'uqatom',
|
|
2534
|
+
chain_name: 'quicksilver'
|
|
2535
|
+
},
|
|
2536
|
+
chain: {
|
|
2537
|
+
channel_id: 'channel-215'
|
|
2538
|
+
}
|
|
2539
|
+
}],
|
|
2540
|
+
logo_URIs: {
|
|
2541
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png',
|
|
2542
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg'
|
|
2543
|
+
}
|
|
2544
|
+
}, {
|
|
2545
|
+
description: 'Quicksilver Liquid Staked REGEN',
|
|
2546
|
+
denom_units: [{
|
|
2547
|
+
denom: 'ibc/E5E2DC973727C8DEB8A3D0E076D148A92667709C95411BE1C08A1C3D716A6F70',
|
|
2548
|
+
exponent: 0,
|
|
2549
|
+
aliases: ['uqregen']
|
|
2550
|
+
}, {
|
|
2551
|
+
denom: 'qregen',
|
|
2552
|
+
exponent: 6,
|
|
2553
|
+
aliases: []
|
|
2554
|
+
}],
|
|
2555
|
+
base: 'ibc/E5E2DC973727C8DEB8A3D0E076D148A92667709C95411BE1C08A1C3D716A6F70',
|
|
2556
|
+
name: 'Quicksilver Liquid Staked Regen',
|
|
2557
|
+
display: 'qregen',
|
|
2558
|
+
symbol: 'qREGEN',
|
|
2559
|
+
traces: [{
|
|
2560
|
+
type: 'ibc',
|
|
2561
|
+
counterparty: {
|
|
2562
|
+
channel_id: 'channel-22',
|
|
2563
|
+
base_denom: 'uqregen',
|
|
2564
|
+
chain_name: 'quicksilver'
|
|
2565
|
+
},
|
|
2566
|
+
chain: {
|
|
2567
|
+
channel_id: 'channel-215'
|
|
2568
|
+
}
|
|
2569
|
+
}],
|
|
2570
|
+
logo_URIs: {
|
|
2571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png',
|
|
2572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg'
|
|
2573
|
+
}
|
|
2574
|
+
}, {
|
|
2575
|
+
description: 'Quicksilver Liquid Staked OSMO',
|
|
2576
|
+
denom_units: [{
|
|
2577
|
+
denom: 'ibc/0979EC8BBF3B0EDF0D684754CB193F98B5CA5FD66F64B88BB9440BC1A30236B7',
|
|
2578
|
+
exponent: 0,
|
|
2579
|
+
aliases: ['uqosmo']
|
|
2580
|
+
}, {
|
|
2581
|
+
denom: 'qosmo',
|
|
2582
|
+
exponent: 6,
|
|
2583
|
+
aliases: []
|
|
2584
|
+
}],
|
|
2585
|
+
base: 'ibc/0979EC8BBF3B0EDF0D684754CB193F98B5CA5FD66F64B88BB9440BC1A30236B7',
|
|
2586
|
+
name: 'Quicksilver Liquid Staked OSMO',
|
|
2587
|
+
display: 'qosmo',
|
|
2588
|
+
symbol: 'qOSMO',
|
|
2589
|
+
traces: [{
|
|
2590
|
+
type: 'ibc',
|
|
2591
|
+
counterparty: {
|
|
2592
|
+
channel_id: 'channel-22',
|
|
2593
|
+
base_denom: 'uqosmo',
|
|
2594
|
+
chain_name: 'quicksilver'
|
|
2595
|
+
},
|
|
2596
|
+
chain: {
|
|
2597
|
+
channel_id: 'channel-215'
|
|
2598
|
+
}
|
|
2599
|
+
}],
|
|
2600
|
+
logo_URIs: {
|
|
2601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png',
|
|
2602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg'
|
|
2603
|
+
}
|
|
2211
2604
|
}, {
|
|
2212
2605
|
description: 'The native token of Secret Network',
|
|
2213
2606
|
denom_units: [{
|
|
@@ -2525,6 +2918,62 @@ var asset_list = {
|
|
|
2525
2918
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
2526
2919
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
2527
2920
|
}
|
|
2921
|
+
}, {
|
|
2922
|
+
denom_units: [{
|
|
2923
|
+
denom: 'ibc/94C84307CAA7E1D83FF0E4FECB83926B1992AD5956278FB319501AFA6D61F8AE',
|
|
2924
|
+
exponent: 0,
|
|
2925
|
+
aliases: ['stuumee']
|
|
2926
|
+
}, {
|
|
2927
|
+
denom: 'stumee',
|
|
2928
|
+
exponent: 6
|
|
2929
|
+
}],
|
|
2930
|
+
base: 'ibc/94C84307CAA7E1D83FF0E4FECB83926B1992AD5956278FB319501AFA6D61F8AE',
|
|
2931
|
+
name: 'stUMEE',
|
|
2932
|
+
display: 'stumee',
|
|
2933
|
+
symbol: 'stUMEE',
|
|
2934
|
+
traces: [{
|
|
2935
|
+
type: 'ibc',
|
|
2936
|
+
counterparty: {
|
|
2937
|
+
channel_id: 'channel-24',
|
|
2938
|
+
base_denom: 'stuumee',
|
|
2939
|
+
chain_name: 'stride'
|
|
2940
|
+
},
|
|
2941
|
+
chain: {
|
|
2942
|
+
channel_id: 'channel-139'
|
|
2943
|
+
}
|
|
2944
|
+
}],
|
|
2945
|
+
logo_URIs: {
|
|
2946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
2947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
2948
|
+
}
|
|
2949
|
+
}, {
|
|
2950
|
+
denom_units: [{
|
|
2951
|
+
denom: 'ibc/F2FED6CFFF814D916DB3788406455D3E0927C367BACA1EAC523C9E63BDC15593',
|
|
2952
|
+
exponent: 0,
|
|
2953
|
+
aliases: ['stucmdx']
|
|
2954
|
+
}, {
|
|
2955
|
+
denom: 'stcmdx',
|
|
2956
|
+
exponent: 6
|
|
2957
|
+
}],
|
|
2958
|
+
base: 'ibc/F2FED6CFFF814D916DB3788406455D3E0927C367BACA1EAC523C9E63BDC15593',
|
|
2959
|
+
name: 'stCMDX',
|
|
2960
|
+
display: 'stcmdx',
|
|
2961
|
+
symbol: 'stCMDX',
|
|
2962
|
+
traces: [{
|
|
2963
|
+
type: 'ibc',
|
|
2964
|
+
counterparty: {
|
|
2965
|
+
channel_id: 'channel-24',
|
|
2966
|
+
base_denom: 'stucmdx',
|
|
2967
|
+
chain_name: 'stride'
|
|
2968
|
+
},
|
|
2969
|
+
chain: {
|
|
2970
|
+
channel_id: 'channel-139'
|
|
2971
|
+
}
|
|
2972
|
+
}],
|
|
2973
|
+
logo_URIs: {
|
|
2974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png',
|
|
2975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg'
|
|
2976
|
+
}
|
|
2528
2977
|
}, {
|
|
2529
2978
|
description: 'The native staking token of Terra Classic.',
|
|
2530
2979
|
denom_units: [{
|
package/main/assets.js
CHANGED
|
@@ -25,6 +25,31 @@ var assets = {
|
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
26
26
|
},
|
|
27
27
|
coingecko_id: 'juno-network'
|
|
28
|
+
}, {
|
|
29
|
+
denom_units: [{
|
|
30
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
31
|
+
exponent: 0
|
|
32
|
+
}, {
|
|
33
|
+
denom: 'atom',
|
|
34
|
+
exponent: 6
|
|
35
|
+
}],
|
|
36
|
+
type_asset: 'ics20',
|
|
37
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
38
|
+
name: 'ATOM on Juno',
|
|
39
|
+
display: 'atom',
|
|
40
|
+
symbol: 'ATOM',
|
|
41
|
+
traces: [{
|
|
42
|
+
type: 'ibc',
|
|
43
|
+
counterparty: {
|
|
44
|
+
chain_name: 'cosmoshub',
|
|
45
|
+
base_denom: 'uatom',
|
|
46
|
+
channel_id: 'channel-207'
|
|
47
|
+
},
|
|
48
|
+
chain: {
|
|
49
|
+
channel_id: 'channel-1',
|
|
50
|
+
path: 'transfer/channel-1/uatom'
|
|
51
|
+
}
|
|
52
|
+
}]
|
|
28
53
|
}, {
|
|
29
54
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
30
55
|
type_asset: 'cw20',
|
|
@@ -1010,6 +1035,151 @@ var assets = {
|
|
|
1010
1035
|
logo_URIs: {
|
|
1011
1036
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
1012
1037
|
}
|
|
1038
|
+
}, {
|
|
1039
|
+
description: 'Spacer',
|
|
1040
|
+
type_asset: 'cw20',
|
|
1041
|
+
address: 'juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1042
|
+
denom_units: [{
|
|
1043
|
+
denom: 'cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1044
|
+
exponent: 0
|
|
1045
|
+
}, {
|
|
1046
|
+
denom: 'spacer',
|
|
1047
|
+
exponent: 6
|
|
1048
|
+
}],
|
|
1049
|
+
base: 'cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg',
|
|
1050
|
+
name: 'Spacer',
|
|
1051
|
+
display: 'spacer',
|
|
1052
|
+
symbol: 'SPACER',
|
|
1053
|
+
logo_URIs: {
|
|
1054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png'
|
|
1055
|
+
}
|
|
1056
|
+
}, {
|
|
1057
|
+
description: 'Light: LumenX community DAO treasury token',
|
|
1058
|
+
type_asset: 'cw20',
|
|
1059
|
+
address: 'juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1060
|
+
denom_units: [{
|
|
1061
|
+
denom: 'cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1062
|
+
exponent: 0
|
|
1063
|
+
}, {
|
|
1064
|
+
denom: 'light',
|
|
1065
|
+
exponent: 9
|
|
1066
|
+
}],
|
|
1067
|
+
base: 'cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l',
|
|
1068
|
+
name: 'LIGHT',
|
|
1069
|
+
display: 'light',
|
|
1070
|
+
symbol: 'LIGHT',
|
|
1071
|
+
logo_URIs: {
|
|
1072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png'
|
|
1073
|
+
}
|
|
1074
|
+
}, {
|
|
1075
|
+
description: 'Mille: the 1000th token on osmosis',
|
|
1076
|
+
type_asset: 'cw20',
|
|
1077
|
+
address: 'juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1078
|
+
denom_units: [{
|
|
1079
|
+
denom: 'cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1080
|
+
exponent: 0
|
|
1081
|
+
}, {
|
|
1082
|
+
denom: 'mile',
|
|
1083
|
+
exponent: 6
|
|
1084
|
+
}],
|
|
1085
|
+
base: 'cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d',
|
|
1086
|
+
name: 'Mille',
|
|
1087
|
+
display: 'mile',
|
|
1088
|
+
symbol: 'MILE',
|
|
1089
|
+
logo_URIs: {
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png'
|
|
1091
|
+
}
|
|
1092
|
+
}, {
|
|
1093
|
+
description: 'Void',
|
|
1094
|
+
type_asset: 'cw20',
|
|
1095
|
+
address: 'juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1096
|
+
denom_units: [{
|
|
1097
|
+
denom: 'cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1098
|
+
exponent: 0
|
|
1099
|
+
}, {
|
|
1100
|
+
denom: 'void',
|
|
1101
|
+
exponent: 6
|
|
1102
|
+
}],
|
|
1103
|
+
base: 'cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8',
|
|
1104
|
+
name: 'Void',
|
|
1105
|
+
display: 'void',
|
|
1106
|
+
symbol: 'VOID',
|
|
1107
|
+
logo_URIs: {
|
|
1108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png'
|
|
1109
|
+
}
|
|
1110
|
+
}, {
|
|
1111
|
+
description: 'Silica',
|
|
1112
|
+
type_asset: 'cw20',
|
|
1113
|
+
address: 'juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1114
|
+
denom_units: [{
|
|
1115
|
+
denom: 'cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1116
|
+
exponent: 0
|
|
1117
|
+
}, {
|
|
1118
|
+
denom: 'silica',
|
|
1119
|
+
exponent: 6
|
|
1120
|
+
}],
|
|
1121
|
+
base: 'cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux',
|
|
1122
|
+
name: 'Silica',
|
|
1123
|
+
display: 'silica',
|
|
1124
|
+
symbol: 'SLCA',
|
|
1125
|
+
logo_URIs: {
|
|
1126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png'
|
|
1127
|
+
}
|
|
1128
|
+
}, {
|
|
1129
|
+
description: 'Pepec',
|
|
1130
|
+
type_asset: 'cw20',
|
|
1131
|
+
address: 'juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1132
|
+
denom_units: [{
|
|
1133
|
+
denom: 'cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1134
|
+
exponent: 0
|
|
1135
|
+
}, {
|
|
1136
|
+
denom: 'pepec',
|
|
1137
|
+
exponent: 6
|
|
1138
|
+
}],
|
|
1139
|
+
base: 'cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k',
|
|
1140
|
+
name: 'Pepec',
|
|
1141
|
+
display: 'pepec',
|
|
1142
|
+
symbol: 'PEPEC',
|
|
1143
|
+
logo_URIs: {
|
|
1144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png'
|
|
1145
|
+
}
|
|
1146
|
+
}, {
|
|
1147
|
+
description: 'Palantin',
|
|
1148
|
+
type_asset: 'cw20',
|
|
1149
|
+
address: 'juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1150
|
+
denom_units: [{
|
|
1151
|
+
denom: 'cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1152
|
+
exponent: 0
|
|
1153
|
+
}, {
|
|
1154
|
+
denom: 'pltn',
|
|
1155
|
+
exponent: 6
|
|
1156
|
+
}],
|
|
1157
|
+
base: 'cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp',
|
|
1158
|
+
name: 'Palantin',
|
|
1159
|
+
display: 'palantin',
|
|
1160
|
+
symbol: 'PLTN',
|
|
1161
|
+
logo_URIs: {
|
|
1162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png'
|
|
1163
|
+
}
|
|
1164
|
+
}, {
|
|
1165
|
+
description: 'Propose. Vote. Build.',
|
|
1166
|
+
type_asset: 'cw20',
|
|
1167
|
+
address: 'juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
1168
|
+
denom_units: [{
|
|
1169
|
+
denom: 'cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
1170
|
+
exponent: 0
|
|
1171
|
+
}, {
|
|
1172
|
+
denom: 'yfd',
|
|
1173
|
+
exponent: 6
|
|
1174
|
+
}],
|
|
1175
|
+
base: 'cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw',
|
|
1176
|
+
name: 'Y-Foundry DAO',
|
|
1177
|
+
display: 'yfd',
|
|
1178
|
+
symbol: 'YFD',
|
|
1179
|
+
logo_URIs: {
|
|
1180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png',
|
|
1181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg'
|
|
1182
|
+
}
|
|
1013
1183
|
}, {
|
|
1014
1184
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
1015
1185
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -20,9 +20,15 @@ var chain = {
|
|
|
20
20
|
fees: {
|
|
21
21
|
fee_tokens: [{
|
|
22
22
|
denom: 'ujuno',
|
|
23
|
-
fixed_min_gas_price: 0.
|
|
24
|
-
low_gas_price: 0.
|
|
25
|
-
average_gas_price: 0.
|
|
23
|
+
fixed_min_gas_price: 0.075,
|
|
24
|
+
low_gas_price: 0.075,
|
|
25
|
+
average_gas_price: 0.1,
|
|
26
|
+
high_gas_price: 0.125
|
|
27
|
+
}, {
|
|
28
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
29
|
+
fixed_min_gas_price: 0.003,
|
|
30
|
+
low_gas_price: 0.003,
|
|
31
|
+
average_gas_price: 0.0035,
|
|
26
32
|
high_gas_price: 0.004
|
|
27
33
|
}]
|
|
28
34
|
},
|
|
@@ -33,8 +39,8 @@ var chain = {
|
|
|
33
39
|
},
|
|
34
40
|
codebase: {
|
|
35
41
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
36
|
-
recommended_version: '
|
|
37
|
-
compatible_versions: ['
|
|
42
|
+
recommended_version: 'v15.0.0',
|
|
43
|
+
compatible_versions: ['v15.0.0'],
|
|
38
44
|
cosmos_sdk_version: '0.45',
|
|
39
45
|
consensus: {
|
|
40
46
|
type: 'tendermint',
|
|
@@ -60,10 +66,22 @@ var chain = {
|
|
|
60
66
|
}, {
|
|
61
67
|
name: 'v14',
|
|
62
68
|
height: 7875721,
|
|
63
|
-
recommended_version: 'v14.
|
|
64
|
-
compatible_versions: ['v14.0.0']
|
|
69
|
+
recommended_version: 'v14.1.0',
|
|
70
|
+
compatible_versions: ['v14.0.0', 'v14.1.0'],
|
|
71
|
+
next_version_name: 'v15'
|
|
72
|
+
}, {
|
|
73
|
+
name: 'v15',
|
|
74
|
+
height: 8577241,
|
|
75
|
+
recommended_version: 'v15.0.0',
|
|
76
|
+
proposal: 295,
|
|
77
|
+
compatible_versions: ['v15.0.0'],
|
|
78
|
+
next_version_name: ''
|
|
65
79
|
}]
|
|
66
80
|
},
|
|
81
|
+
logo_URIs: {
|
|
82
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
83
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
84
|
+
},
|
|
67
85
|
peers: {
|
|
68
86
|
seeds: [{
|
|
69
87
|
id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
|
|
@@ -100,6 +118,14 @@ var chain = {
|
|
|
100
118
|
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
101
119
|
address: 'seed-juno.freshstaking.com:39656',
|
|
102
120
|
provider: 'FreshSTAKING'
|
|
121
|
+
}, {
|
|
122
|
+
id: '47d942718533d36823e16b9502c035ca9f318ef4',
|
|
123
|
+
address: 'seeds.whispernode.com:12656',
|
|
124
|
+
provider: 'WhisperNode🤐'
|
|
125
|
+
}, {
|
|
126
|
+
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
127
|
+
address: 'seed-juno-01.stakeflow.io:2307',
|
|
128
|
+
provider: 'Stakeflow'
|
|
103
129
|
}],
|
|
104
130
|
persistent_peers: [{
|
|
105
131
|
id: '7f593757c0cde8972ce929381d8ac8e446837811',
|
|
@@ -112,6 +138,14 @@ var chain = {
|
|
|
112
138
|
id: '70fcee92283edc02340289b2a74e4ab1a0203848',
|
|
113
139
|
address: 'seed-juno.freshstaking.com:39656',
|
|
114
140
|
provider: 'FreshSTAKING'
|
|
141
|
+
}, {
|
|
142
|
+
id: '3ee2034cf0180e4d50f7b3ed952472add3316faf',
|
|
143
|
+
address: 'juno.peer.stavr.tech:1066',
|
|
144
|
+
provider: '🔥STAVR🔥'
|
|
145
|
+
}, {
|
|
146
|
+
id: '509f6dbae3133a9df177edea051b31e1210b117e',
|
|
147
|
+
address: 'peer-juno-01.stakeflow.io:2307',
|
|
148
|
+
provider: 'Stakeflow'
|
|
115
149
|
}]
|
|
116
150
|
},
|
|
117
151
|
apis: {
|
|
@@ -124,6 +158,9 @@ var chain = {
|
|
|
124
158
|
}, {
|
|
125
159
|
address: 'https://rpc-juno.itastakers.com',
|
|
126
160
|
provider: 'itastakers'
|
|
161
|
+
}, {
|
|
162
|
+
address: 'http://juno.rpc.m.stavr.tech:1067',
|
|
163
|
+
provider: '🔥STAVR🔥'
|
|
127
164
|
}, {
|
|
128
165
|
address: 'https://rpc-juno.ecostake.com',
|
|
129
166
|
provider: 'ecostake'
|
|
@@ -178,12 +215,18 @@ var chain = {
|
|
|
178
215
|
}, {
|
|
179
216
|
address: 'https://juno.rpc.interchain.ivaldilabs.xyz',
|
|
180
217
|
provider: 'ivaldilabs'
|
|
181
|
-
}, {
|
|
182
|
-
address: 'https://juno-rpc.cosmosrescue.com',
|
|
183
|
-
provider: 'cosmosrescue'
|
|
184
218
|
}, {
|
|
185
219
|
address: 'http://167.235.211.168:26657',
|
|
186
220
|
provider: 'CommunityStaking'
|
|
221
|
+
}, {
|
|
222
|
+
address: 'https://juno.rpc.silknodes.io',
|
|
223
|
+
provider: 'Silk Nodes'
|
|
224
|
+
}, {
|
|
225
|
+
address: 'https://rpc-juno-01.stakeflow.io',
|
|
226
|
+
provider: 'Stakeflow'
|
|
227
|
+
}, {
|
|
228
|
+
address: 'https://rpc-juno.validavia.me',
|
|
229
|
+
provider: 'Validavia'
|
|
187
230
|
}],
|
|
188
231
|
rest: [{
|
|
189
232
|
address: 'https://lcd-juno.itastakers.com',
|
|
@@ -194,6 +237,9 @@ var chain = {
|
|
|
194
237
|
}, {
|
|
195
238
|
address: 'https://juno-api.lavenderfive.com:443',
|
|
196
239
|
provider: 'Lavender.Five Nodes 🐝'
|
|
240
|
+
}, {
|
|
241
|
+
address: 'https://juno.api.m.stavr.tech',
|
|
242
|
+
provider: '🔥STAVR🔥'
|
|
197
243
|
}, {
|
|
198
244
|
address: 'https://api-juno.pupmos.network',
|
|
199
245
|
provider: 'PUPMØS'
|
|
@@ -236,12 +282,21 @@ var chain = {
|
|
|
236
282
|
}, {
|
|
237
283
|
address: 'https://juno.rest.interchain.ivaldilabs.xyz',
|
|
238
284
|
provider: 'ivaldilabs'
|
|
239
|
-
}, {
|
|
240
|
-
address: 'https://juno-api.cosmosrescue.com',
|
|
241
|
-
provider: 'cosmosrescue'
|
|
242
285
|
}, {
|
|
243
286
|
address: 'http://167.235.211.168:1317',
|
|
244
287
|
provider: 'CommunityStaking'
|
|
288
|
+
}, {
|
|
289
|
+
address: 'https://juno.api.silknodes.io',
|
|
290
|
+
provider: 'Silk Nodes'
|
|
291
|
+
}, {
|
|
292
|
+
address: 'https://rest-juno.goldenratiostaking.net',
|
|
293
|
+
provider: 'Golden Ratio Staking'
|
|
294
|
+
}, {
|
|
295
|
+
address: 'https://api-juno-01.stakeflow.io',
|
|
296
|
+
provider: 'Stakeflow'
|
|
297
|
+
}, {
|
|
298
|
+
address: 'https://lcd-juno.validavia.me',
|
|
299
|
+
provider: 'Validavia'
|
|
245
300
|
}],
|
|
246
301
|
grpc: [{
|
|
247
302
|
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
@@ -252,6 +307,9 @@ var chain = {
|
|
|
252
307
|
}, {
|
|
253
308
|
address: 'juno-grpc.polkachu.com:12690',
|
|
254
309
|
provider: 'Polkachu'
|
|
310
|
+
}, {
|
|
311
|
+
address: 'http://juno.grpc.m.stavr.tech:504',
|
|
312
|
+
provider: '🔥STAVR🔥'
|
|
255
313
|
}, {
|
|
256
314
|
address: 'juno.grpc.stakin-nodes.com:443',
|
|
257
315
|
provider: 'Stakin'
|
|
@@ -270,12 +328,12 @@ var chain = {
|
|
|
270
328
|
}, {
|
|
271
329
|
address: 'juno.grpc.interchain.ivaldilabs.xyz:443',
|
|
272
330
|
provider: 'ivaldilabs'
|
|
273
|
-
}, {
|
|
274
|
-
address: 'juno-grpc.cosmosrescue.com:9090',
|
|
275
|
-
provider: 'cosmosrescue'
|
|
276
331
|
}, {
|
|
277
332
|
address: 'http://167.235.211.168:9091',
|
|
278
333
|
provider: 'CommunityStaking'
|
|
334
|
+
}, {
|
|
335
|
+
address: 'grpc-juno-01.stakeflow.io:2302',
|
|
336
|
+
provider: 'Stakeflow'
|
|
279
337
|
}]
|
|
280
338
|
},
|
|
281
339
|
explorers: [{
|
|
@@ -299,11 +357,21 @@ var chain = {
|
|
|
299
357
|
}, {
|
|
300
358
|
kind: 'atomscan',
|
|
301
359
|
url: 'https://atomscan.com/juno',
|
|
302
|
-
tx_page: 'https://atomscan.com/juno/transactions/${txHash}'
|
|
360
|
+
tx_page: 'https://atomscan.com/juno/transactions/${txHash}',
|
|
361
|
+
account_page: 'https://atomscan.com/juno/accounts/${accountAddress}'
|
|
362
|
+
}, {
|
|
363
|
+
kind: '🔥STAVR🔥',
|
|
364
|
+
url: 'https://explorer.stavr.tech/juno',
|
|
365
|
+
tx_page: 'https://explorer.stavr.tech/juno/transactions/${txHash}',
|
|
366
|
+
account_page: 'https://explorer.stavr.tech/juno/accounts/${accountAddress}'
|
|
303
367
|
}, {
|
|
304
368
|
kind: 'TC Network',
|
|
305
369
|
url: 'https://explorer.tcnetwork.io/juno',
|
|
306
370
|
tx_page: 'https://explorer.tcnetwork.io/juno/transaction/${txHash}'
|
|
371
|
+
}, {
|
|
372
|
+
kind: 'Stakeflow',
|
|
373
|
+
url: 'https://stakeflow.io/juno',
|
|
374
|
+
account_page: 'https://stakeflow.io/juno/accounts/${accountAddress}'
|
|
307
375
|
}]
|
|
308
376
|
};
|
|
309
377
|
var _default = chain;
|
package/main/testnet.js
CHANGED
|
@@ -19,9 +19,9 @@ var testnet = {
|
|
|
19
19
|
fees: {
|
|
20
20
|
fee_tokens: [{
|
|
21
21
|
denom: 'ujunox',
|
|
22
|
-
low_gas_price: 0.
|
|
23
|
-
average_gas_price: 0.
|
|
24
|
-
high_gas_price: 0.
|
|
22
|
+
low_gas_price: 0.003,
|
|
23
|
+
average_gas_price: 0.0045,
|
|
24
|
+
high_gas_price: 0.006
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
27
|
staking: {
|
|
@@ -31,16 +31,16 @@ 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: 'v15.0.0-alpha.2',
|
|
35
|
+
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
|
|
36
36
|
cosmos_sdk_version: '0.45',
|
|
37
37
|
consensus: {
|
|
38
38
|
type: 'tendermint',
|
|
39
39
|
version: '0.34'
|
|
40
40
|
},
|
|
41
|
-
cosmwasm_version: '0.
|
|
41
|
+
cosmwasm_version: '0.31',
|
|
42
42
|
cosmwasm_enabled: true,
|
|
43
|
-
ibc_go_version: '4.3.
|
|
43
|
+
ibc_go_version: '4.3.1',
|
|
44
44
|
genesis: {
|
|
45
45
|
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
46
46
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.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.12.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.16.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": "cd90a190410a65d842f35fc7a053c41fbd310866"
|
|
79
79
|
}
|