Skip to content

Commit

Permalink
fixed ergo amm pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Feb 6, 2024
1 parent 7f9dcd3 commit 896d958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/network/ergo/api/ammPools/ErgoAmmPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export class ErgoAmmPool extends AmmPool {
return this.pool.poolFeeNum;
}

get feeDenom(): bigint {
return this.pool.feeDenom;
}

get feeNum(): bigint {
return this.pool.feeNum;
}
Expand Down

0 comments on commit 896d958

Please sign in to comment.