Skip to content

Commit

Permalink
feat: extend StatusResponse to include gasPrice and gasUsed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Liu committed Mar 15, 2022
1 parent a3cf19e commit 8eddc63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ export interface TransactionInfo {
amount?: string
token?: Token
chainId?: ChainId
gasPrice?: string
gasUsed?: string
}

export interface StatusResponse {
Expand Down

0 comments on commit 8eddc63

Please sign in to comment.