Skip to content

Commit

Permalink
add coins
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Gkolias committed Jan 29, 2024
1 parent 8c50186 commit 4a23ef3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tokens/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,13 @@
"symbol": "SEAM",
"decimals": 18,
"logoURI": "https://basescan.org/token/images/seamless_32.png"
},
{
"chainId": 8453,
"address": "0x940181a94A35A4569E4529A3CDfB74e38FD98631",
"name": "Aerodrome Finance",
"symbol": "AERO",
"decimals": 18,
"logoURI": "https://basescan.org/token/images/aerodrome_32.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2050,5 +2050,13 @@
"symbol": "GALA",
"decimals": 8,
"logoURI": "https://assets.coingecko.com/coins/images/12493/standard/GALA-COINGECKO.png?1696512310"
},
{
"chainId": 1,
"address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
"name": "Ondo Finance",
"symbol": "ONDO",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/26580/standard/ONDO.png?1696525656"
}
]
8 changes: 8 additions & 0 deletions src/tokens/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
"symbol": "USDC.e",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
},
{
"chainId": 10,
"address": "0x9560e827af36c94d2ac33a39bce1fe78631088db",
"name": "Velodrome Finance",
"symbol": "VELO",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/12538/standard/Logo_200x_200.png?1696512350"
}
]

0 comments on commit 4a23ef3

Please sign in to comment.