From 698585b6091c00e1f18b32334e0f8a236a0d7d3e Mon Sep 17 00:00:00 2001 From: LDF <66181400+ldf-gm@users.noreply.github.com> Date: Sat, 4 Nov 2023 23:27:08 +0000 Subject: [PATCH] Update Graph.js ADDED SOME SUGGESTIONS TO THE TOP TAKE THEM OR LEAVE THEM BUT MOSTLY TAKE THE WORDS OUT AND ADD COMPUTER WORDS --- Graph.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}