Skip to content

Commit

Permalink
remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Sep 24, 2023
1 parent 552a4ad commit f18f96f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/keepkey-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keepkey-desktop",
"version": "2.1.19",
"version": "2.1.20",
"author": {
"name": "KeepKey",
"email": "[email protected]"
Expand Down
12 changes: 6 additions & 6 deletions packages/keepkey-sdk-server/src/controllers/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}
let tx = {
Expand Down Expand Up @@ -107,7 +107,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}
let tx = {
Expand Down Expand Up @@ -168,7 +168,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}

Expand Down Expand Up @@ -231,7 +231,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}

Expand Down Expand Up @@ -291,7 +291,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}

Expand Down Expand Up @@ -355,7 +355,7 @@ export class CosmosController extends ApiController {
amount: '5000',
},
],
gas: '350000',
gas: '1000000',
}
}

Expand Down

0 comments on commit f18f96f

Please sign in to comment.