Skip to content

Commit

Permalink
remove emty line
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 6, 2023
1 parent d5cb35e commit 4a1a90b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dex/uniswap-v3/forks/ramses-v2/ramses-v2-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class RamsesV2EventPool extends UniswapV3EventPool {

public readonly poolIface = new Interface(RamsesV2PoolABI);


async generateState(blockNumber: number): Promise<Readonly<PoolState>> {
const callData = this._getStateRequestCallData();

Expand Down

0 comments on commit 4a1a90b

Please sign in to comment.