Skip to content

Commit dcc3c4a

Browse files
committed
fix: added deployable parameters
1 parent b7ba0e7 commit dcc3c4a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contracts/javascore/ics20/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ deployJar {
5555
}
5656
keystore = rootProject.hasProperty('keystoreName') ? "$keystoreName" : ''
5757
password = rootProject.hasProperty('keystorePass') ? "$keystorePass" : ''
58-
// parameters {
59-
// arg('_xCall', "$xCallMultiProtocol")
60-
// arg('_ibc', "$ibcCore")
61-
// arg('_port', "mock")
62-
// }
58+
parameters {
59+
arg('_ibcHandler', "$ibcCore")
60+
arg('_serializeIrc2', "")
61+
}
6362
}
6463

6564
task integrationTest(type: Test) {

0 commit comments

Comments
 (0)