Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Devnet Hard fork (1) #30

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.20.7 as builder

ARG CONFIG_TESTNET_TAG=T1.6.13.0
ARG CONFIG_DEVNET_TAG=D1.6.12.0
ARG CONFIG_DEVNET_TAG=D1.6.13.2-hf1
ARG CONFIG_MAINNET_TAG=v1.6.13.0
ARG PROXY_TESTNET_TAG=v1.1.43
ARG PROXY_DEVNET_TAG=v1.1.43
Expand Down