Skip to content

Commit

Permalink
Merge branch 'woof-software/squash-teth-to-mainnet-weth-wsteth' of gi…
Browse files Browse the repository at this point in the history
…thub.com:woof-software/comet into woof-software/add-teth-to-weth-and-wsteth-on-mainnet
  • Loading branch information
MishaShWoof committed Jan 29, 2025
2 parents f8afea6 + 2041a2a commit 8b17ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/context/CometContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CometContext {
}

async getCompWhales(): Promise<string[]> {
const useMainnetComp = ['mainnet', 'polygon', 'arbitrum', 'base', 'optimism', 'scroll', 'mantle', 'linea'].includes(this.world.base.network);
const useMainnetComp = ['mainnet', 'polygon', 'arbitrum', 'base', 'optimism', 'scroll', 'mantle'].includes(this.world.base.network);
return COMP_WHALES[useMainnetComp ? 'mainnet' : 'testnet'];
}

Expand Down

0 comments on commit 8b17ce3

Please sign in to comment.