mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-28 00:28:04 +03:00
change type names
This commit is contained in:
@@ -501,7 +501,7 @@ class AggregatorWS {
|
||||
path: json.ps,
|
||||
exchanges: json.e,
|
||||
exchangeContractPath: json.eps.map((path) => ({
|
||||
poolAddress: path.p,
|
||||
pool: path.p,
|
||||
assetIn: path.ai,
|
||||
assetOut: path.ao,
|
||||
factory: path.f,
|
||||
|
||||
@@ -165,7 +165,7 @@ export type SwapInfoAlternative = {
|
||||
}
|
||||
|
||||
type ExchangeContractPath = {
|
||||
poolAddress: string
|
||||
pool: string
|
||||
assetIn: string
|
||||
assetOut: string
|
||||
factory: string
|
||||
|
||||
Reference in New Issue
Block a user