Skip to content

Commit

Permalink
Update mainnet ethereum contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
skubarenko committed Sep 16, 2022
1 parent 1d6c9f7 commit ab1ba5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
ETH: {
contracts: {
mainnet: {
address: '0xe9c251cbb4881f9e056e40135e7d3ea9a7d037df',
address: '0xCE2003F56D33f94CF817B2B860534dF6590D4068',
initiateGasLimitWithoutReward: 200000,
initiateGasLimitWithReward: 210000,
redeemGasLimit: 140000
Expand Down

0 comments on commit ab1ba5a

Please sign in to comment.