|
|
@ -27,7 +27,8 @@ const chainSummary = async <Chain extends ChainName>( |
|
|
|
const count = (await outbox.tree()).toNumber(); |
|
|
|
const count = (await outbox.tree()).toNumber(); |
|
|
|
|
|
|
|
|
|
|
|
const inboxSummary = async (remote: Chain) => { |
|
|
|
const inboxSummary = async (remote: Chain) => { |
|
|
|
const inbox = coreContracts.inboxes[remote as Exclude<Chain, Chain>].inbox; |
|
|
|
const remoteContracts = core.getContracts(remote); |
|
|
|
|
|
|
|
const inbox = remoteContracts.inboxes[chain as Exclude<Chain, Chain>].inbox; |
|
|
|
const [inboxCheckpointRoot, inboxCheckpointIndex] = |
|
|
|
const [inboxCheckpointRoot, inboxCheckpointIndex] = |
|
|
|
await inbox.latestCheckpoint(); |
|
|
|
await inbox.latestCheckpoint(); |
|
|
|
const processFilter = inbox.filters.Process(); |
|
|
|
const processFilter = inbox.filters.Process(); |
|
|
|