Skip to content

Commit

Permalink
Merge pull request #21 from itering/add-morph
Browse files Browse the repository at this point in the history
* add morpth

* disble register on arbitrum

* arbitrum-morph

* update morph safe address

* register arbitrum<>morph
  • Loading branch information
fewensa authored Dec 11, 2024
2 parents 6950d42 + 3e35d04 commit 653de88
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 3 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
2 changes: 2 additions & 0 deletions src/bridges.itering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ registers:
- 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 Expand Up @@ -65,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
21 changes: 21 additions & 0 deletions src/includes/itering/registers/arbitrum-morph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- bridge: morph->arbitrum
symbol: eth
type: lnv3
baseFee: 0.0001
liquidityFeeRate: 0.1
transferLimit: 0.1
deposit: 0.06
approve: 10000000000000
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'

0 comments on commit 653de88

Please sign in to comment.