Skip to content

Commit

Permalink
chore(constants): applies diffs from Jesse's subgraph PR
Browse files Browse the repository at this point in the history
Source: Jesse-Sawa#1

I'm applying all changes made in this PR "v3-subgraph for celo changes
Uniswap#1" (Jesse-Sawa#1).
  • Loading branch information
arthurgousset committed Apr 1, 2024
1 parent 9bc06b6 commit 1a20b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BigInt, BigDecimal, Address } from '@graphprotocol/graph-ts'
import { Factory as FactoryContract } from '../types/templates/Pool/Factory'

export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000'
export const FACTORY_ADDRESS = '0x1F98431c8aD98523631AE4a59f267346ea31F984'
export const FACTORY_ADDRESS = '0xAfE208a311B21f13EF87E33A90049fC17A7acDEc'

export let ZERO_BI = BigInt.fromI32(0)
export let ONE_BI = BigInt.fromI32(1)
Expand Down

0 comments on commit 1a20b9e

Please sign in to comment.