0.0.14 • Published 5 months ago

@eth-optimism/autorelayer-interop v0.0.14

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

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=
0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago