We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b47704 commit 8df7c54Copy full SHA for 8df7c54
.changeset/wise-rocks-peel.md
@@ -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
@@ -12,7 +12,7 @@ import {
12
} from '@xchainjs/xchain-util'
13
import type BigNumber from 'bignumber.js'
14
15
-export type CompatibleAsset = Asset | TokenAsset | SynthAsset
+export type CompatibleAsset = Asset | TokenAsset | SynthAsset | TradeAsset
16
17
/**
18
* Represents fees associated with a swap.
0 commit comments