Skip to content

Commit

Permalink
chore: 🔖 new version 1.1.0+65
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 16, 2024
1 parent 8af81c2 commit bb1c107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/commands/test/create_farm_lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ fi
# Execute node dex deploy_farm
echo -e "\nExecuting: node dex deploy_farm (lock)"
echo "-------------------------------"
if ! node dex deploy_farm --lp_token 00003DEAF4054179128208CA953B3B8171B739ACF0C549789AAE79041287C79D7DC6 --reward_token UCO --reward_token_amount 87500000 --start_date 1721044547 --end_date 1782972129 --farm_type 2 --farm_seed farm_lock_seed; then
if ! node dex deploy_farm --lp_token 00003DEAF4054179128208CA953B3B8171B739ACF0C549789AAE79041287C79D7DC6 --reward_token UCO --reward_token_amount 87500000 --start_date 1721133201 --end_date 1721136801 --farm_type 2 --farm_seed farm_lock_seed; then
echo "Error: Command 'node dex deploy_farm' failed."
exit 1
fi

# Execute node dex deploy_farm
echo -e "\nExecuting: node dex deploy_farm (legacy)"
if ! node dex deploy_farm --lp_token 00003DEAF4054179128208CA953B3B8171B739ACF0C549789AAE79041287C79D7DC6 --reward_token UCO --reward_token_amount 2500000 --start_date 1721044547 --end_date 1782972129 --farm_type 1 --farm_seed farm_legacy_seed; then
if ! node dex deploy_farm --lp_token 00003DEAF4054179128208CA953B3B8171B739ACF0C549789AAE79041287C79D7DC6 --reward_token UCO --reward_token_amount 2500000 --start_date 1721133201 --end_date 1721136801 --farm_type 1 --farm_seed farm_legacy_seed; then
echo "Error: Command 'node dex deploy_farm' failed."
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aedex
description: Enable direct peer-to-peer trading of digital assets on the Archethic blockchain, eliminating the need for centralized intermediaries.
publish_to: "none"

version: 1.1.0+64
version: 1.1.0+65

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down

0 comments on commit bb1c107

Please sign in to comment.