Skip to content

Commit

Permalink
feat(utils): add blast to relayer addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jun 10, 2024
1 parent 0e3dd08 commit fe26afc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export const RELAYER_ADDRESSES: { [chain in Chains]?: Address } = {
[Chains.ARBITRUM_ONE]: '0x177d36dBE2271A4DdB2Ad8304d82628eb921d790',
[Chains.AVALANCHE]: '0xCD2E3622d483C7Dc855F72e5eafAdCD577ac78B4',
[Chains.ZORA]: '0xA658742d33ebd2ce2F0bdFf73515Aa797Fd161D9',
[Chains.BLAST]: '0xA658742d33ebd2ce2F0bdFf73515Aa797Fd161D9',
}

0 comments on commit fe26afc

Please sign in to comment.