diff --git a/outputs/configure/configure.itering.json b/outputs/configure/configure.itering.json index 7dd481f..46c2956 100644 --- a/outputs/configure/configure.itering.json +++ b/outputs/configure/configure.itering.json @@ -173,6 +173,9 @@ } ] }, + { + "name": "mantle" + }, { "name": "moonbeam" }, @@ -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": "", + "encryptedPrivateKey": "", + "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": "", + "encryptedPrivateKey": "", + "tokens": [ + { + "symbol": "usdc->usdc", + "swapRate": 1, + "withdrawLiquidityCountThreshold": 10, + "withdrawLiquidityAmountThreshold": 1000, + "microThreshold": 50 + } + ] + }, { "direction": "arbitrum->op", "feeLimit": 0.01,