Skip to content

Commit 8e17799

Browse files
Fix trails deploy dependencies (#88)
1 parent 8b2caf1 commit 8e17799

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

jobs/trails/beta-0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "trails-token-sweeper"
22
version: "1"
33
description: "Deploy TrailsTokenSweeper via SingletonFactory (EIP-2470)"
4+
depends_on: ["era-evm-predeploy-erc2470"]
45

56
actions:
67
- name: "trails-token-sweeper"

jobs/trails/beta-2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "trails-beta-2"
22
version: "beta-2"
33
description: "Deploy TrailsTokenSweeper via SingletonFactory (EIP-2470)"
4+
depends_on: ["era-evm-predeploy-erc2470"]
45

56
actions:
67
- name: "trails-token-sweeper"

jobs/trails/beta-3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "trails-beta-3"
22
version: "beta-3"
33
description: "Deploy Trails contracts (beta 3)"
4+
depends_on: ["era-evm-predeploy-erc2470"]
45
skip_networks: [19011, 40875]
56

67
actions:

jobs/trails/rc-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "trails-rc-1"
22
version: "rc-1"
33
description: "Deploy Trails contracts (rc 1)"
4-
depends_on: ["multicall3"]
4+
depends_on: ["era-evm-predeploy-erc2470"]
55
skip_networks: [19011, 40875]
66

77
actions:

jobs/trails/rc-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "trails-rc-2"
22
version: "rc-2"
33
description: "Deploy Trails contracts (rc 2)"
4-
depends_on: ["multicall3"]
4+
depends_on: ["era-evm-predeploy-erc2470"]
55
skip_networks: [19011, 40875]
66

77
actions:

jobs/trails/rc-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "trails-rc-3"
22
version: "rc-3"
33
description: "Deploy Trails contracts (rc 3)"
4-
depends_on: ["multicall3"]
4+
depends_on: ["era-evm-predeploy-erc2470", "multicall3"]
55
skip_networks: [19011, 40875]
66

77
actions:

0 commit comments

Comments
 (0)