Skip to content

Commit

Permalink
🌺 Deploy AIP contracts on sepolia testnet (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
archblock-bot committed Jun 5, 2024
1 parent aa8af15 commit 59465c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions deployments-sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"sepolia": {
"minimumDepositController": {
"txHash": "0x02beff6c443288f6c7e8a293a8e3fde8423ff60a3496dd15b7cd62b6f99b029c",
"address": "0x1b2259dC0f77369b3dbf5baD4Dbe1acb509cF3f4",
"multisig": false
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^17.0.12",
"chai": "^4.3.6",
"eslint-config-archblock": "workspace:*",
"ethereum-mars": "0.2.6-dev.eb75a27",
"ethereum-mars": "0.2.6-dev.b8a1d6a",
"ethereum-waffle": "4.0.10",
"ethers": "^5.7.1",
"hardhat": "^2.15.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/guardedRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -eu

# Setting Infura or Alchemy key to use for convenience here
#export INFURA_KEY="f88abc181a4a45a6bc47bdda05a94944"
export ALCHEMY_KEY="fbS06B9gi4kYSsliFu_Hj5gamIShXt9I"
export INFURA_KEY="f88abc181a4a45a6bc47bdda05a94944"
#export ALCHEMY_KEY="fbS06B9gi4kYSsliFu_Hj5gamIShXt9I"

# Example usage:
# $ scripts/deployment/guardedRun.sh --network goerli --dry-run
Expand Down

0 comments on commit 59465c3

Please sign in to comment.