Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abmisx0 committed Aug 22, 2024
2 parents 0bce88b + 3effe9d commit b1cf03d
Show file tree
Hide file tree
Showing 61 changed files with 1,922 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://assets.smold.app/api/token/[chainID]/[tokenAddress]/[fileName].[ext]

## Usage

It's recommanded to use PNG files. They are smaller and faster to load, come in two sizes (32x32 and 128x128) and are supported by all browsers.
It's recommended to use PNG files. They are smaller and faster to load, come in two sizes (32x32 and 128x128) and are supported by all browsers.
SVG files are also available, but they are larger and slower to load and can hurt performances for poorly optimized assets or very complex ones (ex: curvefi icon).

## (Self) Hosting
Expand Down
2 changes: 1 addition & 1 deletion _config/goAPI/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func NewRouter() *gin.Engine {
router.GET(`api/chain/:chainID/:filename`, ServeChain)
router.GET(`api/chains/:chainID/:filename`, ServeChain)

// Ommitting the /api/ prefix
// Omitting the /api/ prefix
router.GET(`token/:chainID/:tokenAddress/:filename`, ServeToken)
router.GET(`tokens/:chainID/:tokenAddress/:filename`, ServeToken)
router.GET(`chain/:chainID/:filename`, ServeChain)
Expand Down
2 changes: 1 addition & 1 deletion chains/_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"timestamp": "1723750702418",
"timestamp": "1724368628536",
"record": "k51qzi5uqu5dljyjy7wm6qdvoqrscpg7t4kjabdm3y8nawvjucpefnoxi25ko0"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tokens/1/0x33db8d52d65f75e4cdda1b02463760c9561a2aa1/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tokens/1/0x4c9edd5852cd905f086c759e8383e09bff1e68b3/logo-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 5 additions & 14 deletions tokens/1/0x4c9edd5852cd905f086c759e8383e09bff1e68b3/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions tokens/1/0x63898b3b6ef3d39332082178656e9862bee45c57/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions tokens/1/0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tokens/1/0x9d39a5de30e57443bff2a8307a4256c8797a3497/logo-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b1cf03d

Please sign in to comment.