Skip to content

Commit

Permalink
Fix rebranding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Jun 14, 2024
1 parent 33fde01 commit de03bab
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
13 changes: 8 additions & 5 deletions legacy-contracts/farm-staking-proxy-v1.3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ path = "../../common/common_structs_old"
[dependencies.common_errors_old]
path = "../../common/common_errors_old"

[dependencies.elrond-wasm]
version = "0.28.0"
features = ["cb_closure_managed_deser"]
[dev-dependencies.multiversx-sc-scenario]
version = "=0.48.1"

[dev-dependencies.elrond-wasm-debug]
version = "0.28.0"
[dev-dependencies.multiversx-sc-modules]
version = "=0.48.1"

[dependencies.multiversx-sc]
version = "=0.48.1"
features = ["esdt-token-payment-legacy-decode"]

[dev-dependencies]
num-bigint = "0.4.2"
2 changes: 1 addition & 1 deletion legacy-contracts/farm-staking-proxy-v1.3/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn register_farm_token(
)
```

For issue parameters format restrictions, take a look here: https://docs.elrond.com/developers/esdt-tokens/#parameters-format
For issue parameters format restrictions, take a look here: https://docs.multiversx.com/tokens/esdt-tokens/#parameters-format

payment_amount should be `0.05 EGLD`.

Expand Down
8 changes: 3 additions & 5 deletions legacy-contracts/farm-staking-proxy-v1.3/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ publish = false
[dependencies.farm-staking]
path = ".."

[dependencies.elrond-wasm]
version = "0.28.0"

[dependencies.elrond-wasm-debug]
version = "0.28.0"
[dependencies.multiversx-sc-meta]
version = "0.48.1"
default-features = false
8 changes: 2 additions & 6 deletions legacy-contracts/farm-staking-proxy-v1.3/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ panic = "abort"
default-features = false
path = ".."

[dependencies.elrond-wasm-node]
version = "0.28.0"

[dependencies.elrond-wasm-output]
version = "0.28.0"
features = ["wasm-output-mode"]
[dependencies.multiversx-sc-wasm-adapter]
version = "=0.48.1"
2 changes: 1 addition & 1 deletion locked-asset/interaction/testnet.snippets.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WALLET_PEM="~/Documents/shared_folder/elrond_testnet_wallet.pem"
WALLET_PEM="~/Documents/shared_folder/multiversx_testnet_wallet.pem"
DEPLOY_TRANSACTION=$(erdpy data load --key=deployTransaction-devnet)
DEPLOY_GAS="1000000000"
PROXY="https://testnet-gateway.multiversx.com"
Expand Down

0 comments on commit de03bab

Please sign in to comment.