Skip to content

Commit 590750f

Browse files
committed
fix beaker console
1 parent e7faf39 commit 590750f

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

ts/beaker-console/dist/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ sdk) {
266266
var addresses = contractInfo.addresses;
267267
var prefixLabel = function (label) { return "$".concat(label); };
268268
var pascalContractName = _case.pascal(contractName);
269-
var contractSdk = errorIfNotFound(sdk.contracts[pascalContractName + 'Contract'], "\"".concat(pascalContractName, "Contract\" not found in sdk."));
269+
var contractSdk = errorIfNotFound(sdk.contracts[pascalContractName], "\"".concat(pascalContractName, "\" not found in sdk."));
270270
var contractQueryClient = warnIfNotFound(contractSdk["".concat(pascalContractName, "QueryClient")], "\"".concat(pascalContractName, "QueryClient\" not found in \"").concat(contractName, "\" contract's sdk. This may caused by empty QueryMsg variant."));
271271
var contractClient = warnIfNotFound(contractSdk["".concat(pascalContractName, "Client")], "\"".concat(pascalContractName, "Client\" not found in \"").concat(contractName, "\" contract's sdk. This may caused by empty ExecuteMsg variant."), true);
272272
var contracts = mapObject(addresses, prefixLabel,

ts/beaker-console/dist/index.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ sdk) {
262262
var addresses = contractInfo.addresses;
263263
var prefixLabel = function (label) { return "$".concat(label); };
264264
var pascalContractName = pascal(contractName);
265-
var contractSdk = errorIfNotFound(sdk.contracts[pascalContractName + 'Contract'], "\"".concat(pascalContractName, "Contract\" not found in sdk."));
265+
var contractSdk = errorIfNotFound(sdk.contracts[pascalContractName], "\"".concat(pascalContractName, "\" not found in sdk."));
266266
var contractQueryClient = warnIfNotFound(contractSdk["".concat(pascalContractName, "QueryClient")], "\"".concat(pascalContractName, "QueryClient\" not found in \"").concat(contractName, "\" contract's sdk. This may caused by empty QueryMsg variant."));
267267
var contractClient = warnIfNotFound(contractSdk["".concat(pascalContractName, "Client")], "\"".concat(pascalContractName, "Client\" not found in \"").concat(contractName, "\" contract's sdk. This may caused by empty ExecuteMsg variant."), true);
268268
var contracts = mapObject(addresses, prefixLabel,

ts/beaker-console/dist/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/beaker-console/dist/index.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)