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

Commit

Permalink
feat: update fuel-bridge (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Oct 22, 2023
1 parent 686ef55 commit 5c5f888
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions docker/erc20-deployer/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@fuel-bridge/solidity-contracts": "0.2.2",
"@fuel-bridge/test-utils": "0.2.2",
"@fuel-bridge/solidity-contracts": "0.3.0",
"@fuel-bridge/test-utils": "0.3.0",
"ethers": "5.7.2",
"fuels": "0.63.0"
},
Expand Down
2 changes: 1 addition & 1 deletion docker/l1-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm i -g pnpm
WORKDIR /l1chain

# clone the contracts repo
RUN git clone --depth 1 --branch v0.2.2 https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge
RUN git clone --depth 1 --branch v0.3.0 https://github.com/FuelLabs/fuel-bridge.git /tmp/fuel-bridge
RUN mv /tmp/fuel-bridge/packages/solidity-contracts /l1chain/portal-contracts

# copy over the fuel chain and replace consts values
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"xstate:typegen": "xstate typegen 'src/**/*.ts?(x)'"
},
"dependencies": {
"@fuel-bridge/fungible-token": "0.2.2",
"@fuel-bridge/message-predicates": "0.2.2",
"@fuel-bridge/solidity-contracts": "0.2.2",
"@fuel-bridge/fungible-token": "0.3.0",
"@fuel-bridge/message-predicates": "0.3.0",
"@fuel-bridge/solidity-contracts": "0.3.0",
"@fuel-ts/utils": "0.63.0",
"@fuel-ui/css": "0.21.1",
"@fuel-ui/react": "0.21.1",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c5f888

Please sign in to comment.