Skip to content

Commit 756c7ab

Browse files
authored
Add TrailsIntentEntrypoint contract and update README and YAML configuration for beta-3 (#65) (#65)
1 parent 415be4a commit 756c7ab

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 │

jobs/trails/beta-3.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

jobs/trails/build-info/beta-3/all-contracts.json

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

0 commit comments

Comments
 (0)