Skip to content

Commit

Permalink
docs(utils): add comment for relayer addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jun 10, 2024
1 parent fe26afc commit dfdd6bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Address } from 'viem'
import { Chains } from './chain-ids'

// to find relayer address, check a tx on https://layerzeroscan.com/
export const RELAYER_ADDRESSES: { [chain in Chains]?: Address } = {
[Chains.ETHEREUM]: '0x902F09715B6303d4173037652FA7377e5b98089E',
[Chains.OPTIMISM]: '0x81E792e5a9003CC1C8BF5569A00f34b65d75b017',
Expand Down

0 comments on commit dfdd6bb

Please sign in to comment.