diff --git a/e2e-script/bridge/Dockerfile b/e2e-script/bridge/Dockerfile
index f81fef48..b36986f1 100644
--- a/e2e-script/bridge/Dockerfile
+++ b/e2e-script/bridge/Dockerfile
@@ -10,5 +10,5 @@ RUN apt-get clean
 RUN git clone https://github.com/poanetwork/bridge-nodejs.git
 WORKDIR /bridge-nodejs
 RUN git fetch && git checkout support-erc20-native-#81
-RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive && git fetch && git checkout erc20-to-native-#79
+RUN cd submodules/poa-bridge-contracts && git submodule update --init --recursive
 RUN npm install
diff --git a/e2e-script/contracts/Dockerfile b/e2e-script/contracts/Dockerfile
index 1e34a476..6e7ed617 100644
--- a/e2e-script/contracts/Dockerfile
+++ b/e2e-script/contracts/Dockerfile
@@ -9,7 +9,7 @@ RUN mkdir submodules && \
   mv poa-bridge-contracts submodules && \
   cd submodules/poa-bridge-contracts && \
   git fetch && \
-  git checkout erc20-to-native-#79
+  git checkout develop
 
 RUN cd submodules/poa-bridge-contracts && \
   npm install && \