@chain-registry/juno 1.70.100 → 1.70.102
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/chain.js +27 -1
- package/esm/chain.js +27 -1
- package/esm/testnet.js +24 -1
- package/package.json +4 -4
- package/testnet.js +24 -1
package/chain.js
CHANGED
|
@@ -34,7 +34,33 @@ const chain = {
|
|
|
34
34
|
denom: 'ujuno'
|
|
35
35
|
}]
|
|
36
36
|
},
|
|
37
|
-
codebase: {
|
|
37
|
+
codebase: {
|
|
38
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
39
|
+
recommended_version: 'v24.0.0',
|
|
40
|
+
compatible_versions: ['v24.0.0'],
|
|
41
|
+
binaries: {
|
|
42
|
+
"linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod'
|
|
43
|
+
},
|
|
44
|
+
consensus: {
|
|
45
|
+
type: 'cometbft',
|
|
46
|
+
version: 'v0.37.8'
|
|
47
|
+
},
|
|
48
|
+
genesis: {
|
|
49
|
+
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
50
|
+
},
|
|
51
|
+
sdk: {
|
|
52
|
+
type: 'cosmos',
|
|
53
|
+
version: 'v0.47.12'
|
|
54
|
+
},
|
|
55
|
+
ibc: {
|
|
56
|
+
type: 'go',
|
|
57
|
+
version: 'v7.6.0'
|
|
58
|
+
},
|
|
59
|
+
cosmwasm: {
|
|
60
|
+
version: 'v0.46.0',
|
|
61
|
+
enabled: true
|
|
62
|
+
}
|
|
63
|
+
},
|
|
38
64
|
logo_URIs: {
|
|
39
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
40
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
package/esm/chain.js
CHANGED
|
@@ -32,7 +32,33 @@ const chain = {
|
|
|
32
32
|
denom: 'ujuno'
|
|
33
33
|
}]
|
|
34
34
|
},
|
|
35
|
-
codebase: {
|
|
35
|
+
codebase: {
|
|
36
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
37
|
+
recommended_version: 'v24.0.0',
|
|
38
|
+
compatible_versions: ['v24.0.0'],
|
|
39
|
+
binaries: {
|
|
40
|
+
"linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod'
|
|
41
|
+
},
|
|
42
|
+
consensus: {
|
|
43
|
+
type: 'cometbft',
|
|
44
|
+
version: 'v0.37.8'
|
|
45
|
+
},
|
|
46
|
+
genesis: {
|
|
47
|
+
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz'
|
|
48
|
+
},
|
|
49
|
+
sdk: {
|
|
50
|
+
type: 'cosmos',
|
|
51
|
+
version: 'v0.47.12'
|
|
52
|
+
},
|
|
53
|
+
ibc: {
|
|
54
|
+
type: 'go',
|
|
55
|
+
version: 'v7.6.0'
|
|
56
|
+
},
|
|
57
|
+
cosmwasm: {
|
|
58
|
+
version: 'v0.46.0',
|
|
59
|
+
enabled: true
|
|
60
|
+
}
|
|
61
|
+
},
|
|
36
62
|
logo_URIs: {
|
|
37
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
38
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
package/esm/testnet.js
CHANGED
|
@@ -24,7 +24,30 @@ const testnet = {
|
|
|
24
24
|
denom: 'ujunox'
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
|
-
codebase: {
|
|
27
|
+
codebase: {
|
|
28
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
29
|
+
recommended_version: 'v15.0.0-alpha.2',
|
|
30
|
+
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
|
|
31
|
+
consensus: {
|
|
32
|
+
type: 'tendermint',
|
|
33
|
+
version: '0.34'
|
|
34
|
+
},
|
|
35
|
+
genesis: {
|
|
36
|
+
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
37
|
+
},
|
|
38
|
+
sdk: {
|
|
39
|
+
type: 'cosmos',
|
|
40
|
+
version: '0.45'
|
|
41
|
+
},
|
|
42
|
+
ibc: {
|
|
43
|
+
type: 'go',
|
|
44
|
+
version: '4.3.1'
|
|
45
|
+
},
|
|
46
|
+
cosmwasm: {
|
|
47
|
+
version: '0.31',
|
|
48
|
+
enabled: true
|
|
49
|
+
}
|
|
50
|
+
},
|
|
28
51
|
apis: {
|
|
29
52
|
rpc: [{
|
|
30
53
|
address: 'https://juno-testnet-rpc.polkachu.com',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.102",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.102"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.55"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "856f3ab4ea40dab56e42bdfdba39e7ddede67720"
|
|
47
47
|
}
|
package/testnet.js
CHANGED
|
@@ -26,7 +26,30 @@ const testnet = {
|
|
|
26
26
|
denom: 'ujunox'
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
|
-
codebase: {
|
|
29
|
+
codebase: {
|
|
30
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
|
31
|
+
recommended_version: 'v15.0.0-alpha.2',
|
|
32
|
+
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
|
|
33
|
+
consensus: {
|
|
34
|
+
type: 'tendermint',
|
|
35
|
+
version: '0.34'
|
|
36
|
+
},
|
|
37
|
+
genesis: {
|
|
38
|
+
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
|
|
39
|
+
},
|
|
40
|
+
sdk: {
|
|
41
|
+
type: 'cosmos',
|
|
42
|
+
version: '0.45'
|
|
43
|
+
},
|
|
44
|
+
ibc: {
|
|
45
|
+
type: 'go',
|
|
46
|
+
version: '4.3.1'
|
|
47
|
+
},
|
|
48
|
+
cosmwasm: {
|
|
49
|
+
version: '0.31',
|
|
50
|
+
enabled: true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
30
53
|
apis: {
|
|
31
54
|
rpc: [{
|
|
32
55
|
address: 'https://juno-testnet-rpc.polkachu.com',
|