mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
:: Print most recently seen ethereum block
|
|
::
|
|
:: Note we require 30 confirmation blocks, so we should expect to have
|
|
:: processed only those blocks which are this number minus 30.
|
|
::
|
|
:- %say
|
|
|= [[now=@da *] *]
|
|
:- %tang
|
|
[>.^(@ud %gx /=eth-watcher/(scot %da now)/block/azimuth-tracker/noun)< ~]
|