Skip to content

Commit

Permalink
Add contract address for factory on mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
thi-investax committed Jul 31, 2023
1 parent 0812cb7 commit fdb7b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ixswap1/v2-sdk",
"license": "MIT",
"version": "1.3.2",
"version": "1.3.3",
"description": "🛠 An SDK for building applications on top of IX Swap",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import JSBI from 'jsbi'
import { AddressMap } from './types/AddressMap'


// @TODO change it to IXS deploy...
export const FACTORY_ADDRESS: AddressMap = {
137: '0xc2D0e0bc81494adB71Ce9Aa350cC875DaE12D81D',
42: '0x4983b160a8E0De9Cf6a055bd8750847DE3E14eE6',
1: '0x1111111111111111111111111111111111111111',
3: '0x1111111111111111111111111111111111111111'
137: '0xc2D0e0bc81494adB71Ce9Aa350cC875DaE12D81D',
42: '0x4983b160a8E0De9Cf6a055bd8750847DE3E14eE6',
80001: '0xF8E10Dc0BEf764E0889F539b58fbDA00f7d9a2FD',
1: '0x1111111111111111111111111111111111111111',
3: '0x1111111111111111111111111111111111111111',
}
// init code hash, ref: periphery/contracts/libraries/IxsV2Library.sol#31
export const INIT_CODE_HASH = '0x972504bfd3259d3d8e5fc9fed5ec2ea5a969144c60dc7b3c0fd7091f7f40f435'
Expand Down

0 comments on commit fdb7b45

Please sign in to comment.