Skip to content

Commit

Permalink
Update contracts/src/Teleporter/upgrades/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: bernard-avalabs <[email protected]>
Signed-off-by: cam-schultz <[email protected]>
  • Loading branch information
cam-schultz and bernard-avalabs authored Jul 10, 2024
1 parent 342c52a commit 6d78d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/Teleporter/upgrades/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The Teleporter address corresponding to a Teleporter version can be fetched from
>cast send <DAPP_ADDRESS> "pauseTeleporterAddress(address)" $versionThreeAddress
>```
#### Pause all Teleporter interaction
#### Pause all Teleporter interactions
To pause all Teleporter interaction, `TeleporterUpgradeable.pauseTeleporterAddress` must be called for every Teleporter version from the `minTeleporterVersion` to the latest Teleporter version registered in `TeleporterRegistry`. The latest Teleporter version can be obtained by inspecting the public variable `TeleporterRegistry.latestVersion`. The `minTeleporterVersion` can be obtained by calling `TeleporterUpgradeable.getMinTeleporterVersion`.
Expand Down

0 comments on commit 6d78d16

Please sign in to comment.