Skip to content

Commit b3da808

Browse files
committed
chore: move scripts
fix: lavamoat zeus
1 parent ab8055a commit b3da808

File tree

8 files changed

+35
-1
lines changed

8 files changed

+35
-1
lines changed

.github/workflows/validate-deployment-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: recursive
3232

3333
- name: Install Zeus
34-
run: npm install -g @layr-labs/zeus
34+
run: npm install -g @layr-labs/zeus --ignore-scripts
3535

3636
# Restore Forge cache
3737
- name: Cache Forge Build

script/4-script/binding.go renamed to script/releases/v1.9.0-slashing-ux/4-script/binding.go

File renamed without changes.

script/4-script/go.mod renamed to script/releases/v1.9.0-slashing-ux/4-script/go.mod

File renamed without changes.

script/4-script/go.sum renamed to script/releases/v1.9.0-slashing-ux/4-script/go.sum

File renamed without changes.

script/4-script/script.go renamed to script/releases/v1.9.0-slashing-ux/4-script/script.go

File renamed without changes.

script/4-script/script_test.go renamed to script/releases/v1.9.0-slashing-ux/4-script/script_test.go

File renamed without changes.

script/4-script/start.sh renamed to script/releases/v1.9.0-slashing-ux/4-script/start.sh

File renamed without changes.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "hourglass-testnet-replay-fix-v1.8.1",
3+
"from": ">=1.8.0",
4+
"to": "1.9.0",
5+
"phases": [
6+
{
7+
"type": "script",
8+
"filename": "4-script/start.sh",
9+
"arguments": [
10+
{
11+
"type": "url",
12+
"passBy": "env",
13+
"inputType": "text",
14+
"name": "SIDECAR_URL",
15+
"prompt": "Enter an Sidecar URL"
16+
},
17+
{
18+
"type": "url",
19+
"passBy": "env",
20+
"inputType": "text",
21+
"name": "RPC_URL",
22+
"prompt": "Enter an RPC URL"
23+
},
24+
{
25+
"type": "privateKey",
26+
"passBy": "env",
27+
"inputType": "password",
28+
"name": "PRIVATE_KEY",
29+
"prompt": "Enter an ETH wallet private key to migrate from"
30+
}
31+
]
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)