removed limit
This commit is contained in:
parent
204c5481be
commit
1b88677e91
|
|
@ -50,7 +50,7 @@ export default function ChangeWaitForButton({
|
||||||
cleanWaitFor = waitFor;
|
cleanWaitFor = waitFor;
|
||||||
}
|
}
|
||||||
|
|
||||||
action.waitFor = cleanWaitFor > 10 ? 10 * 60 : cleanWaitFor * 60;
|
action.waitFor = cleanWaitFor * 60;
|
||||||
updateAction(chainId, actionIndex, action);
|
updateAction(chainId, actionIndex, action);
|
||||||
|
|
||||||
const chain = getChain(chainId)!;
|
const chain = getChain(chainId)!;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user