From 59465c3544cf526395bc5e672346abd30758667c Mon Sep 17 00:00:00 2001 From: archblock-bot <121608524+archblock-bot@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:23:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BA=20Deploy=20AIP=20contracts=20on=20?= =?UTF-8?q?=20sepolia=20testnet=20(#2079)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments-sepolia.json | 9 +++++++++ package.json | 2 +- scripts/guardedRun.sh | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 deployments-sepolia.json diff --git a/deployments-sepolia.json b/deployments-sepolia.json new file mode 100644 index 0000000..d073f70 --- /dev/null +++ b/deployments-sepolia.json @@ -0,0 +1,9 @@ +{ + "sepolia": { + "minimumDepositController": { + "txHash": "0x02beff6c443288f6c7e8a293a8e3fde8423ff60a3496dd15b7cd62b6f99b029c", + "address": "0x1b2259dC0f77369b3dbf5baD4Dbe1acb509cF3f4", + "multisig": false + } + } +} diff --git a/package.json b/package.json index e190b85..5751608 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/guardedRun.sh b/scripts/guardedRun.sh index 11fe30d..474831c 100644 --- a/scripts/guardedRun.sh +++ b/scripts/guardedRun.sh @@ -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