Skip to content

Commit

Permalink
Enable relayer arbitrum-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 23, 2024
1 parent 0f2a827 commit df9f308
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ configure:
rpc: https://arb1.arbitrum.io/rpc
# fixedGasPrice: 10
- name: polygon
rpc: https://polygon-rpc.com
rpc: https://polygon-bor-rpc.publicnode.com
bridges:
- direction: arbitrum->polygon
feeLimit: 100
Expand Down Expand Up @@ -149,27 +149,27 @@ configure:
- symbol: ring->ring
swapRate: 1

# - direction: arbitrum->ethereum
# feeLimit: 100
# reorgThreshold: 10
# bridgeType: lnv2-opposite
# safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
# safeWalletUrl: 'https://safe-transaction-mainnet.safe.global/api'
# safeWalletRole: <safe_wallet_role>
# encryptedPrivateKey: <encrypted_private_key>
# tokens:
# - symbol: ring->ring
# swapRate: 1
- direction: arbitrum->ethereum
feeLimit: 100
reorgThreshold: 100
bridgeType: lnv2-opposite
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
safeWalletUrl: 'https://safe-transaction-mainnet.safe.global/api'
safeWalletRole: <safe_wallet_role>
encryptedPrivateKey: <encrypted_private_key>
tokens:
- symbol: ring->ring
swapRate: 1

# - direction: ethereum->arbitrum
# feeLimit: 100
# reorgThreshold: 10
# bridgeType: lnv2-default
# safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
# safeWalletUrl: 'https://safe-transaction-arbitrum.safe.global/api'
# safeWalletRole: <safe_wallet_role>
# encryptedPrivateKey: <encrypted_private_key>
# tokens:
# - symbol: ring->ring
# swapRate: 1
- direction: ethereum->arbitrum
feeLimit: 100
reorgThreshold: 100
bridgeType: lnv2-default
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
safeWalletUrl: 'https://safe-transaction-arbitrum.safe.global/api'
safeWalletRole: <safe_wallet_role>
encryptedPrivateKey: <encrypted_private_key>
tokens:
- symbol: ring->ring
swapRate: 1

0 comments on commit df9f308

Please sign in to comment.