Skip to main content

networks

Functions

addDefaultLocalNetwork()

function addDefaultLocalNetwork(): object

Registers a custom network that matches the one created by a Nitro local node. Useful in development.

Returns

object

MemberType
l1NetworkL1Network
l2NetworkL2Network

See

https://github.com/OffchainLabs/nitro

Source

dataEntities/networks.ts:445


getEthBridgeInformation()

function getEthBridgeInformation(rollupContractAddress: string, l1SignerOrProvider: SignerOrProvider): Promise<EthBridge>

Returns the addresses of all contracts that make up the ETH bridge

Parameters

ParameterTypeDescription
rollupContractAddressstringAddress of the Rollup contract
l1SignerOrProviderSignerOrProviderAn L1 signer or provider

Returns

Promise<EthBridge>

EthBridge object with all information about the ETH bridge

Source

dataEntities/networks.ts:373