You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: evm/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Similarly, transfers that are rate-limited on the destination chain are added to
30
30
31
31
If the client attempts to release the transfer from the queue before the expiry of the `rateLimitDuration`, the contract reverts with a `InboundQueuedTransferStillQueued` error.
32
32
33
+
To disable the rate-limiter, set `_rateLimitDuration` to 0 and enable the `_skipRateLimiting` field in the `NttManager` constructor. Configuring this incorrectly will throw an error.
34
+
If the rate-limiter is disabled, the inbound and outbound rate-limits can be set to 0.
0 commit comments