mirror of
https://github.com/FlipsideCrypto/onchain-pricing.git
synced 2026-02-06 10:56:48 +00:00
more aesthetic table
This commit is contained in:
parent
90506f543d
commit
9b1c4e3198
@ -119,7 +119,7 @@ ORDER BY BLOCK_NUMBER ASC
|
||||
}
|
||||
|
||||
trades_pull <- auto_paginate_query(query = trades_query, api_key = readLines("api_key.txt"))
|
||||
reactable(trades_pull[1:10,])
|
||||
reactable(trades_pull[1:10, c(1,3,4,5)] %>% round(., 2))
|
||||
```
|
||||
|
||||
Prior to the merge, Ethereum blocks were made roughly every 12-15 seconds. After the merge,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user