We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd799b commit 7da48fdCopy full SHA for 7da48fd
contracts/javascore/modules/ics20app/build.gradle
@@ -60,7 +60,6 @@ deployJar {
60
lisbon {
61
uri = 'https://lisbon.net.solidwallet.io/api/v3'
62
nid = 0x2
63
- to = "$ics20App"?:null
64
}
65
local {
66
uri = 'http://localhost:9082/api/v3'
@@ -75,7 +74,7 @@ deployJar {
75
74
keystore = rootProject.hasProperty('keystoreName') ? "$keystoreName" : ''
76
password = rootProject.hasProperty('keystorePass') ? "$keystorePass" : ''
77
parameters {
78
- arg('_ibcHandler', "$ibcCore"?:null)
79
- arg("_bank","$ics20Bank"?:null)
+// arg('_ibcHandler', "$ibcCore"?:null)
+// arg("_bank","$ics20Bank"?:null)
80
81
0 commit comments