File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ The following is a list of contracts that are deployed by this script.
223223│ trails-beta-2 │ TrailsMulticall3Router │ 0x748dD4d9da3fd46797FE55C0b54c329dDc06558D │
224224│ trails-beta-2 │ TrailsTokenSweeper │ 0x5CdC654bc149F72509442fa9c12762b269f34c23 │
225225│ trails-beta-3 │ TrailsBalanceInjector │ 0xAca1813C717954c6Dc4Cbf69192b3Ef5781149C0 │
226+ │ trails-beta-3 │ TrailsIntentEntrypoint │ 0x597faD66a7f0f41bF8790888CE06da95d89a3C3d │
226227│ trails-beta-3 │ TrailsMulticall3Router │ 0x977C0d1BFb9071CB63c9C1Ad92D916589Ee38928 │
227228│ trails-beta-3 │ TrailsRouterShim │ 0xC0866A65988cBAdd1BDfF27686aA3831CDd6a717 │
228229│ trails-beta-3 │ TrailsTokenSweeper │ 0x04dB23CDBCB7c99098aA51E3d0d6440eD3bA26CF │
Original file line number Diff line number Diff line change @@ -72,4 +72,18 @@ actions:
7272 types : ["address"]
7373 values : ["{{trails-multicall3-router.address}}"]
7474 output : false
75-
75+
76+ - name : " trails-intent-entrypoint"
77+ template : " erc-2470"
78+ arguments :
79+ salt : " {{salt-zero}}"
80+ creationCode : " {{Contract(./build-info/beta-3/all-contracts.json:TrailsIntentEntrypoint).creationCode}}"
81+ output : true
82+
83+ - name : " verify-trails-intent-entrypoint"
84+ type : " verify-contract"
85+ depends_on : ["trails-intent-entrypoint"]
86+ arguments :
87+ address : " {{trails-intent-entrypoint.address}}"
88+ contract : " {{Contract(./build-info/beta-3/all-contracts.json:TrailsIntentEntrypoint)}}"
89+ output : false
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments