Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from sushiswap/update_maker_address
Browse files Browse the repository at this point in the history
Updated maker address
  • Loading branch information
jiro-ono authored Feb 3, 2021
2 parents b16438e + 041f09e commit 9cff4d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 465 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const MASTER_CHEF_ADDRESS = Address.fromString('0xc2edad668740f1aa35e4d8f

export const SUSHI_BAR_ADDRESS = Address.fromString('0x8798249c2e607446efb7ad49ec89dd1865ff4272')

export const SUSHI_MAKER_ADDRESS = Address.fromString('0x6684977bbed67e101bb80fc07fccfba655c0a64f')
export const SUSHI_MAKER_ADDRESS = Address.fromString('0xE11fc0B43ab98Eb91e9836129d1ee7c3Bc95df50')

export const SUSHI_TOKEN_ADDRESS = Address.fromString('0x6b3595068778dd592e39a122f4f5a5cf09c90fe2')

Expand Down
8 changes: 0 additions & 8 deletions src/maker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,4 @@ export function served(event: SwapEvent): void {

maker.sushiServed = maker.sushiServed.plus(sushiServed)
maker.save()

log.info('{} served up {} Sushi for pair {}-{} at {}', [
server.id,
sushiServed.toString(),
token0Contract.symbol(),
token1Contract.symbol(),
serving.timestamp.toString(),
])
}
Loading

0 comments on commit 9cff4d2

Please sign in to comment.