Skip to content

Commit

Permalink
Add USDT mainnet deployment contract address to list (#163)
Browse files Browse the repository at this point in the history
* Add USDT mainnet deployment address to list

* Update formatting per feedback
  • Loading branch information
Incede authored Jun 13, 2024
1 parent c3982ef commit 8211bc9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Additionally, it also includes various deployment scripts that are integral for
- [Current Mainnet Deployment](#current-mainnet-deployment)
- [L1 Smart Contracts](#l1-smart-contracts)
- [L2 Smart Contracts](#l2-smart-contracts)
- [L2 ERC20 Token Smart Contracts](#l2-erc20-token-smart-contracts)
- [Current Testnet Deployment](#current-testnet-deployment)
- [Tips \& Tricks](#tips--tricks)
- [Deployment Directory Folder](#deployment-directory-folder)
Expand Down Expand Up @@ -125,6 +126,12 @@ You may find the addresses of the deployed smart contracts (including vesting wa
| [`L2VestingWallet`](src/L2/L2VestingWallet.sol) | - | [0xdF2363BE4644f160EEbFe5AE6F8728e64D8Db211](https://blockscout.lisk.com/address/0xdF2363BE4644f160EEbFe5AE6F8728e64D8Db211) |
| [`L2VotingPower`](src/L2/L2VotingPower.sol) | [0x2eE6Eca46d2406454708a1C80356a6E63b57D404](https://blockscout.lisk.com/address/0x2eE6Eca46d2406454708a1C80356a6E63b57D404) | [0x99137F8880fB38e770EB7eF3d68038bC673D58EF](https://blockscout.lisk.com/address/0x99137F8880fB38e770EB7eF3d68038bC673D58EF) |

#### L2 ERC20 Token Smart Contracts

| Name | Proxy | Implementation |
| ------------------- | ----- | ---------------------------------------------------------------------------------------------------------------------------- |
| `Tether USD (USDT)` | - | [0x05D032ac25d322df992303dCa074EE7392C117b9](https://blockscout.lisk.com/address/0x05D032ac25d322df992303dCa074EE7392C117b9) |

### Current Testnet Deployment

You may find the addresses of the deployed smart contracts on the Ethereum and Lisk testnets inside [deployment/addresses/sepolia/addresses.md](deployment/addresses/sepolia/addresses.md) file.
Expand Down
6 changes: 6 additions & 0 deletions deployment/addresses/mainnet/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ Below are the addresses of the deployed smart contracts on the Ethereum and Lisk
| `Guaranteed DAO 2025 - 2026` | [0x21498d0c5d90198059B7B29Bbb6DB46f36a66e27](https://blockscout.lisk.com/address/0x21498d0c5d90198059B7B29Bbb6DB46f36a66e27) |
| `Vested DAO Funds 2027 - 2032` | [0xdEA264322978933724d2147C45ddd186E7994A8c](https://blockscout.lisk.com/address/0xdEA264322978933724d2147C45ddd186E7994A8c) |
| `Vested DAO Funds 2033` | [0x8F0dc4c07a876aB963eB84df26cDAA1cc43F6b24](https://blockscout.lisk.com/address/0x8F0dc4c07a876aB963eB84df26cDAA1cc43F6b24) |

### L2 ERC20 Tokens

| Name | Address |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `Tether USD (USDT)` | [0x05D032ac25d322df992303dCa074EE7392C117b9](https://blockscout.lisk.com/address/0x05D032ac25d322df992303dCa074EE7392C117b9) |
6 changes: 3 additions & 3 deletions deployment/addresses/sepolia/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Below are the addresses of the deployed smart contracts on the Ethereum and Lisk

### L2 ERC20 Tokens

| Name | Address |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| `Tether USD (USDT)` | [0xd26be7331edd458c7afa6d8b7fcb7a9e1bb68909](https://sepolia-blockscout.lisk.com/address/0xd26be7331edd458c7afa6d8b7fcb7a9e1bb68909)
| Name | Address |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `Tether USD (USDT)` | [0xd26be7331edd458c7afa6d8b7fcb7a9e1bb68909](https://sepolia-blockscout.lisk.com/address/0xd26be7331edd458c7afa6d8b7fcb7a9e1bb68909) |

0 comments on commit 8211bc9

Please sign in to comment.