Skip to content

Commit

Permalink
chore: bump ganache version and pull in latest smart contract base
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestgarth committed Apr 25, 2024
1 parent 2d89df9 commit e8dc79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ganache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GANACHE_MNEMONIC="ozone access unlock valid olympic save include omit supply green clown session"

FROM vegaprotocol/smartcontracts-base:v1.5.1
FROM vegaprotocol/smartcontracts-base:v1.5.2

ARG TARGETARCH
ARG GANACHE_MNEMONIC
Expand Down
2 changes: 1 addition & 1 deletion ganache/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v1.5.0",
"version": "v1.5.2",
"name": "vegaprotocol/ganache"
}

0 comments on commit e8dc79d

Please sign in to comment.