Skip to content

Commit

Permalink
native asset reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Jul 21, 2024
1 parent d5967b0 commit c46b92d
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
"fractional-NFT",
"fundraiser",
"name-registry",
# "native-asset",
"native-asset",
# "NFT",
# "oracle",
# "OTC-swap-predicate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tokio = { workspace = true }

[[test]]
harness = true
name = "integration_tests"
name = "native_asset_integration_tests"
path = "tests/harness.rs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abigen!(Contract(
abi = "./native-asset/native-asset-contract/out/debug/native-asset-contract-abi.json"
),);

const NATIVE_ASSET_CONTRACT_BINARY_PATH: &str = "./out/debug/native-asset-contract.bin";
const NATIVE_ASSET_CONTRACT_BINARY_PATH: &str = "./native-asset-contract/out/debug/native-asset-contract.bin";

pub(crate) fn defaults(
contract_id: ContractId,
Expand Down

0 comments on commit c46b92d

Please sign in to comment.