Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo0 committed Oct 17, 2024
2 parents caa5c39 + 47bbb79 commit 30cd7fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dist/
archive/
src/data/package.json
test/basic/playground.test.ts
**.env

# Logs
logs
Expand Down
12 changes: 12 additions & 0 deletions src/data/tokenDetailsManual.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,17 @@
"logoURI": "https://assets.coingecko.com/coins/images/35001/thumb/logo.png?1706959346"
}
]
},
{
"chainId": "8453",
"tokens": [
{
"address": "0xA12cd3110a2496d3F87F9D9830FDdFC408f5b2E4",
"name": "Ed Nah-cat",
"symbol": "Ed",
"decimals": 18,
"logoURI": "https://dd.dexscreener.com/ds-data/tokens/base/0xa12cd3110a2496d3f87f9d9830fddfc408f5b2e4.png?size=xl&key=387099"
}
]
}
]

0 comments on commit 30cd7fb

Please sign in to comment.