Skip to content

Commit 5a89fde

Browse files
committed
feat: added deployed contract addresses to README
1 parent 971dc66 commit 5a89fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## List of files
44

5-
| File | Description |
6-
|--------------------------------|-------------|
7-
|contracts/CrowdsaleToken.sol | [The current (or "old") DATA token](https://etherscan.io/address/0x0cf0ee63788a0849fe5297f3407f701e122cc023#readContract) |
8-
|contracts/DATAv2.sol | The new DATA token |
9-
|contracts/DataTokenMigrator.sol | Migrator contract that acts as UpgradeAgent for the old token |
5+
| File | Description | Mainnet |
6+
|--------------------------------|-------------|---------|
7+
|contracts/CrowdsaleToken.sol | The current (or "old") DATA token | [0x0cf0...23](https://etherscan.io/address/0x0cf0ee63788a0849fe5297f3407f701e122cc023#readContract)
8+
|contracts/DATAv2.sol | The new DATA token | [0x8f6...b76](https://etherscan.io/address/0x8f693ca8d21b157107184d29d398a8d082b38b76#readContract)
9+
|contracts/DataTokenMigrator.sol | Migrator contract that acts as UpgradeAgent for the old token | [0xc7...c16c](https://etherscan.io/address/0xc7aaf6c62e86a36395d8108fe95d5f758794c16c#readContract)
1010
|contracts/IERC677.sol | Interface of ERC677 as defined in [the LINK token](https://etherscan.io/address/0x514910771af9ca656af840dff83e8264ecf986ca#code) |
1111
|contracts/IERC677Receiver.sol | Interface of ERC677Receiver also defined in [the LINK token](https://etherscan.io/address/0x514910771af9ca656af840dff83e8264ecf986ca#code) |
1212
|contracts/MockRecipient.sol | IERC677Receiver implementation for the purpose of testing |

0 commit comments

Comments
 (0)