File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @delphi-labs/shuttle" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps." ,
5
5
"keywords" : [
6
6
" dapp" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export function prepareMessagesForInjective(messages: TransactionMsg[]): InjTran
59
59
60
60
return InjMsgInstantiateContract . fromJSON ( {
61
61
sender : instantiateMsg . value . sender ,
62
- admin : instantiateMsg . value . admin ,
62
+ admin : instantiateMsg . value . admin ?? "" ,
63
63
codeId : Number ( instantiateMsg . value . codeId ) ,
64
64
label : instantiateMsg . value . label ?? "" ,
65
65
msg : instantiateMsg . value . msg ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @delphi-labs/shuttle-react" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps." ,
5
5
"keywords" : [
6
6
" dapp" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @delphi-labs/shuttle-vue" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 4.3 .0" ,
4
4
"description" : " Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps." ,
5
5
"keywords" : [
6
6
" dapp" ,
You can’t perform that action at this time.
0 commit comments