change type names

This commit is contained in:
Dmitriy Pavlov
2023-08-10 19:05:40 +03:00
parent df38bfdc2c
commit 12bd1bc069
3 changed files with 3 additions and 3 deletions

View File

@@ -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,