Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Nov 20, 2024
2 parents 1036aac + e6d8142 commit 4ae44d1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions outputs/configure/configure.itering.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
}
]
},
{
"name": "mantle"
},
{
"name": "moonbeam"
},
Expand Down Expand Up @@ -590,6 +593,46 @@
}
]
},
{
"direction": "arbitrum->mantle",
"feeLimit": 0.01,
"reorgThreshold": 30,
"microReorgThreshold": 8,
"bridgeType": "lnv3",
"safeWalletAddress": "0x000000000Bb6a011dB294ce3F3423f00EAc4959e",
"safeWalletUrl": "https://safe-transaction-mantle.safe.global/api",
"safeWalletRole": "<safe_wallet_role>",
"encryptedPrivateKey": "<encrypted_private_key>",
"tokens": [
{
"symbol": "usdc->usdc",
"swapRate": 1,
"withdrawLiquidityCountThreshold": 10,
"withdrawLiquidityAmountThreshold": 1000,
"microThreshold": 50
}
]
},
{
"direction": "mantle->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": "usdc->usdc",
"swapRate": 1,
"withdrawLiquidityCountThreshold": 10,
"withdrawLiquidityAmountThreshold": 1000,
"microThreshold": 50
}
]
},
{
"direction": "arbitrum->op",
"feeLimit": 0.01,
Expand Down

0 comments on commit 4ae44d1

Please sign in to comment.