File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ impl orml_tokens::Config for Runtime {
80
80
type ExistentialDeposits = ExistentialDeposits ;
81
81
type OnDust = orml_tokens:: TransferDust < Runtime , DustAccount > ;
82
82
type MaxLocks = ConstU32 < 100_000 > ;
83
+ type MaxReserves = ConstU32 < 100_000 > ;
84
+ type ReserveIdentifier = [ u8 ; 8 ] ;
83
85
type DustRemovalWhitelist = Nothing ;
84
86
}
85
87
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ impl orml_tokens::Config for Runtime {
84
84
type ExistentialDeposits = ExistentialDeposits ;
85
85
type OnDust = ( ) ;
86
86
type MaxLocks = ConstU32 < 50 > ;
87
+ type MaxReserves = ConstU32 < 50 > ;
88
+ type ReserveIdentifier = [ u8 ; 8 ] ;
87
89
type DustRemovalWhitelist = Everything ;
88
90
}
89
91
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ impl orml_tokens::Config for Runtime {
87
87
type ExistentialDeposits = ExistentialDeposits ;
88
88
type OnDust = ( ) ;
89
89
type MaxLocks = ConstU32 < 50 > ;
90
+ type MaxReserves = ConstU32 < 50 > ;
91
+ type ReserveIdentifier = [ u8 ; 8 ] ;
90
92
type DustRemovalWhitelist = Everything ;
91
93
}
92
94
You can’t perform that action at this time.
0 commit comments