Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AutoRelayer

A simple autorelayer to use between interoperable networks. This relies on a stateful api to return a list of pending messages between the set of interoperable chains. The ponder-interop app implements the expected API service, indexing all interopable messages from the L2ToL2CrossDomainMessenger.

Configuration

Configured entirely with environment variables

AUTORELAYER_LOOP_INTERVAL_MS= // default 6s
AUTORELAYER_PONDER_API_URL= // default http://localhost:42069

There's two methods of tx submission, local & sponsored endpoint. Only one can be used

  • Local: Set a private key for tx submission
  • Sponsored Endpoint: Single url tx sponsored endpoint. See the README for local implementation of this.
AUTORELAYER_PRIVATE_KEY=0x
AUTORELAYER_SPONSORED_ENDPOINT=