Skip to content
Draft
16 changes: 13 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
node_modules
node_modules/
dist/
.env
.env.funder
*.pem
__pycache__/
<<<<<<< HEAD
*.log
.DS_Store
coverage/
.nyc_output/
=======
coverage/
*.log
.DS_Store
>>>>>>> pr-2-Merango-Koii-Task-Funder-Express
12 changes: 12 additions & 0 deletions crypto-prices.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin"
},
{
"id": "ethereum",
"symbol": "eth",
"name": "Ethereum"
}
]
Loading