@chain-registry/juno 1.0.1 → 1.2.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 +2 -2
- package/main/assets.js +37 -0
- package/main/chain.js +32 -7
- package/main/index.js +0 -7
- package/main/testnet.js +4 -4
- package/package.json +20 -20
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.2.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.1.0...@chain-registry/juno@1.2.0) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.1.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.0.1...@chain-registry/juno@1.1.0) (2022-10-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.0.0...@chain-registry/juno@1.0.1) (2022-10-20)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/asset_list.js
CHANGED
|
@@ -83,7 +83,7 @@ var asset_list = {
|
|
|
83
83
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
84
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
85
85
|
},
|
|
86
|
-
coingecko_id: 'axelar
|
|
86
|
+
coingecko_id: 'axelar',
|
|
87
87
|
traces: [{
|
|
88
88
|
type: 'ibc',
|
|
89
89
|
counterparty: {
|
|
@@ -1176,7 +1176,7 @@ var asset_list = {
|
|
|
1176
1176
|
exponent: 6
|
|
1177
1177
|
}],
|
|
1178
1178
|
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
1179
|
-
name: 'Cosmos',
|
|
1179
|
+
name: 'Cosmos Hub Atom',
|
|
1180
1180
|
display: 'atom',
|
|
1181
1181
|
symbol: 'ATOM',
|
|
1182
1182
|
logo_URIs: {
|
package/main/assets.js
CHANGED
|
@@ -366,6 +366,43 @@ var assets = {
|
|
|
366
366
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
367
367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
368
368
|
}
|
|
369
|
+
}, {
|
|
370
|
+
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
371
|
+
type_asset: 'cw20',
|
|
372
|
+
address: 'juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
373
|
+
denom_units: [{
|
|
374
|
+
denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
375
|
+
exponent: 0
|
|
376
|
+
}, {
|
|
377
|
+
denom: 'muse',
|
|
378
|
+
exponent: 6
|
|
379
|
+
}],
|
|
380
|
+
base: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
381
|
+
name: 'MuseDAO',
|
|
382
|
+
display: 'muse',
|
|
383
|
+
symbol: 'MUSE',
|
|
384
|
+
logo_URIs: {
|
|
385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
386
|
+
}
|
|
387
|
+
}, {
|
|
388
|
+
description: 'The native token cw20 for Loop Finance on Juno Chain',
|
|
389
|
+
type_asset: 'cw20',
|
|
390
|
+
address: 'juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
391
|
+
denom_units: [{
|
|
392
|
+
denom: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
393
|
+
exponent: 0
|
|
394
|
+
}, {
|
|
395
|
+
denom: 'loop',
|
|
396
|
+
exponent: 6
|
|
397
|
+
}],
|
|
398
|
+
base: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
399
|
+
name: 'Loop Finance',
|
|
400
|
+
display: 'loop',
|
|
401
|
+
symbol: 'LOOP',
|
|
402
|
+
logo_URIs: {
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
404
|
+
},
|
|
405
|
+
coingecko_id: 'loop'
|
|
369
406
|
}, {
|
|
370
407
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
371
408
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -15,14 +15,12 @@ var chain = {
|
|
|
15
15
|
bech32_prefix: 'juno',
|
|
16
16
|
daemon_name: 'junod',
|
|
17
17
|
node_home: '$HOME/.juno',
|
|
18
|
-
genesis: {
|
|
19
|
-
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
20
|
-
},
|
|
21
18
|
key_algos: ['secp256k1'],
|
|
22
19
|
slip44: 118,
|
|
23
20
|
fees: {
|
|
24
21
|
fee_tokens: [{
|
|
25
22
|
denom: 'ujuno',
|
|
23
|
+
fixed_min_gas_price: 0.0025,
|
|
26
24
|
low_gas_price: 0.03,
|
|
27
25
|
average_gas_price: 0.04,
|
|
28
26
|
high_gas_price: 0.05
|
|
@@ -35,12 +33,15 @@ var chain = {
|
|
|
35
33
|
},
|
|
36
34
|
codebase: {
|
|
37
35
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
38
|
-
recommended_version: '
|
|
39
|
-
compatible_versions: ['
|
|
36
|
+
recommended_version: 'v10.1.0',
|
|
37
|
+
compatible_versions: ['v10.1.0'],
|
|
40
38
|
cosmos_sdk_version: '0.45',
|
|
41
39
|
tendermint_version: '0.34',
|
|
42
|
-
cosmwasm_version: '0.
|
|
43
|
-
cosmwasm_enabled: true
|
|
40
|
+
cosmwasm_version: '0.28',
|
|
41
|
+
cosmwasm_enabled: true,
|
|
42
|
+
genesis: {
|
|
43
|
+
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
44
|
+
}
|
|
44
45
|
},
|
|
45
46
|
peers: {
|
|
46
47
|
seeds: [{
|
|
@@ -122,9 +123,18 @@ var chain = {
|
|
|
122
123
|
}, {
|
|
123
124
|
address: 'https://rpc.juno.chaintools.tech/',
|
|
124
125
|
provider: 'ChainTools'
|
|
126
|
+
}, {
|
|
127
|
+
address: 'https://rpc.juno.silknodes.io/',
|
|
128
|
+
provider: 'Silk Nodes'
|
|
125
129
|
}, {
|
|
126
130
|
address: 'https://juno-rpc.kleomed.es',
|
|
127
131
|
provider: 'Kleomedes'
|
|
132
|
+
}, {
|
|
133
|
+
address: 'https://rpc.juno.interbloc.org',
|
|
134
|
+
provider: 'Interbloc'
|
|
135
|
+
}, {
|
|
136
|
+
address: 'https://juno.nodejumper.io',
|
|
137
|
+
provider: 'Nodejumper 🚀'
|
|
128
138
|
}],
|
|
129
139
|
rest: [{
|
|
130
140
|
address: 'https://lcd-juno.whispernode.com',
|
|
@@ -153,9 +163,18 @@ var chain = {
|
|
|
153
163
|
}, {
|
|
154
164
|
address: 'https://juno-api.polkachu.com',
|
|
155
165
|
provider: 'Polkachu'
|
|
166
|
+
}, {
|
|
167
|
+
address: 'https://api.juno.silknodes.io/',
|
|
168
|
+
provider: 'Silk Nodes'
|
|
156
169
|
}, {
|
|
157
170
|
address: 'https://juno-api.kleomed.es',
|
|
158
171
|
provider: 'Kleomedes'
|
|
172
|
+
}, {
|
|
173
|
+
address: 'https://api.juno.interbloc.org',
|
|
174
|
+
provider: 'Interbloc'
|
|
175
|
+
}, {
|
|
176
|
+
address: 'https://juno.nodejumper.io:1317',
|
|
177
|
+
provider: 'Nodejumper 🚀'
|
|
159
178
|
}],
|
|
160
179
|
grpc: [{
|
|
161
180
|
address: '35.243.205.230:9090',
|
|
@@ -172,6 +191,12 @@ var chain = {
|
|
|
172
191
|
}, {
|
|
173
192
|
address: 'juno-grpc.polkachu.com:12690',
|
|
174
193
|
provider: 'Polkachu'
|
|
194
|
+
}, {
|
|
195
|
+
address: 'https://grpc.juno.silknodes.io/',
|
|
196
|
+
provider: 'Silk Nodes'
|
|
197
|
+
}, {
|
|
198
|
+
address: 'https://juno.nodejumper.io:9090',
|
|
199
|
+
provider: 'Nodejumper 🚀'
|
|
175
200
|
}]
|
|
176
201
|
},
|
|
177
202
|
explorers: [{
|
package/main/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
@@ -36,17 +35,11 @@ Object.defineProperty(exports, "testnet_assets", {
|
|
|
36
35
|
return _testnet_assets["default"];
|
|
37
36
|
}
|
|
38
37
|
});
|
|
39
|
-
|
|
40
38
|
var _asset_list = _interopRequireDefault(require("./asset_list"));
|
|
41
|
-
|
|
42
39
|
var _assets = _interopRequireDefault(require("./assets"));
|
|
43
|
-
|
|
44
40
|
var _chain = _interopRequireDefault(require("./chain"));
|
|
45
|
-
|
|
46
41
|
var _testnet = _interopRequireDefault(require("./testnet"));
|
|
47
|
-
|
|
48
42
|
var _testnet_assets = _interopRequireDefault(require("./testnet_assets"));
|
|
49
|
-
|
|
50
43
|
var _default = {
|
|
51
44
|
chain: _chain["default"],
|
|
52
45
|
assets: _assets["default"],
|
package/main/testnet.js
CHANGED
|
@@ -14,9 +14,6 @@ var testnet = {
|
|
|
14
14
|
bech32_prefix: 'juno',
|
|
15
15
|
daemon_name: 'junod',
|
|
16
16
|
node_home: '$HOME/.juno',
|
|
17
|
-
genesis: {
|
|
18
|
-
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
|
|
19
|
-
},
|
|
20
17
|
key_algos: ['secp256k1'],
|
|
21
18
|
slip44: 118,
|
|
22
19
|
fees: {
|
|
@@ -39,7 +36,10 @@ var testnet = {
|
|
|
39
36
|
cosmos_sdk_version: '0.45',
|
|
40
37
|
tendermint_version: '0.34',
|
|
41
38
|
cosmwasm_version: '0.27',
|
|
42
|
-
cosmwasm_enabled: true
|
|
39
|
+
cosmwasm_enabled: true,
|
|
40
|
+
genesis: {
|
|
41
|
+
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
|
|
42
|
+
}
|
|
43
43
|
},
|
|
44
44
|
peers: {
|
|
45
45
|
seeds: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.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",
|
|
@@ -40,40 +40,40 @@
|
|
|
40
40
|
"url": "https://github.com/cosmology-tech/chain-registry/issues"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@babel/cli": "7.
|
|
44
|
-
"@babel/core": "7.19.
|
|
43
|
+
"@babel/cli": "7.19.3",
|
|
44
|
+
"@babel/core": "7.19.6",
|
|
45
45
|
"@babel/eslint-parser": "^7.19.1",
|
|
46
46
|
"@babel/node": "^7.19.1",
|
|
47
47
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
48
48
|
"@babel/plugin-proposal-export-default-from": "7.18.10",
|
|
49
|
-
"@babel/plugin-proposal-object-rest-spread": "7.
|
|
50
|
-
"@babel/plugin-transform-runtime": "7.19.
|
|
51
|
-
"@babel/preset-env": "7.19.
|
|
49
|
+
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
|
50
|
+
"@babel/plugin-transform-runtime": "7.19.6",
|
|
51
|
+
"@babel/preset-env": "7.19.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
|
53
|
-
"@chain-registry/utils": "^1.0
|
|
54
|
-
"@types/jest": "^29.0
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
56
|
-
"@typescript-eslint/parser": "5.
|
|
53
|
+
"@chain-registry/utils": "^1.2.0",
|
|
54
|
+
"@types/jest": "^29.2.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
56
|
+
"@typescript-eslint/parser": "5.40.1",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
|
-
"babel-jest": "29.
|
|
58
|
+
"babel-jest": "29.2.1",
|
|
59
59
|
"babel-watch": "^7.0.0",
|
|
60
|
-
"chain-registry": "^1.0
|
|
60
|
+
"chain-registry": "^1.2.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
|
-
"eslint": "8.
|
|
62
|
+
"eslint": "8.25.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
|
64
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
65
65
|
"eslint-plugin-simple-import-sort": "8.0.0",
|
|
66
66
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
67
|
-
"jest": "^29.
|
|
67
|
+
"jest": "^29.2.1",
|
|
68
68
|
"long": "^5.2.0",
|
|
69
69
|
"prettier": "^2.7.0",
|
|
70
|
-
"regenerator-runtime": "^0.13.
|
|
71
|
-
"ts-jest": "^29.0.
|
|
72
|
-
"typescript": "^4.8.
|
|
70
|
+
"regenerator-runtime": "^0.13.10",
|
|
71
|
+
"ts-jest": "^29.0.3",
|
|
72
|
+
"typescript": "^4.8.4"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@babel/runtime": "^7.19.
|
|
76
|
-
"@chain-registry/types": "^0.
|
|
75
|
+
"@babel/runtime": "^7.19.4",
|
|
76
|
+
"@chain-registry/types": "^0.13.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "36c1490330c272c8348ebc147595bd8af848d35d"
|
|
79
79
|
}
|