Skip to content

Commit

Permalink
override for usdc.e
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Jul 10, 2024
1 parent beee79d commit d0d18c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,14 @@ export function getSubgraphConfig(): SubgraphConfig {
'0x1d17cbcf0d6d143135ae902365d2e5e2a16538d4', // USDC
'0x5a7d6b2f92c77fad6ccabd7ee0624e64907eaf3e', // ZK
],
tokenOverrides: [],
tokenOverrides: [
{
address: Address.fromString('0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4'),
symbol: 'USDC.e',
name: 'Bridged USDC (zkSync)',
decimals: BigInt.fromI32(6),
},
],
poolsToSkip: [],
poolMappings: [],
}
Expand Down

0 comments on commit d0d18c1

Please sign in to comment.