Skip to content

Commit eabc879

Browse files
RahulMaganti47Rahul Maganti
and
Rahul Maganti
authored
evm: add rate-limit config instructions to README (#410)
Co-authored-by: Rahul Maganti <rahulmaganti@rahuls-mbp.mynetworksettings.com>
1 parent 814b220 commit eabc879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

evm/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Similarly, transfers that are rate-limited on the destination chain are added to
3030

3131
If the client attempts to release the transfer from the queue before the expiry of the `rateLimitDuration`, the contract reverts with a `InboundQueuedTransferStillQueued` error.
3232

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.
35+
3336
_Events_
3437

3538
```solidity

0 commit comments

Comments
 (0)