Skip to content

Commit 0223829

Browse files
committed
config
1 parent 9a846aa commit 0223829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtimes/peregrine/src/ismp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl pallet_token_gateway::Config for Runtime {
102102
type AssetAdmin = AssetAdmin;
103103
type Decimals = ConstU8<15>;
104104
type NativeCurrency = Balances;
105-
type NativeAssetId = ();
105+
type NativeAssetId = NativeAssetId;
106106
type EvmToSubstrate = ();
107107
type WeightInfo = ();
108108
}

0 commit comments

Comments
 (0)