Skip to content

Commit

Permalink
Document flow rate parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Jan 29, 2024
1 parent b37bcdd commit 3fbb2e4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,30 @@ ABIs for contracts can be obtained from the blockchain explorer links for each c
| USDC | [`0x6de8aCC0D406837030CE4dd28e7c08C5a96a30d2`](https://explorer.immutable.com/address/0x6de8aCC0D406837030CE4dd28e7c08C5a96a30d2) | [`0x3B2d8A1931736Fc321C24864BceEe981B11c3c57`](https://explorer.testnet.immutable.com/address/0x3B2d8A1931736Fc321C24864BceEe981B11c3c57) |
| USDT | [`0x68bcc7F1190AF20e7b572BCfb431c3Ac10A936Ab`](https://explorer.immutable.com/address/0x68bcc7F1190AF20e7b572BCfb431c3Ac10A936Ab) | TBA |
| Wrapped BTC | [`0x235F9A2Dc29E51cE7D103bcC5Dfb4F5c9c3371De`](https://explorer.immutable.com/address/0x235F9A2Dc29E51cE7D103bcC5Dfb4F5c9c3371De) | TBA |

## Flow Rate Parameters
Below are the flow rate parameters that have been configured on the L1 Mainnet and Testnet for different tokens.

**Mainnet**

| Token | Units | Capacity | Refill Rate | Large Transfer Threshold |
|-------------------------------------------------------------------------------|:------|----------|-------------|--------------------------|
| ETH | 10^18 | 10.08 | 0.0028 | 5.04 |
| [IMX](https://etherscan.io/token/0xf57e7e7c23978c3caec3c3548e3d615c346e79f) | 10^18 | 10008 | 2.78 | 5004 |
| [USDC](https://etherscan.io/token/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48) | 10^6 | 20016 | 5.56 | 10008 |

**Testnet**

| Token | Units | Capacity | Refill Rate | Large Transfer Threshold |
|----------------------------------------------------------------------------------------------|:------|------------|-------------|--------------------------|
| ETH | 10^18 | 10.08 | 0.0028 | 5.04 |
| [IMX](https://sepolia.etherscan.io/address/0xe2629e08f4125d14e446660028bd98ee60ee69ff) | 10^18 | 68,976 | 19.16 | 34,488 |
| [GODS](https://sepolia.etherscan.io/address/0x5c9f1680bb6a4b4fc698e0cf702e0cc34aed91b7) | 10^18 | 10,008 | 2.78 | 5,004 |
| [GOG](https://sepolia.etherscan.io/address/0x9AB7bb7FdC60f4357ECFef43986818A2A3569c62) | 10^18 | 25,5816 | 71.06 | 127,908 |
| [CHECKMATE](https://sepolia.etherscan.io/address/0xE910c2a090516Fb7a7Be07f96a464785f2D5Dc18) | 10^18 | 12,276,000 | 3410 | 6,138,000 |

*Note: USDC flow rate parameters have not yet been configured on Testnet.*


## Audits
The Immutable token bridge has been audited by [Trail of Bits](https://www.trailofbits.com/). The audit report can be found [here](./audits/Trail-of-Bits-2023-12-14.pdf).

0 comments on commit 3fbb2e4

Please sign in to comment.