Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Graph.js
Original file line number Diff line number Diff line change
@@ -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");

Expand Down Expand Up @@ -228,4 +233,4 @@ class Graph {
}


}
}