Skip to content

Commit

Permalink
redeploy (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Oct 23, 2023
1 parent c5bd8c9 commit a4634c2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
| Contract | Canonical Cross-chain Deployment Address |
| ------------ | -------------------------------------------- |
| ORMP | 0x0034607daf9c1dc6628f6e09E81bB232B6603A89 |
| SubAPI | 0x001F4321429B1E2DF774bdAe0fc62A7394652E0F |
| SubAPI | 0x00945C032A37454333d7044a52a5A42Aa0f6c608 |
4 changes: 2 additions & 2 deletions bin/beacon/add-beacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ airnode=${1:?}
sponsor=${2:?}
sponsorWallet=${3:?}

subapi=0x001F4321429B1E2DF774bdAe0fc62A7394652E0F
subapi=0x00945C032A37454333d7044a52a5A42Aa0f6c608

arbitest_chain=arbitrum-sepolia
arbitest_endpointId=0xbd452be65dba2428924ea35129292b3247233952dae361d169f2d489d805ce23
Expand All @@ -20,7 +20,7 @@ arbitest_sig=$(cast sig "addBeacon((address,bytes32,address,address))")


crab_chain=crab
crab_endpointId=0x63400292c39bafe31164968499615317be0f1b97b4122a29d436c8fb427fdf65```
crab_endpointId=0x63400292c39bafe31164968499615317be0f1b97b4122a29d436c8fb427fdf65

crab_data=$(set -x; ethabi encode params \
-v "(address,bytes32,address,address)" \
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -eo pipefail

forge script script/Deploy.s.sol:Deploy --chain-id 44 --broadcast --verify
forge script script/Deploy.s.sol:Deploy --chain-id 421614 --broadcast --verify --skip-simulation
forge script script/Deploy.s.sol:Deploy --chain-id 421614 --broadcast --verify # --skip-simulation
2 changes: 1 addition & 1 deletion bin/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail

deployer=0x0f14341A7f464320319025540E8Fe48Ad0fe5aec
ormp=0x0034607daf9c1dc6628f6e09E81bB232B6603A89
subapi=0x001F4321429B1E2DF774bdAe0fc62A7394652E0F
subapi=0x00945C032A37454333d7044a52a5A42Aa0f6c608

verify() {
local addr; addr=$1
Expand Down
4 changes: 2 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ contract Deploy is Common {
using ScriptTools for string;

address immutable ORMP = 0x0034607daf9c1dc6628f6e09E81bB232B6603A89;
address immutable ADDR = 0x001F4321429B1E2DF774bdAe0fc62A7394652E0F;
bytes32 immutable SALT = 0x2e2404a5a574c47981f8bd7cd0ff49a8d695179f6ae7cb02889d3b2ddcbb90d2;
address immutable ADDR = 0x00945C032A37454333d7044a52a5A42Aa0f6c608;
bytes32 immutable SALT = 0x19203b2192e701e6d2310d9b28561240cfd7ed56dada781c033d5854f2159ae5;

string config;
string instanceId;
Expand Down
2 changes: 1 addition & 1 deletion script/output/421614/deploy.a-latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"DAO": "0x0f14341A7f464320319025540E8Fe48Ad0fe5aec",
"SUBAPI": "0x001F4321429B1E2DF774bdAe0fc62A7394652E0F"
"SUBAPI": "0x00945C032A37454333d7044a52a5A42Aa0f6c608"
}
2 changes: 1 addition & 1 deletion script/output/44/deploy.a-latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"DAO": "0x0f14341A7f464320319025540E8Fe48Ad0fe5aec",
"SUBAPI": "0x001F4321429B1E2DF774bdAe0fc62A7394652E0F"
"SUBAPI": "0x00945C032A37454333d7044a52a5A42Aa0f6c608"
}

0 comments on commit a4634c2

Please sign in to comment.