Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide getDefaultFees for all clients #116

Closed
veado opened this issue Nov 26, 2020 · 0 comments
Closed

Provide getDefaultFees for all clients #116

veado opened this issue Nov 26, 2020 · 0 comments
Assignees

Comments

@veado
Copy link
Collaborator

veado commented Nov 26, 2020

If getFees might fail, a front-end should still have an option to get default (hard-coded) fees.

TODO

(1) Add getDefaultFees to interface XChainClient

getDefaultFees(): Fees

(2) Implement getDefaultFees for each client to return default fees.

Default fees (TBD):

  • Binance
average: 0.000375 BNB
fast: 0.000375 BNB
fastest: 0.000375 BNB
  • BTC
average: 10 sats/byte
fast: 20 sats/byte
fastest: 50 sats/byte
  • Cosmos
average: ???
fast: ???
fastest: ???
  • Polkadot
average: ???
fast: ???
fastest: ???
  • Thorchain
average: ???
fast: ???
fastest: ???
@veado veado changed the title Provide getDefault fees for all clients Provide getDefaultFees for all clients Nov 26, 2020
@veado veado closed this as completed Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants