Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkWilly

zkSync Whale Watcher

Helpful commands

Get Ethereum mainnet block curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x458FEB", true],"id":1}' https://eth.llamarpc.com

Notes

get-eth-price Edge Function cron

  cron.schedule(
    'get-eth-price-5m',
    '*/5 * * * *', -- every minute
    $$
    select
      net.http_post(
          url:='https://mywyagozawdoukwkxdik.supabase.co/functions/v1/get-eth-price'
      ) as request_id;
    $$
  );

Releases

Packages

Used by

Contributors

Languages