Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -38,7 +38,7 @@ xcm-executor = { workspace = true }
|
||||
|
||||
# Pezcumulus
|
||||
pezcumulus-primitives-core = { workspace = true }
|
||||
ethereum-standards = { workspace = true }
|
||||
pez-ethereum-standards = { workspace = true }
|
||||
teyrchains-common = { workspace = true }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
//! The ERC20 Asset Transactor.
|
||||
|
||||
use core::marker::PhantomData;
|
||||
use ethereum_standards::IERC20;
|
||||
use pez_ethereum_standards::IERC20;
|
||||
use pezframe_support::traits::{fungible::Inspect, OriginTrait};
|
||||
use pezframe_system::pezpallet_prelude::OriginFor;
|
||||
use pezpallet_revive::{
|
||||
|
||||
Reference in New Issue
Block a user