Skip to content

Commit e2cc62f

Browse files
authored
Merge pull request #65 from onflow/kan/add-contract-address-tables
Kan/add contract address tables
2 parents 4a7729c + 11709dd commit e2cc62f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,27 @@ Mock FungibleToken implementations representing:
5757
- Uses oracle prices to calculate swap rates
5858
- Manages liquidity connectors for different token pairs
5959

60+
### Contract Deployments
61+
62+
#### Testnet
63+
| Asset Name | Cadence Address | Cadence Contract Name | EVM |
64+
|---|---|---|---|
65+
| FlowActions | 0xd27920b6384e2a78 | DeFiActions | TBD |
66+
| TidalProtocol | 0xd27920b6384e2a78 | TidalProtocol | TBD |
67+
| TidalYield | 0xd27920b6384e2a78 | TidalYield | TBD |
68+
| TidalYieldStrategies | 0xd27920b6384e2a78 | TidalYieldStrategies | TBD |
69+
| MOET | 0xd27920b6384e2a78 | MOET | 0x51f5cc5f50afb81e8f23c926080fa38c3024b238 |
70+
| USDC | 0xdfc20aee650fcbdf | EVMVMBridgedToken_d431955d55a99ef69beb96ba34718d0f9fbc91b1 | 0xd431955D55a99EF69BEb96BA34718d0f9fBc91b1 |
71+
| wBTC | 0xdfc20aee650fcbdf | EVMVMBridgedToken_208d09d2a6dd176e3e95b3f0de172a7471c5b2d6 | 0x208d09d2a6Dd176e3e95b3F0DE172A7471C5B2d6 |
72+
| wETH | 0xdfc20aee650fcbdf | EVMVMBridgedToken_059a77239dafa770977dd9f1e98632c3e4559848 | 0x059A77239daFa770977DD9f1E98632C3E4559848 |
73+
| mUSDC (ERC4626) | 0xdfc20aee650fcbdf | EVMVMBridgedToken_4154d5B0E2931a0A1E5b733f19161aa7D2fc4b95 | 0x4154d5B0E2931a0A1E5b733f19161aa7D2fc4b95 |
74+
75+
#### Mainnet
76+
| Contract Name | Cadence | EVM |
77+
|---|---|---|
78+
| | TBD | TBD |
79+
| | TBD | TBD |
80+
6081
## How the System Works
6182

6283
Below is an overview of the initial prototype Tracer Strategy in the broader context of TidalProtocol and the Tidal platform.

0 commit comments

Comments
 (0)