• Mark Tyneway's avatar
    core-utils,contracts-bedrock,ci: OpNodeProvider + check · 0df744f6
    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
index.ts 310 Bytes
/**
 * 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'