diff --git a/Graph.js b/Graph.js index b457129..93438a8 100644 --- a/Graph.js +++ b/Graph.js @@ -1,3 +1,8 @@ +you should add: +- scale so you can scroll when things are cut off +- sort by most recent transactions +- sort by smallest transactions + const ETHERSCAN_API = "KWX82VSSWWB9IYSS4QPSBKACMU5MQHVJFR"; const provider = new ethers.providers.WebSocketProvider("wss://eth-mainnet.g.alchemy.com/v2/0o__XlLs-0iVYrPeLCk1cbD9D4_5oNZu"); @@ -228,4 +233,4 @@ class Graph { } -} \ No newline at end of file +}