Skip to content

Commit b2adead

Browse files
committed
chore: version v.4.3.0
1 parent a48a032 commit b2adead

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@delphi-labs/shuttle",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps.",
55
"keywords": [
66
"dapp",

packages/core/src/internals/injective/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function prepareMessagesForInjective(messages: TransactionMsg[]): InjTran
5959

6060
return InjMsgInstantiateContract.fromJSON({
6161
sender: instantiateMsg.value.sender,
62-
admin: instantiateMsg.value.admin,
62+
admin: instantiateMsg.value.admin ?? "",
6363
codeId: Number(instantiateMsg.value.codeId),
6464
label: instantiateMsg.value.label ?? "",
6565
msg: instantiateMsg.value.msg,

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@delphi-labs/shuttle-react",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps.",
55
"keywords": [
66
"dapp",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@delphi-labs/shuttle-vue",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps.",
55
"keywords": [
66
"dapp",

0 commit comments

Comments
 (0)