Skip to content

Commit

Permalink
Add Bridge Fee Type to Estimated Fees (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu authored Dec 13, 2024
1 parent 9e5b02a commit 31f05d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-trainers-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/client': patch
---

Add BRIDGE fee type to estimated fees array
1 change: 1 addition & 0 deletions packages/client/src/types/unified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export type MsgsWarning = {

export enum FeeType {
SMART_RELAY = 'SMART_RELAY',
BRIDGE = 'BRIDGE',
};

export type EstimatedFee = {
Expand Down

0 comments on commit 31f05d1

Please sign in to comment.