Skip to content

Commit 7da48fd

Browse files
committed
fix: remove params on gradle
1 parent cbd799b commit 7da48fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contracts/javascore/modules/ics20app/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ deployJar {
6060
lisbon {
6161
uri = 'https://lisbon.net.solidwallet.io/api/v3'
6262
nid = 0x2
63-
to = "$ics20App"?:null
6463
}
6564
local {
6665
uri = 'http://localhost:9082/api/v3'
@@ -75,7 +74,7 @@ deployJar {
7574
keystore = rootProject.hasProperty('keystoreName') ? "$keystoreName" : ''
7675
password = rootProject.hasProperty('keystorePass') ? "$keystorePass" : ''
7776
parameters {
78-
arg('_ibcHandler', "$ibcCore"?:null)
79-
arg("_bank","$ics20Bank"?:null)
77+
// arg('_ibcHandler', "$ibcCore"?:null)
78+
// arg("_bank","$ics20Bank"?:null)
8079
}
8180
}

0 commit comments

Comments
 (0)