mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-26 15:47:40 +03:00
feat: updated fee type
This commit is contained in:
@@ -516,6 +516,7 @@ class AggregatorWS {
|
||||
factory: path.f,
|
||||
assetAddressIn: path.aai,
|
||||
assetAddressOut: path.aao,
|
||||
fee: path.fee,
|
||||
})),
|
||||
poolOptimal: json.po,
|
||||
...(json.oi) && {
|
||||
|
||||
@@ -181,7 +181,7 @@ export type SingleSwap = {
|
||||
factory: Factory
|
||||
assetAddressIn: string
|
||||
assetAddressOut: string
|
||||
fee?: number
|
||||
fee?: number | undefined
|
||||
}
|
||||
|
||||
export type SwapInfoBase = {
|
||||
|
||||
Reference in New Issue
Block a user