@atomiqlabs/chain-evm 1.0.7 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,31 +18,31 @@ const BotanixChainIds = {
18
18
  };
19
19
  const BotanixContractAddresses = {
20
20
  MAINNET: {
21
- executionContract: "0x5bb0C725939cB825d1322A99a3FeB570097628c3",
22
- swapContract: "0x8A44f1995a54fD976c904Cccf9EbaB49c3182eb3",
23
- btcRelayContract: "0x6a373b6Adad83964727bA0fa15E22Be05173fc12",
24
- btcRelayDeploymentHeight: 1791247,
25
- spvVaultContract: "0xc98Ef084d3911C8447DBbE4dDa18bC2c9bB0584e",
26
- spvVaultDeploymentHeight: 1791249,
21
+ executionContract: "",
22
+ swapContract: "",
23
+ btcRelayContract: "",
24
+ btcRelayDeploymentHeight: 0,
25
+ spvVaultContract: "",
26
+ spvVaultDeploymentHeight: 0,
27
27
  handlerContracts: {
28
28
  refund: {
29
- timelock: "0x3887B02217726bB36958Dd595e57293fB63D5082"
29
+ timelock: ""
30
30
  },
31
31
  claim: {
32
- [base_1.ChainSwapType.HTLC]: "0x59A54378B6bA9C21ba66487C6A701D702baDEabE",
33
- [base_1.ChainSwapType.CHAIN_TXID]: "0x32EB4DbDdC31e19ba908fecc7cae03F0d04F01Fa",
34
- [base_1.ChainSwapType.CHAIN]: "0xaB2D14745362B26a732dD8B7F95daAE3D2914bBF",
35
- [base_1.ChainSwapType.CHAIN_NONCED]: "0x2920EE496693A5027249a027A6FD3F643E743745"
32
+ [base_1.ChainSwapType.HTLC]: "",
33
+ [base_1.ChainSwapType.CHAIN_TXID]: "",
34
+ [base_1.ChainSwapType.CHAIN]: "",
35
+ [base_1.ChainSwapType.CHAIN_NONCED]: ""
36
36
  }
37
37
  }
38
38
  },
39
39
  TESTNET: {
40
- executionContract: "0xBbf7755b674dD107d59F0650D1A3fA9C60bf6Fe6",
41
- swapContract: "0xf61D1da542111216337FeEA5586022130D468842",
40
+ executionContract: "0xe510D5781C6C849284Fb25Dc20b1684cEC445C8B",
41
+ swapContract: "0xfFA842529977a40A3fdb988cdDC9CB5c39bAcF26",
42
42
  btcRelayContract: "0xba7E78011909e3501027FBc226a04DCC837a555D",
43
43
  btcRelayDeploymentHeight: 3462466,
44
- spvVaultContract: "0x1120e1Eb3049148AeBEe497331774BfE1f6c174D",
45
- spvVaultDeploymentHeight: 3425257,
44
+ spvVaultContract: "0x9a027B5Bf43382Cc4A5134d9EFD389f61ece27B9",
45
+ spvVaultDeploymentHeight: 4173451,
46
46
  handlerContracts: {
47
47
  refund: {
48
48
  timelock: "0xEf227Caf24681FcEDa5fC26777B81964D404e239"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/chain-evm",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "description": "EVM specific base implementation",
5
5
  "main": "./dist/index.js",
6
6
  "types:": "./dist/index.d.ts",
@@ -18,31 +18,31 @@ const BotanixChainIds = {
18
18
 
19
19
  const BotanixContractAddresses = {
20
20
  MAINNET: {
21
- executionContract: "0x5bb0C725939cB825d1322A99a3FeB570097628c3",
22
- swapContract: "0x8A44f1995a54fD976c904Cccf9EbaB49c3182eb3",
23
- btcRelayContract: "0x6a373b6Adad83964727bA0fa15E22Be05173fc12",
24
- btcRelayDeploymentHeight: 1791247,
25
- spvVaultContract: "0xc98Ef084d3911C8447DBbE4dDa18bC2c9bB0584e",
26
- spvVaultDeploymentHeight: 1791249,
21
+ executionContract: "",
22
+ swapContract: "",
23
+ btcRelayContract: "",
24
+ btcRelayDeploymentHeight: 0,
25
+ spvVaultContract: "",
26
+ spvVaultDeploymentHeight: 0,
27
27
  handlerContracts: {
28
28
  refund: {
29
- timelock: "0x3887B02217726bB36958Dd595e57293fB63D5082"
29
+ timelock: ""
30
30
  },
31
31
  claim: {
32
- [ChainSwapType.HTLC]: "0x59A54378B6bA9C21ba66487C6A701D702baDEabE",
33
- [ChainSwapType.CHAIN_TXID]: "0x32EB4DbDdC31e19ba908fecc7cae03F0d04F01Fa",
34
- [ChainSwapType.CHAIN]: "0xaB2D14745362B26a732dD8B7F95daAE3D2914bBF",
35
- [ChainSwapType.CHAIN_NONCED]: "0x2920EE496693A5027249a027A6FD3F643E743745"
32
+ [ChainSwapType.HTLC]: "",
33
+ [ChainSwapType.CHAIN_TXID]: "",
34
+ [ChainSwapType.CHAIN]: "",
35
+ [ChainSwapType.CHAIN_NONCED]: ""
36
36
  }
37
37
  }
38
38
  },
39
39
  TESTNET: {
40
- executionContract: "0xBbf7755b674dD107d59F0650D1A3fA9C60bf6Fe6",
41
- swapContract: "0xf61D1da542111216337FeEA5586022130D468842",
40
+ executionContract: "0xe510D5781C6C849284Fb25Dc20b1684cEC445C8B",
41
+ swapContract: "0xfFA842529977a40A3fdb988cdDC9CB5c39bAcF26",
42
42
  btcRelayContract: "0xba7E78011909e3501027FBc226a04DCC837a555D",
43
43
  btcRelayDeploymentHeight: 3462466,
44
- spvVaultContract: "0x1120e1Eb3049148AeBEe497331774BfE1f6c174D",
45
- spvVaultDeploymentHeight: 3425257,
44
+ spvVaultContract: "0x9a027B5Bf43382Cc4A5134d9EFD389f61ece27B9",
45
+ spvVaultDeploymentHeight: 4173451,
46
46
  handlerContracts: {
47
47
  refund: {
48
48
  timelock: "0xEf227Caf24681FcEDa5fC26777B81964D404e239"