Skip to content

Commit

Permalink
Merge pull request #1073 from multiversx/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
andreigiura authored Feb 28, 2025
2 parents fa35668 + 63c0187 commit 3d2d3d6
Show file tree
Hide file tree
Showing 27 changed files with 1,145 additions and 3 deletions.
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.
:::
4 changes: 2 additions & 2 deletions docs/sovereign/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This guide provides detailed instructions on setting up, deploying, and managing

1. [Introduction](/sovereign/concept)
2. [Prerequisites](/sovereign/system-requirements)
3. [Setup Guide](/sovereign/setup)
4. [Custom Configurations](/sovereign/deployment)
3. [Setup Guide](/sovereign/local-setup)
4. [Custom Configurations](/sovereign/custom-configurations)
5. [Managing a Sovereign Chain](/sovereign/managing-sovereign)
6. [Economics](/sovereign/token-economics)
7. [Governance](/sovereign/governance)
Expand Down
161 changes: 161 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@docusaurus/theme-mermaid": "3.5.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mdx-js/react": "3.0.1",
Expand All @@ -36,6 +37,8 @@
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.3",
"react-modal": "^3.16.3",
"rehype-katex": "7.0.0",
"remark-math": "6.0.0"
},
Expand Down
Loading

0 comments on commit 3d2d3d6

Please sign in to comment.