Skip to content

Commit

Permalink
Merge pull request #154 from bancorprotocol/celo-deployment
Browse files Browse the repository at this point in the history
add celo deployment artifacts
  • Loading branch information
ivanzhelyazkov authored Jul 25, 2024
2 parents 317e0e9 + 7fb1440 commit 90675b7
Show file tree
Hide file tree
Showing 10 changed files with 7,536 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-56dbd20c7179570c53b6c17ff34daa7273a4ddae

- name: Install dependencies
run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions deployments/celo/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42220
5 changes: 5 additions & 0 deletions deployments/celo/.migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"0001-ProxyAdmin": 1721813148,
"0002-Voucher": 1721813170,
"0003-CarbonController": 1721813216
}
Loading

0 comments on commit 90675b7

Please sign in to comment.