Skip to content

Commit

Permalink
Enable honzon-bridge (#2227)
Browse files Browse the repository at this point in the history
* enable honzon-bridge

* fix address
  • Loading branch information
zjb0807 authored Jun 27, 2022
1 parent 5a0ad0f commit df550c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,6 @@ impl Contains<Call> for BaseCallFilter {
return false;
}

let is_honzon_bridge = matches!(
call,
Call::HonzonBridge(_) // HonzonBridge isn't enabled until wAUSD is created. Issue #1967
);
if is_honzon_bridge {
// no honzon_bridge
return false;
}

if let Call::PolkadotXcm(xcm_method) = call {
match xcm_method {
pallet_xcm::Call::send { .. }
Expand Down Expand Up @@ -1565,7 +1556,7 @@ impl module_idle_scheduler::Config for Runtime {
}

parameter_types! {
pub WormholeAUSDCurrencyId: CurrencyId = CurrencyId::Erc20(EvmAddress::from(hex_literal::hex!["0000000000000000000100000000000000000001"]));
pub WormholeAUSDCurrencyId: CurrencyId = CurrencyId::Erc20(EvmAddress::from(hex_literal::hex!["e20683ad1ed8bbeed7e1ae74be10f19d8045b530"]));
pub const StableCoinCurrencyId: CurrencyId = KUSD;
}

Expand Down

0 comments on commit df550c8

Please sign in to comment.