Skip to content

Commit

Permalink
[PLA-2120] MinInfusion dispatch rule (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Dec 20, 2024
1 parent 3214c5c commit 8c04d1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Services/Processor/Substrate/Codec/Types/TankStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"PermittedCalls",
"PermittedExtrinsics",
"WhitelistedPallets",
"RequireSignature"
"RequireSignature",
"MinimumInfusion"
]
},
"DispatchRuleStorage": {
Expand All @@ -49,7 +50,8 @@
"PermittedCalls": "PermittedCallsRuleStorage",
"PermittedExtrinsics": "PermittedExtrinsicsRuleStorage",
"WhitelistedPallets": "Vec<Bytes>",
"RequireSignature": "[u8; 32]"
"RequireSignature": "[u8; 32]",
"MinimumInfusion": "u128"
}
},
"CoveragePolicy": {
Expand Down

0 comments on commit 8c04d1d

Please sign in to comment.