Skip to content

Commit

Permalink
Add Airdrop contract Testnet deployment data (#159)
Browse files Browse the repository at this point in the history
* Set 6_deployUSDTContract.sh script file as executable

* Set 5_deployAirdropContract.sh script file as executable

* Add Airdrop contract deployment data

* Fix GitHub CI regarding Forge version
  • Loading branch information
matjazv authored Jun 10, 2024
1 parent c3982ef commit ceedb25
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 7 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR CI

on:
pull_request:
branches: [ main ]
branches: [ main, development ]

permissions:
contents: read
Expand All @@ -29,10 +29,21 @@ jobs:
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
#- name: Install Foundry
# uses: foundry-rs/foundry-toolchain@v1
# with:
# version: nightly

- uses: actions/checkout@v4
with:
version: nightly
repository: foundry-rs/foundry
path: ./foundry
submodules: recursive
ref: 5ac78a9cd4b94dc53d1fe5e0f42372b28b5a7559

- name: Install Forge
run: |
cargo install --path ./foundry/crates/forge --profile local --force --locked
- name: Check formatting
if: ${{ contains(matrix.system.os, 'windows') == false }}
Expand Down
7 changes: 4 additions & 3 deletions deployment/addresses/sepolia/addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Below are the addresses of the deployed smart contracts on the Ethereum and Lisk

| Name | Address |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| [`L2Airdrop`](../../../src/L2/L2Airdrop.sol) | [0xDdE1998B8842b1C925Eef7eDFDAA2Df24A75048a](https://sepolia-blockscout.lisk.com/address/0xDdE1998B8842b1C925Eef7eDFDAA2Df24A75048a) |
| [`L2ClaimContract`](../../../src/L2/L2Claim.sol) | [0x3D4190b08E3E30183f5AdE3A116f2534Ee3a4f94](https://sepolia-blockscout.lisk.com/address/0x3D4190b08E3E30183f5AdE3A116f2534Ee3a4f94) |
| [`L2ClaimImplementation`](../../../src/L2/L2Claim.sol) | [0xAE4A95E412d7d669AbE6bB23031Ae0250B832710](https://sepolia-blockscout.lisk.com/address/0xAE4A95E412d7d669AbE6bB23031Ae0250B832710) |
| [`L2Governor`](../../../src/L2/L2Governor.sol) | [0xf9181aaD773d423A2cc0155Cb4263E563D51B467](https://sepolia-blockscout.lisk.com/address/0xf9181aaD773d423A2cc0155Cb4263E563D51B467) |
Expand Down Expand Up @@ -55,6 +56,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) |
Loading

0 comments on commit ceedb25

Please sign in to comment.