difftreelog
feat add erc20 interface
in: master
3 files changed
pallets/balances-adapter/src/erc.rsdiffbeforeafterbothno changes
pallets/balances-adapter/src/lib.rsdiffbeforeafterboth445pub use pallet::*;5pub use pallet::*;67pub mod erc;687#[frame_support::pallet]9#[frame_support::pallet]8pub mod pallet {10pub mod pallet {9 #[pallet::config]11 #[pallet::config]10 pub trait Config: frame_system::Config {}12 pub trait Config: frame_system::Config + pallet_evm_coder_substrate::Config {}11 #[pallet::pallet]13 #[pallet::pallet]12 pub struct Pallet<T>(_);14 pub struct Pallet<T>(_);1315pallets/balances-adapter/src/stubs/UniqueNativeFungible.rawdiffbeforeafterbothno changes