Skip to content

Commit

Permalink
refactor: remove comment about metapool
Browse files Browse the repository at this point in the history
  • Loading branch information
Verisana committed May 3, 2022
1 parent 0e3264f commit 926eb66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dex/nerve/nerve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class Nerve
async setupEventPool(poolConfig: NervePoolConfig, blockNumber: number) {
const poolIdentifier = Nerve.getIdentifier(this.dexKey, poolConfig.address);

// We don't support Metapool yet
if (!poolConfig.isMetapool) {
const newPool = new NerveEventPool(
this.dexKey,
Expand Down

0 comments on commit 926eb66

Please sign in to comment.