Skip to content

Commit

Permalink
Merge branch 'feat/cosmos-default-validator' into 'develop'
Browse files Browse the repository at this point in the history
feat/cosmos-default-validator

See merge request papers/airgap/airgap-wallet!726
  • Loading branch information
godenzim committed Dec 14, 2023
2 parents e45e5cc + 53220bf commit bd44a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class CosmosDelegationExtensions extends V1ProtocolDelegationExtensions<C
}

public airGapDelegatee(_adapter: ICoinDelegateProtocolAdapter<CosmosProtocol>): string {
return 'cosmosvaloper1n3f5lm7xtlrp05z9ud2xk2cnvk2xnzkm2he6er'
return undefined
}

// TODO: add translations
Expand Down

0 comments on commit bd44a43

Please sign in to comment.