mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 09:07:56 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::str::FromStr;
|
||||
|
||||
use hex_literal::hex;
|
||||
use sp_core::H160;
|
||||
use pezsp_core::H160;
|
||||
|
||||
use super::{hardhat::HardhatContract, Contract};
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ use std::{
|
||||
};
|
||||
|
||||
use serde::{de, Deserialize};
|
||||
use sp_core::H160;
|
||||
use pezsp_core::H160;
|
||||
|
||||
use self::{
|
||||
defaults::{entrypoint_address, entrypoint_contract},
|
||||
|
||||
Reference in New Issue
Block a user