access-control:change-default-admin-delay
Schedule a change of the delay applied to future default admin transfers.
Syntax
Section titled “Syntax”access-control:change-default-admin-delay <contract> <delay>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
contract |
address |
AccessControlDefaultAdminRules contract address |
delay |
number |
New delay in seconds |
Examples
Section titled “Examples”load access-control
set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb
# Move to a 5-day delay for future admin transfersaccess-control:change-default-admin-delay $token 432000- The change itself is delayed: increases wait for the new delay, decreases wait for the difference. A scheduled change can be undone with access-control:rollback-default-admin-delay.