Skip to content

Commit 07b00cd

Browse files
QuentinIshenkeyao
andauthored
Predeployed OP contracts on testnet (#199)
* Working devnet * Fix op-proposer * Wait for genesis --------- Co-authored-by: Keyao Shen <[email protected]>
1 parent 406a892 commit 07b00cd

22 files changed

+893
-493
lines changed

.github/workflows/docker-images.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches: [main, celo*]
66
paths:
7-
- 'espresso/docker/**'
8-
- 'espresso/docker-compose.yml'
9-
- 'config/**'
7+
- "espresso/docker/**"
8+
- "espresso/docker-compose.yml"
9+
- "config/**"
1010
pull_request:
1111
paths:
12-
- 'espresso/docker/**'
13-
- 'espresso/docker-compose.yml'
14-
- 'config/**'
12+
- "espresso/docker/**"
13+
- "espresso/docker-compose.yml"
14+
- "config/**"
1515
workflow_dispatch:
1616

1717
env:
@@ -134,6 +134,6 @@ jobs:
134134
tags: ${{ steps.meta.outputs.tags }}
135135
labels: ${{ steps.meta.outputs.labels }}
136136
build-args: |
137-
TARGET_BASE_IMAGE=ubuntu:22.04
137+
TARGET_BASE_IMAGE=alpine:3.22
138138
TARGETOS=linux
139139
TARGETARCH=amd64

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cache
2626

2727
packages/contracts-bedrock/deployments/anvil
2828

29+
2930
# vim
3031
*.sw*
3132

@@ -34,8 +35,8 @@ packages/contracts-bedrock/deployments/anvil
3435

3536
.secrets
3637
.env
37-
.envrc
3838
!espresso/.env
39+
.envrc
3940
!.env.example
4041
!.envrc.example
4142
*.log

0 commit comments

Comments
 (0)