Skip to content

Commit 5bb72d1

Browse files
Update 8_deploy_protocol_v3.js
1 parent 20ed976 commit 5bb72d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/loopring_v3/migrations/8_deploy_protocol_v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = function(deployer, network, accounts) {
1919
);
2020

2121
const universalRegistry = await UniversalRegistry.deployed();
22-
universalRegistry.registerProtocol(
22+
await universalRegistry.registerProtocol(
2323
LoopringV3.address,
2424
ExchangeV3.address
2525
);

0 commit comments

Comments
 (0)