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