diff --git a/docker/erc20-deployer/Dockerfile b/docker/erc20-deployer/Dockerfile index 5fedab457..16bb8d1a5 100644 --- a/docker/erc20-deployer/Dockerfile +++ b/docker/erc20-deployer/Dockerfile @@ -26,11 +26,4 @@ ENV PK_ETH_WALLET="${PK_ETH_WALLET}" EXPOSE ${PORT} # copy over script and run -CMD ["pnpm", "start"] - - - # L1_CHAIN_HTTP=http://localhost:8545 \ - # FUEL_GRAPHQL_ENDPOINT=http://localhost:4000/graphql \ - # DEPLOYMENTS_HTTP=http://localhost:8080 \ - # PK_ETH_WALLET=59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d \ - # pnpm start \ No newline at end of file +CMD ["pnpm", "start"] \ No newline at end of file diff --git a/docker/l1-chain/Dockerfile b/docker/l1-chain/Dockerfile index f122ad3ad..09a917b40 100644 --- a/docker/l1-chain/Dockerfile +++ b/docker/l1-chain/Dockerfile @@ -1,11 +1,10 @@ # ====== Build Image ====== -FROM node:20-alpine AS BUILD_IMAGE +FROM node:18-alpine AS BUILD_IMAGE # dependencies RUN apk --no-cache add git RUN npm i -g pnpm - # set workdir WORKDIR /l1chain @@ -18,7 +17,7 @@ ADD ./.fuelChainConsts.env /l1chain/portal-contracts/.fuelChainConsts.env WORKDIR /l1chain/portal-contracts # build the ethereum contracts and environment -RUN pnpm install --force +RUN pnpm install # replace the fuel chain consts values and change contract code RUN pnpm ts-node scripts/replaceFuelChainConsts.ts # run contract compile with the new consts @@ -29,7 +28,7 @@ RUN pnpm compile COPY ./hardhat/hardhat.config.ts . # ====== Final Image ====== -FROM node:20-alpine +FROM node:18-alpine ARG L1_IP=0.0.0.0 ARG L1_PORT=8545 diff --git a/packages/app-portal/.env.production b/packages/app-portal/.env.production index dcac7c68b..f79f24005 100644 --- a/packages/app-portal/.env.production +++ b/packages/app-portal/.env.production @@ -1,6 +1,6 @@ VITE_ETH_CHAIN=sepolia VITE_FUEL_CHAIN=fuelBeta5 -VITE_FUEL_VERSION=0.20.7 +VITE_FUEL_VERSION=0.22.0 VITE_IS_PUBLIC_PREVIEW=true VITE_WALLET_INSTALL=https://chrome.google.com/webstore/detail/fuel-wallet/dldjpboieedgcmpkchcjcbijingjcgok VITE_WALLET_INSTALL_NEXT=https://next-wallet.fuel.network/docs/install/#install-from-source-code diff --git a/packages/app-portal/index.html b/packages/app-portal/index.html index e03da6f75..baa60fcd1 100644 --- a/packages/app-portal/index.html +++ b/packages/app-portal/index.html @@ -1,8 +1,8 @@ - +
- +