From ab1ba5acc5aaf2b92406894048cb9f3cd4f7ff07 Mon Sep 17 00:00:00 2001 From: Andrew Skubarenko Date: Fri, 16 Sep 2022 14:45:52 +0300 Subject: [PATCH] Update mainnet ethereum contracts --- .../atomexProtocol/multiChain/mainnetMultiChainOptions.ts | 4 ++-- src/legacy/config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ethereum/config/atomexProtocol/multiChain/mainnetMultiChainOptions.ts b/src/ethereum/config/atomexProtocol/multiChain/mainnetMultiChainOptions.ts index 932e4c18..50f4114c 100644 --- a/src/ethereum/config/atomexProtocol/multiChain/mainnetMultiChainOptions.ts +++ b/src/ethereum/config/atomexProtocol/multiChain/mainnetMultiChainOptions.ts @@ -4,8 +4,8 @@ import { ethereumWeb3AtomexProtocolMultiChainABI } from './base'; const mainnetNativeEthereumWeb3AtomexProtocolMultiChainOptions: EthereumWeb3AtomexProtocolMultiChainOptions = { atomexProtocolVersion: 1, currencyId: 'ETH', - swapContractAddress: '0xe9c251cbb4881f9e056e40135e7d3ea9a7d037df', - swapContractBlockId: '8168569', + swapContractAddress: '0xCE2003F56D33f94CF817B2B860534dF6590D4068', + swapContractBlockId: '15546351', initiateOperation: { gasLimit: { withoutReward: 200000, diff --git a/src/legacy/config.ts b/src/legacy/config.ts index a7880a8b..9eb0516f 100644 --- a/src/legacy/config.ts +++ b/src/legacy/config.ts @@ -52,7 +52,7 @@ export default { ETH: { contracts: { mainnet: { - address: '0xe9c251cbb4881f9e056e40135e7d3ea9a7d037df', + address: '0xCE2003F56D33f94CF817B2B860534dF6590D4068', initiateGasLimitWithoutReward: 200000, initiateGasLimitWithReward: 210000, redeemGasLimit: 140000