Skip to content

Commit

Permalink
fix: bump to 80 and use ethereum address for dai price in optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Sep 2, 2024
1 parent b3d96e1 commit 698db7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type CoingeckoSupportedChainId =
| 42220
| 1088;

const CHAIN_DATA_VERSION = "79";
const CHAIN_DATA_VERSION = "80";

export type Token = {
code: string;
Expand Down Expand Up @@ -169,8 +169,8 @@ const CHAINS: Chain[] = [
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
decimals: 18,
priceSource: {
chainId: 10,
address: "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
chainId: 1,
address: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
},
},
{
Expand Down

0 comments on commit 698db7f

Please sign in to comment.