Skip to content

Commit

Permalink
chore: added new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo0 committed Oct 17, 2024
1 parent 30cd7fb commit c34005b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ src/data/package.json
test/basic/playground.test.ts
**.env

**/venv/


# Logs
logs
*.log
Expand Down
2 changes: 2 additions & 0 deletions src/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests==2.31.0
python-dotenv==1.0.0
14 changes: 14 additions & 0 deletions src/data/tokenDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,20 @@
"name": "Coinbase Wrapped Staked ETH",
"symbol": "cbETH",
"logoURI": "https://market-data-images.s3.us-east-1.amazonaws.com/tokenImages/0xa6b0437c3347c5218ac238a541ae6a9c47e40725495c4c99053d5f8f1735f673.png"
},
{
"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"
},
{
"address": "0x0c03ce270b4826ec62e7dd007f0b716068639f7b",
"name": "The Innovation Game",
"symbol": "TIG",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/50669/standard/TIG_Logo_-_200x200.png?1728670027"
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions src/data/tokenDetailsManual.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@
"symbol": "Ed",
"decimals": 18,
"logoURI": "https://dd.dexscreener.com/ds-data/tokens/base/0xa12cd3110a2496d3f87f9d9830fddfc408f5b2e4.png?size=xl&key=387099"
},
{
"address": "0x0c03ce270b4826ec62e7dd007f0b716068639f7b",
"name": "The Innovation Game",
"symbol": "TIG",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/50669/standard/TIG_Logo_-_200x200.png?1728670027"
}
]
}
Expand Down

0 comments on commit c34005b

Please sign in to comment.