We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6218c46 commit 44dae50Copy full SHA for 44dae50
snapshots.js
@@ -1,3 +1,6 @@
1
+// Copyright 2022-2024 use-ink/contracts-ui authors & contributors
2
+// SPDX-License-Identifier: GPL-3.0-only
3
+
4
module.exports = {
5
__version: '13.13.3',
6
'Storage Types Contract': {
src/ui/components/instantiate/Step2.tsx
@@ -132,9 +132,8 @@ export function Step2() {
132
setDryRunResult(convertedOutcome);
133
}
134
} else {
135
- console.log('Using v5 contractsApi');
136
const result = await api.call.contractsApi.instantiate(...params);
137
- console.log(result);
138
let instantiateResult;
139
140
// auto-generated @polkadot/type-augment data uses slightly different types
0 commit comments