Skip to content

Commit

Permalink
register arbitrum<>morph
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Dec 11, 2024
1 parent 11240dd commit 3e35d04
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - main

env:
HELIXBRIDGE_CLI_VERSION: sha-bf41bab
HELIXBRIDGE_CLI_VERSION: sha-99eb889

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
HELIXBRIDGE_CLI_VERSION: sha-bf41bab
HELIXBRIDGE_CLI_VERSION: sha-99eb889

jobs:
deploy:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ automation
## helixbridge

- abi-decoder: https://bia.is/tools/abi-decoder/
-
-



micro: 20 seconds
reorgThreshold: 1 minutes
1 change: 1 addition & 0 deletions src/bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ configure:
- include: arbitrum-ethereum.yml
- include: arbitrum-gnosis.yml
- include: arbitrum-mantle.yml
#- include: arbitrum-morph.yml
- include: arbitrum-op.yml
- include: arbitrum-polygon.yml
- include: arbitrum-scroll.yml
Expand Down
31 changes: 31 additions & 0 deletions src/includes/itering/bridges/arbitrum-morph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- direction: arbitrum->morph
feeLimit: 0.01
reorgThreshold: 20
microReorgThreshold: 8
bridgeType: lnv3
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
safeWalletUrl: 'https://transaction.safe.morphl2.io/api'
safeWalletRole: <safe_wallet_role>
encryptedPrivateKey: <encrypted_private_key>
tokens:
- symbol: eth->eth
swapRate: 1
withdrawLiquidityCountThreshold: 10
withdrawLiquidityAmountThreshold: 0.1
microThreshold: 0.01

- direction: morph->arbitrum
feeLimit: 0.01
reorgThreshold: 20
microReorgThreshold: 8
bridgeType: lnv3
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
safeWalletUrl: 'https://safe-transaction-arbitrum.safe.global/api'
safeWalletRole: <safe_wallet_role>
encryptedPrivateKey: <encrypted_private_key>
tokens:
- symbol: eth->eth
swapRate: 1
withdrawLiquidityCountThreshold: 10
withdrawLiquidityAmountThreshold: 0.1
microThreshold: 0.01
20 changes: 10 additions & 10 deletions src/includes/itering/registers/arbitrum-morph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://transaction.safe.morphl2.io/api'

# - bridge: arbitrum->morph
# symbol: eth
# type: lnv3
# baseFee: 0.0001
# liquidityFeeRate: 0.1
# transferLimit: 0.1
# deposit: 0.06
# approve: 10000000000000
# safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
# sourceSafeWalletUrl: 'https://safe-transaction-arbitrum.safe.global/api'
- bridge: arbitrum->morph
symbol: eth
type: lnv3
baseFee: 0.0001
liquidityFeeRate: 0.1
transferLimit: 0.1
deposit: 0.06
approve: 10000000000000
safeWalletAddress: '0x000000000Bb6a011dB294ce3F3423f00EAc4959e'
sourceSafeWalletUrl: 'https://safe-transaction-arbitrum.safe.global/api'

0 comments on commit 3e35d04

Please sign in to comment.