Skip to content

Commit

Permalink
Add HPOS10I to ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Oct 15, 2024
1 parent f4c4688 commit f110c11
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1478,4 +1478,18 @@ export const tokens = {
documentation: 'https://silopedia.silo.finance/',
bridge: 'base-canonical',
},
HarryPotterObamaSonic10Inu: {
name: 'HarryPotterObamaSonic10Inu',
symbol: 'BITCOIN',
oracleId: 'HarryPotterObamaSonic10Inu',
address: '0x2a06A17CBC6d0032Cac2c6696DA90f29D39a1a29',
chainId: 8453,
decimals: 8,
logoURI: '',
website: 'https://hpos10i.com/',
description:
'BITCOIN is the ticker of HarryPotterObamaSonic10Inu, a meme coin that incentivizes the creation of novel and entertaining meme content.',
documentation: 'https://hpos10i.com/#Tokenomics',
bridge: 'base-canonical',
},
} as const satisfies Record<string, Token>;
8 changes: 8 additions & 0 deletions src/utils/fetchConcentratedLiquidityTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,14 @@ const tokens: Partial<Record<keyof typeof ChainId, ConcentratedLiquidityToken[]>
firstToken: 'ETH',
secondToken: 'superOETHb',
},
{
type: 'Slipstream',
oracleId: 'HarryPotterObamaSonic10Inu',
decimalDelta: 1e-10,
pool: '0xfD22D75b2FB405EE185155D57B0277b9DB2F8E29',
firstToken: 'ETH',
secondToken: 'HarryPotterObamaSonic10Inu',
},
],
};

Expand Down

0 comments on commit f110c11

Please sign in to comment.