Skip to content

Commit

Permalink
update golang ver
Browse files Browse the repository at this point in the history
fix op-mainnet config
  • Loading branch information
fanhousanbu committed Aug 28, 2024
1 parent 9902df7 commit 324d345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## build
FROM golang:1.22.2-alpine3.19 AS build-env
FROM golang:1.23-alpine3.20 AS build-env

RUN apk add build-base

Expand All @@ -12,7 +12,7 @@ RUN go env -w GO111MODULE=on \
&& go build -o cnode

## run
FROM alpine:3.19
FROM alpine3.20

RUN mkdir -p /aa && mkdir -p /aa/log

Expand Down
4 changes: 2 additions & 2 deletions conf/appsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ chain_networks: # not supported in env, only in appsettings.yaml
"is_test": false,
"v06_entrypoint_address" : "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
"v07_entrypoint_address" : "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"v06_paymaster_address" : "0xF2147CA7f18e8014b76e1A98BaffC96ebB90a29f",
"v07_paymaster_address": "0xF2147CA7f18e8014b76e1A98BaffC96ebB90a29f",
"v06_factory_address" : "0xF2147CA7f18e8014b76e1A98BaffC96ebB90a29f",
"v07_factory_address": "0xF2147CA7f18e8014b76e1A98BaffC96ebB90a29f",
"gas_token": "ETH",
"token_config": {
"USDT": "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module another_node

go 1.22.2
go 1.23

toolchain go1.23.0

require (
Expand Down

0 comments on commit 324d345

Please sign in to comment.