File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ The following is a list of contracts that are deployed by this script.
247247│ trails-rc-4 │ TrailsIntentEntrypoint │ 0x91E9e3Fe369CF005dB2857Ef24955A66d1E692Cf │
248248│ trails-rc-4 │ TrailsRouter │ 0xF8A739B9F24E297a98b7aba7A9cdFDBD457F6fF8 │
249249│ trails-rc-4 │ TrailsRouterShim │ 0x1306aF05bA556839885B9B8c758f1d2F33d3571E │
250+ │ trails-rc-4 │ TrailsValidator │ 0x4B3eC67c5812543924C12a07140369C29077071e │
250251│ trails-token-sweeper │ TrailsMulticall3Router │ 0xFF8f46538c39dCA637fCE9a804b2B59B517A9698 │
251252│ trails-token-sweeper │ TrailsTokenSweeper │ 0xEbDd59B8cE1993d38e4E081E0d80662BB169d3db │
252253│ value-forwarder │ ValueForwarder │ 0xABAAd93EeE2a569cF0632f39B10A9f5D734777ca │
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11name : " trails-rc-4"
2- version : " rc-4"
2+ version : " rc-4.2 "
33description : " Deploy Trails contracts (rc 4)"
44depends_on : ["era-evm-predeploy-erc2470", "multicall3"]
55skip_networks : [19011, 40875]
@@ -69,3 +69,18 @@ actions:
6969 address : " {{trails-intent-entrypoint.address}}"
7070 contract : " {{Contract(./build-info/rc-4/all-contracts.json:TrailsIntentEntrypoint)}}"
7171 output : false
72+
73+ - name : " trails-validator"
74+ template : " erc-2470"
75+ arguments :
76+ salt : " {{salt-zero}}"
77+ creationCode : " {{Contract(./build-info/rc-4/all-contracts.json:TrailsValidator).creationCode}}"
78+ output : true
79+
80+ - name : " verify-trails-validator"
81+ type : " verify-contract"
82+ depends_on : ["trails-validator"]
83+ arguments :
84+ address : " {{trails-validator.address}}"
85+ contract : " {{Contract(./build-info/rc-4/all-contracts.json:TrailsValidator)}}"
86+ output : false
You can’t perform that action at this time.
0 commit comments