Skip to content

Commit

Permalink
update: add rollie adapter (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheetahsl authored Jul 11, 2024
1 parent 45bd9be commit 71cb8a4
Show file tree
Hide file tree
Showing 7 changed files with 3,417 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapters/rollie/hourly_blocks.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
number,timestamp
7043812,1719856798
27 changes: 27 additions & 0 deletions adapters/rollie/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "rollie-script",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.17.5",
"csv-parser": "^3.0.0",
"fast-csv": "^5.0.1",
"json-2-csv": "^5.5.1",
"lodash": "^4.17.21",
"viem": "^2.14.0"
},
"devDependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 71cb8a4

Please sign in to comment.