Skip to content

Commit 8df7c54

Browse files
authored
Add type TradeAsset to compatible Asset (#1586)
1 parent 0b47704 commit 8df7c54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wise-rocks-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@xchainjs/xchain-mayachain-query': patch
3+
---
4+
5+
Add type TradeAsset to Compatible Asset types

packages/xchain-mayachain-query/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from '@xchainjs/xchain-util'
1313
import type BigNumber from 'bignumber.js'
1414

15-
export type CompatibleAsset = Asset | TokenAsset | SynthAsset
15+
export type CompatibleAsset = Asset | TokenAsset | SynthAsset | TradeAsset
1616

1717
/**
1818
* Represents fees associated with a swap.

0 commit comments

Comments
 (0)