Skip to content

Commit

Permalink
Merge pull request #37 from ElrondNetwork/new-requirements
Browse files Browse the repository at this point in the history
New requirements
  • Loading branch information
catalinnnn authored Apr 24, 2021
2 parents 6947201 + 2e9b030 commit b143b57
Show file tree
Hide file tree
Showing 14 changed files with 953 additions and 833 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "elrond_dex_staking"
name = "elrond_dex_farm"
version = "0.0.0"
authors = [ "you",]
edition = "2018"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "elrond_dex_staking-abi"
name = "elrond_dex_farm-abi"

version = "0.0.0"
authors = [ "you",]
edition = "2018"
publish = false

[dependencies.elrond_dex_staking]
[dependencies.elrond_dex_farm]
path = ".."

[dependencies.elrond-wasm]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use elrond_dex_staking::*;
use elrond_dex_farm::*;
use elrond_wasm_debug::*;

fn main() {
let contract = StakingImpl::new(TxContext::dummy());
let contract = FarmImpl::new(TxContext::dummy());
print!("{}", abi_json::contract_abi(&contract));
}
File renamed without changes.
Loading

0 comments on commit b143b57

Please sign in to comment.