Skip to content

Commit

Permalink
fix: use block commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 13, 2023
1 parent d60d445 commit c134329
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 198 deletions.
2 changes: 1 addition & 1 deletion docker/block-committer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/fuellabs/fuel-block-committer:sha-126e787
FROM ghcr.io/fuellabs/fuel-block-committer:sha-4f4bf27

ARG ETHEREUM_WALLET_KEY=""
ARG COMMIT_INTERVAL=1
Expand Down
3 changes: 2 additions & 1 deletion packages/fungible-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "tsup"
},
"devDependencies": {
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader"
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader",
"@fuel-bridge/solidity-contracts": "workspace:*"
}
}
3 changes: 2 additions & 1 deletion packages/message-predicates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "tsup"
},
"devDependencies": {
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader"
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader",
"@fuel-bridge/solidity-contracts": "workspace:*"
}
}
Loading

0 comments on commit c134329

Please sign in to comment.