Skip to content

Commit

Permalink
update deployment addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng committed Mar 10, 2023
1 parent 9d2fba4 commit 595b512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = '0x128ce3a3d48f27ce35a3f810cf2cddd2f6879b13'
export const FACTORY_ADDRESS = '0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7'

export let ZERO_BI = BigInt.fromI32(0)
export let ONE_BI = BigInt.fromI32(1)
Expand Down
2 changes: 1 addition & 1 deletion src/utils/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BigDecimal, BigInt } from '@graphprotocol/graph-ts'
import { exponentToBigDecimal, safeDiv } from '../utils/index'

const WBNB_ADDRESS = '0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c'
const USDC_WBNB_03_POOL = '0x99c760f66d5b3b6c1116f97d396234c936b544d0'
const USDC_WBNB_03_POOL = '0x6bcb0Ba386E9de0C29006e46B2f01f047cA1806E'

// token where amounts should contribute to tracked volume and liquidity
// usually tokens that many tokens are paired with s
Expand Down
2 changes: 1 addition & 1 deletion subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dataSources:
name: Factory
network: bsc
source:
address: '0x128Ce3A3D48f27CE35A3F810cF2cddD2f6879b13'
address: '0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7'
abi: Factory
startBlock: 25605652
mapping:
Expand Down

0 comments on commit 595b512

Please sign in to comment.