Skip to content

Commit

Permalink
clean zombienet local command
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Oct 14, 2024
1 parent 2986891 commit 1b7d4fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion chain-extensions/token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ where
let balance_encoded: Vec<u8> = if currency_id == T::GetNativeCurrencyId::get() {
<pallet_balances::Pallet<T> as fungible::Inspect<T::AccountId>>::reducible_balance(&account_id, Preservation::Preserve, Fortitude::Polite).encode()
} else {

<orml_tokens::Pallet<T> as fungibles::Inspect<T::AccountId>>::reducible_balance(currency_id, &account_id, Preservation::Preserve, Fortitude::Polite).encode()
};

Expand Down
10 changes: 4 additions & 6 deletions zombienet/config.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[settings]
timeout = 1000

[relaychain]
default_command = "/Users/gianni/root/Pendulum/polkadot-sdk/target/debug/polkadot"
default_command = "../polkadot/target/release/polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"

[[relaychain.nodes]]
name = "alice"
validator = true

[[relaychain.nodes]]
name = "bob"
validator = true

[[parachains]]
id = 1000
Expand All @@ -19,5 +18,4 @@ chain = "foucoco" # "pendulum"/"amplitude"/"dev"/"local"

[parachains.collator]
name = "alice"
command = "/Users/gianni/root/Pendulum/pendulum/target/release/pendulum-node"

command = "../pendulum/target/release/pendulum-node"

0 comments on commit 1b7d4fa

Please sign in to comment.