/**
* Utils specifically related to Optimism.
*/
export * from './alias'
export * from './batch-encoding'
export * from './fees'
export * from './rollup-types'
export * from './op-node'
export * from './deposit-transaction'
export * from './encoding'
export * from './hashing'
export * from './op-provider'
-
Mark Tyneway authored
Implements a simple `OpNodeProvider` that can be used to query the op-node. It is used as part of a ci check against the devnet. It should add some more health related things, now it just prints of rpc responses. This will help to debug things.
0df744f6