Skip to content

Commit

Permalink
feat: add gas info in tx info (#111)
Browse files Browse the repository at this point in the history
* feat: add gas info in tx info

* chore: renaming
  • Loading branch information
melianessa committed Nov 11, 2022
1 parent e62a4c9 commit d56277d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ export interface TransactionInfo {
chainId?: ChainId
gasPrice?: string
gasUsed?: string
gasToken?: Token
gasAmount?: string
gasAmountUSD?: string
}

const _StatusMessage = [
Expand Down

0 comments on commit d56277d

Please sign in to comment.