Skip to content

Commit

Permalink
Merge pull request #31 from IndexCoop/feat/add-new-tokens
Browse files Browse the repository at this point in the history
feat: add new tokens
  • Loading branch information
janndriessen authored Jan 4, 2024
2 parents cf2882f + 2ceaf87 commit f6e7f5d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indexcoop/tokenlists",
"version": "1.30.3",
"version": "1.31.0",
"description": "token lists used by Index Coop",
"main": "./build/cjs/index.js",
"types": "./build/cjs/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions src/lists/mainnet/index-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ export const INDEX_COOP_MAINNET_TOKENS: TokenData[] = [
logoURI:
'https://docs.indexcoop.com/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJY-enmfAw5ra2s-8QX%2Fuploads%2FAHyFusKCIRPu5o9FhZkk%2FGMI_LOGO-07.svg?alt=media&token=536da550-6d40-4f6c-b115-3b52a6365d64',
},
{
address: '0x55b2CFcfe99110C773f00b023560DD9ef6C8A13B',
chainId: 1,
name: 'Index Coop CoinDesk ETH Trend Index',
symbol: 'cdETI',
decimals: 18,
logoURI:
'https://uploads-ssl.webflow.com/62e3ff7a08cb1968bf057388/651f04818f458f918171c84d_cdETI-logo.svg',
},
{
address: '0x1B5E16C5b20Fb5EE87C61fE9Afe735Cca3B21A65',
chainId: 1,
name: 'Index Coop Large Cap Index',
symbol: 'ic21',
decimals: 18,
logoURI: 'https://index-app.vercel.app/assets/ic21_logo.svg',
},
{
address: '0x0954906da0Bf32d5479e25f46056d22f08464cab',
chainId: 1,
Expand Down
18 changes: 18 additions & 0 deletions src/lists/mainnet/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ export const MainnetTokens: TokenData[] = [
logoURI:
'https://raw.githubusercontent.com/sushiswap/icons/master/token/dai.jpg',
},
{
address: '0xA35b1B31Ce002FBF2058D22F30f95D405200A15b',
chainId: 1,
name: 'Stader ETHx',
symbol: 'ETHx',
decimals: 18,
logoURI:
'https://assets.coingecko.com/coins/images/30870/large/staderx.png',
},
{
address: '0x57Ab1ec28D129707052df4dF418D58a2D46d5f51',
chainId: 1,
Expand Down Expand Up @@ -47323,6 +47332,15 @@ export const MainnetTokens: TokenData[] = [
logoURI:
'https://assets.coingecko.com/coins/images/21458/thumb/snap.png?1639291894',
},
{
address: '0xf951E335afb289353dc249e82926178EaC7DEd78',
chainId: 1,
name: 'Swell Ethereum',
symbol: 'swETH',
decimals: 18,
logoURI:
'https://assets.coingecko.com/coins/images/30326/large/_lB7zEtS_400x400.jpg',
},
{
chainId: 1,
address: '0x2f25d402829ca4085b8ea4d3bc68bf203f5a9fab',
Expand Down

0 comments on commit f6e7f5d

Please sign in to comment.