Skip to content

Commit

Permalink
Add OwO to ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Sep 2, 2024
1 parent 2d1c5eb commit 3094167
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -1323,4 +1323,18 @@ export const tokens = {
documentation: 'https://www.toshithecat.com/#FAQs',
bridge: 'native',
},
OwO: {
name: 'SoMon',
symbol: 'OwO',
oracleId: 'OwO',
address: '0x5D559eA7bB2DAE4B694A079cb8328a2145Fd32f6',
chainId: 8453,
decimals: 18,
logoURI: '',
description:
'OwO is the community token of Social Monster! It is a way to redistribute the value created by the social app to the most engaged and loyal community members.',
website: 'https://www.social.monster/',
documentation: 'https://gitbook.social.monster/',
bridge: 'native',
},
} as const satisfies Record<string, Token>;
1 change: 1 addition & 0 deletions src/api/stats/getAmmPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ const coinGeckoCoins: Record<string, string[]> = {
'dinero-staked-eth': ['pxETH'],
'based-pepe': ['basePEPE'],
toshi: ['TOSHI'],
somon: ['OwO'],
};

/**
Expand Down

0 comments on commit 3094167

Please sign in to comment.