is_symlink.sh This file contains bidirectional Unicode text that may be interpreted or compiled differently than what…
Author: Saviour Obayi
JavaScript remove outliers by z score
removeOutliersByZScore.ts This file contains bidirectional Unicode text that may be interpreted or compiled differently than what…
Donald Trump doubles down on crypto support at fundraiser event — Report
Donald Trump reportedly announced his goal to be the “crypto president” at the event, where he…
Optimism public RPC urls · GitHub
‘https://rpc.ankr.com/optimism’, ‘https://optimism.blockpi.network/v1/rpc/public’, ‘https://opt-mainnet.g.alchemy.com/v2/demo’, ‘https://optimism-mainnet.public.blastapi.io’, ‘https://api.zan.top/node/v1/opt/mainnet/public’, ‘https://optimism.publicnode.com’, ‘https://optimism.meowrpc.com’, ‘https://mainnet.optimism.io’, ‘https://rpc.optimism.gateway.fm’, ‘https://gateway.tenderly.co/public/optimism’, ‘https://optimism.gateway.tenderly.co’, ‘https://1rpc.io/op’, ‘https://optimism.drpc.org’, ‘https://optimism.api.onfinality.io/public’, ‘https://endpoints.omniatech.io/v1/op/mainnet/public’ Source…
Arch linux command line csv viewer
instructions.sh This file contains bidirectional Unicode text that may be interpreted or compiled differently than what…
qldfrog weekly Skate inspired system
Thanks Skate, I will get back to the above soon; Today I completed my entries to…
ethers filters events logs with batching · GitHub
async function batchFetch (contract: Contract, filter: any, startBlockNumber: number, endBlockNumber: number, batchSize = 10000) { const…
JavaScript get etherscan api transactions for account address
getEtherscanTxs.ts This file contains bidirectional Unicode text that may be interpreted or compiled differently than what…
Crypto market tumble seen as quick shakeout, traders expect 'bullish' rebound
Cryptocurrency traders believe that the recent market downturn is just a “shakeout” and there is a…
JavaScript get etherscan logs by topic for contract address · GitHub
async function getEtherscanLogs (chain: string, fromBlock: number, toBlock: number, address: string, topic0: string, topic1?: string) {…