Skip to content

Commit

Permalink
Merge branch 'main' into keycat
Browse files Browse the repository at this point in the history
  • Loading branch information
abmisx0 committed Aug 22, 2024
2 parents a801996 + fd87707 commit d3a1154
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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": "1724125367812",
"timestamp": "1724345949546",
"record": "k51qzi5uqu5dljyjy7wm6qdvoqrscpg7t4kjabdm3y8nawvjucpefnoxi25ko0"
}
4 changes: 3 additions & 1 deletion tokens/8453/list.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 1,
"minor": 84,
"minor": 85,
"patch": 0
},
"tokens": [
Expand Down Expand Up @@ -44,6 +44,7 @@
"0x1F23B787053802108fED5B67CF703f0778AEBaD8",
"0x1f3BA804eFB9CFe17D595e7262CEA4782dbF6e4E",
"0x1f55a02A049033E3419a8E2975cF3F572F4e6E9A",
"0x1fba65dE0a9cBD2D1DF82d141897042d36Bb6c86",
"0x20b048fA035D5763685D695e66aDF62c5D9F5055",
"0x213a8Dc524e37bE4C908702340C6eaaD3670023d",
"0x2168eb98C6D416Afb85E7beef5abDc4FB4177dfE",
Expand Down Expand Up @@ -303,6 +304,7 @@
"0xf7A0dd3317535eC4f4d29ADF9d620B3d8D5D5069",
"0xf7C1CEfCf7E1dd8161e00099facD3E1Db9e528ee",
"0xF8f36Ab972f6fE3ae1f594595aEe1284E270d034",
"0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b",
"0xfCdcA461826B3b28B869300781Ee34549309d9BF",
"0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"0xfe5B10F053871e66a319a57a16CF4e709f51367F",
Expand Down
2 changes: 1 addition & 1 deletion tokens/_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"timestamp": "1724125375156",
"timestamp": "1724345957019",
"record": "k51qzi5uqu5dh311gjp23ymb82owles107sl1z4jmdbzzek6ejjeb8uuso2yil"
}
4 changes: 3 additions & 1 deletion tokens/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": {
"major": 0,
"minor": 0,
"patch": 98
"patch": 99
},
"tokens": {
"1": [
Expand Down Expand Up @@ -1273,6 +1273,7 @@
"0x1F23B787053802108fED5B67CF703f0778AEBaD8",
"0x1f3BA804eFB9CFe17D595e7262CEA4782dbF6e4E",
"0x1f55a02A049033E3419a8E2975cF3F572F4e6E9A",
"0x1fba65dE0a9cBD2D1DF82d141897042d36Bb6c86",
"0x20b048fA035D5763685D695e66aDF62c5D9F5055",
"0x213a8Dc524e37bE4C908702340C6eaaD3670023d",
"0x2168eb98C6D416Afb85E7beef5abDc4FB4177dfE",
Expand Down Expand Up @@ -1532,6 +1533,7 @@
"0xf7A0dd3317535eC4f4d29ADF9d620B3d8D5D5069",
"0xf7C1CEfCf7E1dd8161e00099facD3E1Db9e528ee",
"0xF8f36Ab972f6fE3ae1f594595aEe1284E270d034",
"0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b",
"0xfCdcA461826B3b28B869300781Ee34549309d9BF",
"0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"0xfe5B10F053871e66a319a57a16CF4e709f51367F",
Expand Down

0 comments on commit d3a1154

Please sign in to comment.