Skip to content

Commit

Permalink
Remove tax and use uusd as default fee denom (#220)
Browse files Browse the repository at this point in the history
* feat(TxAPI): remove computeTax
* feat(LCDClient, TxAPI): use uusd as default fee
* build: bump version to 3.0.6
* dep: update
  • Loading branch information
hanjukim authored Jan 26, 2022
1 parent 26846f2 commit 2973b26
Show file tree
Hide file tree
Showing 8 changed files with 7,568 additions and 205 deletions.
2 changes: 1 addition & 1 deletion integration-tests/decodeTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main() {
const bombay = new LCDClient({
chainID: 'bombay-12',
URL: 'https://bombay-lcd.terra.dev',
gasPrices: { uluna: 0.38 },
gasPrices: { uusd: 0.15 },
});

// a wallet can be created out of any key
Expand Down
1 change: 0 additions & 1 deletion integration-tests/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ async function main() {
const bombay = new LCDClient({
chainID: 'bombay-12',
URL: 'https://bombay-lcd.terra.dev',
gasPrices: { uluna: 0.38 },
});

// a wallet can be created out of any key
Expand Down
Loading

0 comments on commit 2973b26

Please sign in to comment.