@chain-registry/juno
Advanced tools
Comparing version 1.70.100 to 1.70.101
28
chain.js
@@ -37,3 +37,29 @@ "use strict"; | ||
}, | ||
codebase: {}, | ||
codebase: { | ||
git_repo: 'https://github.com/CosmosContracts/juno', | ||
recommended_version: 'v24.0.0', | ||
compatible_versions: ['v24.0.0'], | ||
binaries: { | ||
"linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod' | ||
}, | ||
consensus: { | ||
type: 'cometbft', | ||
version: 'v0.37.8' | ||
}, | ||
genesis: { | ||
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz' | ||
}, | ||
sdk: { | ||
type: 'cosmos', | ||
version: 'v0.47.12' | ||
}, | ||
ibc: { | ||
type: 'go', | ||
version: 'v7.6.0' | ||
}, | ||
cosmwasm: { | ||
version: 'v0.46.0', | ||
enabled: true | ||
} | ||
}, | ||
logo_URIs: { | ||
@@ -40,0 +66,0 @@ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', |
@@ -35,3 +35,29 @@ const chain = { | ||
}, | ||
codebase: {}, | ||
codebase: { | ||
git_repo: 'https://github.com/CosmosContracts/juno', | ||
recommended_version: 'v24.0.0', | ||
compatible_versions: ['v24.0.0'], | ||
binaries: { | ||
"linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod' | ||
}, | ||
consensus: { | ||
type: 'cometbft', | ||
version: 'v0.37.8' | ||
}, | ||
genesis: { | ||
genesis_url: 'https://download.dimi.sh/juno-phoenix2-genesis.tar.gz' | ||
}, | ||
sdk: { | ||
type: 'cosmos', | ||
version: 'v0.47.12' | ||
}, | ||
ibc: { | ||
type: 'go', | ||
version: 'v7.6.0' | ||
}, | ||
cosmwasm: { | ||
version: 'v0.46.0', | ||
enabled: true | ||
} | ||
}, | ||
logo_URIs: { | ||
@@ -38,0 +64,0 @@ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png', |
@@ -27,3 +27,26 @@ const testnet = { | ||
}, | ||
codebase: {}, | ||
codebase: { | ||
git_repo: 'https://github.com/CosmosContracts/juno', | ||
recommended_version: 'v15.0.0-alpha.2', | ||
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'], | ||
consensus: { | ||
type: 'tendermint', | ||
version: '0.34' | ||
}, | ||
genesis: { | ||
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json' | ||
}, | ||
sdk: { | ||
type: 'cosmos', | ||
version: '0.45' | ||
}, | ||
ibc: { | ||
type: 'go', | ||
version: '4.3.1' | ||
}, | ||
cosmwasm: { | ||
version: '0.31', | ||
enabled: true | ||
} | ||
}, | ||
apis: { | ||
@@ -30,0 +53,0 @@ rpc: [{ |
{ | ||
"name": "@chain-registry/juno", | ||
"version": "1.70.100", | ||
"version": "1.70.101", | ||
"description": "Chain Registry info for Juno", | ||
@@ -32,6 +32,6 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"devDependencies": { | ||
"chain-registry": "^1.69.100" | ||
"chain-registry": "^1.69.101" | ||
}, | ||
"dependencies": { | ||
"@chain-registry/types": "^0.50.54" | ||
"@chain-registry/types": "^0.50.55" | ||
}, | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
], | ||
"gitHead": "3e816315f43bca7139d6f4afff6af4a1152c6d40" | ||
"gitHead": "1ba86e7443a221038b02fca7ab1948cd639c48d6" | ||
} |
@@ -29,3 +29,26 @@ "use strict"; | ||
}, | ||
codebase: {}, | ||
codebase: { | ||
git_repo: 'https://github.com/CosmosContracts/juno', | ||
recommended_version: 'v15.0.0-alpha.2', | ||
compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'], | ||
consensus: { | ||
type: 'tendermint', | ||
version: '0.34' | ||
}, | ||
genesis: { | ||
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json' | ||
}, | ||
sdk: { | ||
type: 'cosmos', | ||
version: '0.45' | ||
}, | ||
ibc: { | ||
type: 'go', | ||
version: '4.3.1' | ||
}, | ||
cosmwasm: { | ||
version: '0.31', | ||
enabled: true | ||
} | ||
}, | ||
apis: { | ||
@@ -32,0 +55,0 @@ rpc: [{ |
768590
18017