Skip to content

Commit

Permalink
Add transactions (#31)
Browse files Browse the repository at this point in the history
* Add transaction endpoint.

* Update cache.

* Update deps.

* Remove commented code.

* Add db details.

* Remove claim.

* Update api doc.

* Update api doc.
  • Loading branch information
0xSasaPrsic authored Nov 13, 2024
1 parent 116e159 commit 65c1896
Show file tree
Hide file tree
Showing 7 changed files with 1,362 additions and 632 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ AVL_HEAD_CACHE_MAXAGE=
AVL_PROOF_CACHE_MAXAGE=
ETH_PROOF_CACHE_MAXAGE=
SLOT_MAPPING_CACHE_MAXAGE=
TRANSACTIONS_CACHE_MAXAGE=
HOST=
PORT=
BEACONCHAIN_API_KEY=

POSTGRES_URL=
PG_USERNAME=
PG_PASSWORD=
PG_DB=
Loading

0 comments on commit 65c1896

Please sign in to comment.