Skip to content

Commit

Permalink
Fixed PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloco committed Apr 15, 2024
1 parent 12dd669 commit 53a9413
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/massaBridge/architecture-security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ The BridgeVault contract on Ethereum holds the assets locked during the bridging
The BridgeVault contract can charge fees. However they have been set to 0 for the time being.

**Gnosis safe**
Safe proxy address: [0x5d752840501b2d2f4841accf53794d0ed3e2c3eb](https://sepolia.etherscan.io/address/0x5d752840501b2d2f4841accf53794d0ed3e2c3eb)
Safe proxy address: [0xDB1a35B0C8Bb727A8ce5314B4fCCa874614138BB](https://etherscan.io/address/0xDB1a35B0C8Bb727A8ce5314B4fCCa874614138BB)

| Signer Name | Address | Status |
|-------------|-------------------------------------------|----------|
| Damir | 0xAbC1234...EfgH5678 | Active |
| Adrien | 0xIjk9012...LmnO3456 | Active |
| SRE | 0xPqr7890...StuV1234 | Inactive |
| Signer 1 | 0x675Ebdc155e89c31229b0C7aF38D8D355E61F50 | Active |
| Signer 2 | 0xB744a01980b2f1ee61ED742df42B21b3AAfE1A31| Active |
| Signer 3 | 0xcF6fB27ddC0A0270A36F7E7E5270CB179D2bfD32| Active |


The Bridge contract on Massa is responsible for minting the tokens in response to the locked assets on Ethereum. The Bridge contract can only mint tokens when it receives a message signed by 3 out of 3 nodes of the relayer network. The synthetic token contracts ownership, has yet to be transferred to a multisig wallet after deployment. The public keys of the relayer nodes are hardcoded in the contract and cannot be updated. This contract as well can be paused for maintenance or security.
Expand Down
12 changes: 6 additions & 6 deletions docs/massaBridge/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Massa Bridge initially enables the bridging of USDC, DAI, and WETH, originating

| Network | Token name | Address |
|---------|-------|---------|
| Ethereum | USDC | _add token contract link_ |
| Ethereum | WETH | _add token contract link_ |
| Ethereum | DAI | _add token contract link_ |
| Massa | USDC.e | _add token contract link_ |
| Massa | WETH.e | _add token contract link_ |
| Massa | DAI.e | _add token contract link_ |
| Ethereum | USDC | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 |
| Ethereum | WETH | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 |
| Ethereum | DAI | 0x6b175474e89094c44da98b954eedeac495271d0f |
| Massa | USDC.e | AS1hCJXjndR4c9vekLWsXGnrdigp4AaZ7uYG3UKFzzKnWVsrNLPJ |
| Massa | WETH.e | AS124vf3YfAJCSCQVYKczzuWWpXrximFpbTmX4rheLs5uNSftiiRY |
| Massa | DAI.e | AS1ZGF1upwp9kPRvDKLxFAKRebgg7b3RWDnhgV7VvdZkZsUL7Nuv |

## Supported Wallets

Expand Down

0 comments on commit 53a9413

Please sign in to comment.