Skip to content

Commit

Permalink
chore: bump to 2.6.52 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Highjhacker committed Aug 14, 2020
1 parent ec5498a commit 98af6b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/app-core.sh
Expand Up @@ -105,7 +105,7 @@ app_install_core()

rm -rf "$CONFIG_PATH_MAINNET" "$CONFIG_PATH_DEVNET" "$CONFIG_PATH_TESTNET" "$BRIDGECHAIN_PATH"

git clone https://github.com/ArkEcosystem/core.git --branch 2.6.49 --single-branch "$BRIDGECHAIN_PATH"
git clone https://github.com/ArkEcosystem/core.git --branch 2.6.52 --single-branch "$BRIDGECHAIN_PATH"

local DYNAMIC_FEE_ENABLED="false"
if [[ "$FEE_DYNAMIC_ENABLED" == "Y" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion app/update-core.sh
Expand Up @@ -48,7 +48,7 @@ update_core_handle()

update_core_resolve_vars()
{
TARGET_VERSION="2.6.49"
TARGET_VERSION="2.6.52"
BRIDGECHAIN_BIN=$(jq -r '.oclif.bin' "$BRIDGECHAIN_PATH/packages/core/package.json")
CHAIN_VERSION=$(jq -r '.version' "$BRIDGECHAIN_PATH/packages/core/package.json")
NETWORKS_PATH="$BRIDGECHAIN_PATH/packages/crypto/src/networks"
Expand Down
2 changes: 1 addition & 1 deletion packages/js-deployer/package.json
Expand Up @@ -13,7 +13,7 @@
"start": "./bin/deployer"
},
"dependencies": {
"@arkecosystem/crypto": "^2.6.49",
"@arkecosystem/crypto": "^2.6.52",
"bip39": "^3.0.0",
"bytebuffer": "^5.0.1",
"commander": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/js-deployer/yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@arkecosystem/crypto@^2.6.49":
version "2.6.49"
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.6.49.tgz#b17e71ed03853e34a97a7b9a5e406089a15a7251"
integrity sha512-ZcIdbP6d666XBsH0Ko8lFw23R1XQW1VYvf2SLZi7uo+9IO/ikzBMvSBRtdZelufncVmPnL+wauC6M8FVTeRB9w==
"@arkecosystem/crypto@^2.6.52":
version "2.6.52"
resolved "https://registry.yarnpkg.com/@arkecosystem/crypto/-/crypto-2.6.52.tgz#5a5ad50a8baf44b4abc39923b848c9a6ac0ac71a"
integrity sha512-WQorrkINosa+EgqcxH+hHfgOdFYRn6A9EJ7rDYrXL36nVHyo7yMiixFrfiNzMouWi6oQ1i/QodmL33fPnznPkA==
dependencies:
"@arkecosystem/utils" "^1.1"
"@types/bytebuffer" "^5.0.40"
Expand Down

0 comments on commit 98af6b2

Please sign in to comment.