Added contracts 2.1.0
This commit is contained in:
parent
7716e0e9d1
commit
add2d145df
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "contracts-2.2.0"]
|
||||
path = contracts-2.2.0
|
||||
url = https://github.com/poanetwork/poa-bridge-contracts.git
|
||||
[submodule "contracts-2.1.0"]
|
||||
path = contracts-2.1.0
|
||||
url = https://github.com/poanetwork/poa-bridge-contracts.git
|
||||
|
@ -16,5 +16,6 @@ COPY . .
|
||||
|
||||
RUN yarn workspace poa-parity-bridge-contracts run compile
|
||||
RUN cd contracts-2.2.0 && rm -f package-lock.json && npm install && npm install truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install && npm install web3@1.0.0-beta.33
|
||||
RUN cd contracts-2.1.0 && rm -f package-lock.json && npm install && npm install truffle@4.1.11 && npm run compile && cd deploy && rm -f package-lock.json && npm install && npm install web3@1.0.0-beta.33
|
||||
RUN yarn workspace ui run compile:contracts && yarn workspace ui run postinstall
|
||||
RUN cd contracts/deploy && rm -f package-lock.json && npm install
|
||||
|
1
contracts-2.1.0
Submodule
1
contracts-2.1.0
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1f61c695df23b2a8f79d96e138c6bb5d8cd5b592
|
Loading…
Reference in New Issue
Block a user