Skip to content

Commit f977670

Browse files
authored
Deploy CREATE4 Factory (#84)
1 parent b002acd commit f977670

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ The following is a list of contracts that are deployed by this script.
168168
├──────────────────────┼───────────────────────────────────┼────────────────────────────────────────────┤
169169
│ clawback │ Clawback │ 0x6F9a2c3E11011b894fae691d5338748f8048467d │
170170
│ clawback │ ClawbackMetadata │ 0x335411eAA9D63251f8c0867600Be4d0C190a3b1f │
171+
│ create4 │ Create4 │ 0xC4C4C4Ae7EA494fdb246991b70c8E40f471c9166 │
171172
│ developer-multisig │ DeveloperMultisig │ 0x007a47e6BF40C1e0ed5c01aE42fDC75879140bc4 │
172173
│ factories │ Erc1155Factory │ 0x024b9949FeD1c8dd7154DE653456d64Aa1093384 │
173174
│ factories │ Erc1155Holder │ 0x3883491F1433dafafd20FB8FD9ec1fE032Ca5e3B │

jobs/create4/build-info/create4.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

jobs/create4/create4.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "create4"
2+
version: "1"
3+
description: "Deploy CREATE4 plan executor contract via the canonical ERC-2470 deployer"
4+
depends_on: []
5+
6+
actions:
7+
- name: "create4"
8+
template: "erc-2470"
9+
arguments:
10+
salt: "0x416775737831323131206d616465204352454154453326342678030003000000"
11+
creationCode: "{{Contract(./build-info/create4.json:CREATE4).creationCode}}"
12+
output: true
13+
14+
- name: "verify-create4"
15+
type: "verify-contract"
16+
depends_on: ["create4"]
17+
arguments:
18+
address: "{{create4.address}}"
19+
contract: "{{Contract(./build-info/create4.json:CREATE4)}}"
20+
output: false

networks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
rpcUrl: "https://nodes.sequence.app/amoy/{{RPC_BUILDER_KEY}}"
187187
supports:
188188
- sourcify
189+
- etherscan_v2
189190
testnet: true
190191

191192
- name: Blast

0 commit comments

Comments
 (0)