Skip to content

Commit

Permalink
Merge pull request #599 from eco-stake/enable-secret-ledger-support
Browse files Browse the repository at this point in the history
Enable Secret authz ledger support
  • Loading branch information
tombeynon authored Sep 21, 2022
2 parents 899f16f + 5327987 commit 13972eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DelegateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DelegateForm extends React.Component {
async handleSubmit(event) {
event.preventDefault();

this.setState({loading: true})
this.setState({loading: true, error: null})

const wallet = this.props.wallet
const amount = this.state.amount
Expand Down
3 changes: 2 additions & 1 deletion src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
{
"name": "secretnetwork",
"gasPrice": "0.025uscrt",
"gasPricePrefer": "0.05uscrt"
"gasPricePrefer": "0.05uscrt",
"ledgerAuthzSupport": true
},
{
"name": "bostrom",
Expand Down

0 comments on commit 13972eb

Please sign in to comment.