Skip to content

Commit

Permalink
chore: bump aurora version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Jul 2, 2023
1 parent 8e095d6 commit 8f79bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/advanced.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

EVM_CODE=$(cat docs/res/HelloWorld.hex)
ABI_PATH="docs/res/HelloWorld.abi"
AURORA_LAST_VERSION="2.9.1"
AURORA_LAST_VERSION="2.9.2"
ENGINE_WASM_URL="https://github.com/aurora-is-near/aurora-engine/releases/download/$AURORA_LAST_VERSION/aurora-mainnet.wasm"
ENGINE_WASM_PATH="/tmp/aurora-mainnet.wasm"
USER_BASE_BIN=$(python3 -m site --user-base)/bin
Expand Down
2 changes: 1 addition & 1 deletion scripts/simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export NEARCORE_HOME="/tmp/localnet"

AURORA_PREV_VERSION="2.9.1"
AURORA_LAST_VERSION="2.9.1"
AURORA_LAST_VERSION="2.9.2"
EVM_CODE=$(cat docs/res/HelloWorld.hex)
ABI_PATH="docs/res/HelloWorld.abi"
ENGINE_PREV_WASM_URL="https://github.com/aurora-is-near/aurora-engine/releases/download/$AURORA_PREV_VERSION/aurora-mainnet.wasm"
Expand Down

0 comments on commit 8f79bb9

Please sign in to comment.