Skip to content

Commit

Permalink
Update BlazeSwap.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Apr 27, 2024
1 parent e336779 commit af8a393
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/sushi/src/router/liquidity-providers/BlazeSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import { UniswapV2BaseProvider } from './UniswapV2Base.js'
export class BlazeSwapProvider extends UniswapV2BaseProvider {
constructor(chainId: ChainId, web3Client: PublicClient) {
const factory = {
14: '0x440602f459D7Dd500a74528003e6A20A46d6e2A6',
[ChainId.FLARE]: '0x440602f459D7Dd500a74528003e6A20A46d6e2A6',
} as const
const initCodeHash = {
14: '0xbf4c1c435583a2bb8d763765a34a46e376071c3b3d80e5bbac0950aeecdf31cb',
[ChainId.FLARE]:
'0xbf4c1c435583a2bb8d763765a34a46e376071c3b3d80e5bbac0950aeecdf31cb',
} as const
super(chainId, web3Client, factory, initCodeHash)
}
Expand Down

0 comments on commit af8a393

Please sign in to comment.