Skip to content

Commit

Permalink
Merge pull request #1067 from multiversx/added-warnings-on-bridge
Browse files Browse the repository at this point in the history
Added token operation warnings on the bridge
  • Loading branch information
iulianpascalau authored Feb 25, 2025
2 parents 6ac4aef + b7d2d4d commit 690ac76
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/bridge/whitelist-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ the EVM-compatible chain side (depending on the ERC20 contract variant, `addMint
For reference, this is the list of the known smart contracts:
* **Wrapper** `erd1qqqqqqqqqqqqqpgq305jfaqrdxpzjgf9y5gvzh60mergh866yfkqzqjv2h`
* **Ethereum Safe** `erd1qqqqqqqqqqqqqpgqf2cu60ffz9v68r0h62sufxxf67n7xprue3yq4ap4k2`
* **BSC Safe** `erd1qqqqqqqqqqqqqpgqa89ts8s3un2tpxcml340phcgypyyr609e3yqv4d8nz`
* **BSC Safe** `erd1qqqqqqqqqqqqqpgqa89ts8s3un2tpxcml340phcgypyyr609e3yqv4d8nz`

:::warning
To ensure the correct functioning of the bridge, as a MultiversX token owner please ensure the following points are met:
* if you make use of the transfer-role on your token, remember to grant the role also on the **Safe**, **MultiTransfer**, **BridgedTokensWrapper**, and **BridgeProxy** contracts;
* do not freeze the above-mentioned contracts;
* do not wipe tokens on the above-mentioned contracts.

Failure to comply with these rules will force the bridge owner to blacklist the token in order to restore the correct functioning of the bridge.
:::
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 690ac76

Please sign in to comment.