@instadapp/interop-x 0.0.0-dev.f0a6281 → 0.0.0-dev.fabee70

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/dist/package.json +2 -2
  2. package/dist/src/abi/interopBridgeToken.json +9 -21
  3. package/dist/src/abi/interopXGateway.json +11 -11
  4. package/dist/src/config/index.js +1 -10
  5. package/dist/src/constants/addresses.js +1 -1
  6. package/dist/src/constants/itokens.js +1 -1
  7. package/dist/src/index.js +5 -28
  8. package/dist/src/net/protocol/dial/{TransactionStatusDialProtocol.js → SignatureDialProtocol.1.js} +0 -0
  9. package/dist/src/net/protocol/index.js +2 -2
  10. package/dist/src/tasks/AutoUpdateTask.js +7 -20
  11. package/dist/src/tasks/BaseTask.js +0 -4
  12. package/dist/src/tasks/InteropBridge/SyncWithdrawEvents.js +5 -7
  13. package/dist/src/tasks/InteropXGateway/ProcessDepositEvents.js +1 -13
  14. package/dist/src/tasks/InteropXGateway/SyncDepositEvents.js +2 -2
  15. package/dist/src/typechain/factories/InteropBridgeToken__factory.js +11 -23
  16. package/dist/src/typechain/factories/InteropXGateway__factory.js +14 -14
  17. package/dist/src/utils/index.js +6 -6
  18. package/package.json +2 -2
  19. package/src/abi/interopBridgeToken.json +9 -21
  20. package/src/abi/interopXGateway.json +11 -11
  21. package/src/config/index.ts +1 -9
  22. package/src/constants/addresses.ts +1 -1
  23. package/src/constants/itokens.ts +1 -1
  24. package/src/index.ts +9 -41
  25. package/src/net/protocol/dial/{TransactionStatusDialProtocol.ts → SignatureDialProtocol.1.ts} +0 -0
  26. package/src/net/protocol/index.ts +1 -1
  27. package/src/tasks/AutoUpdateTask.ts +15 -24
  28. package/src/tasks/BaseTask.ts +0 -5
  29. package/src/tasks/InteropBridge/SyncWithdrawEvents.ts +5 -7
  30. package/src/tasks/InteropXGateway/ProcessDepositEvents.ts +4 -17
  31. package/src/tasks/InteropXGateway/SyncDepositEvents.ts +2 -2
  32. package/src/typechain/InteropBridgeToken.ts +17 -23
  33. package/src/typechain/InteropXGateway.ts +13 -13
  34. package/src/typechain/factories/InteropBridgeToken__factory.ts +11 -23
  35. package/src/typechain/factories/InteropXGateway__factory.ts +14 -14
  36. package/src/utils/index.ts +6 -6
@@ -61,17 +61,11 @@ const _abi = [
61
61
  name: "amount",
62
62
  type: "uint256",
63
63
  },
64
- {
65
- indexed: false,
66
- internalType: "uint32",
67
- name: "sourceChainId",
68
- type: "uint32",
69
- },
70
64
  {
71
65
  indexed: true,
72
- internalType: "uint32",
73
- name: "targetChainId",
74
- type: "uint32",
66
+ internalType: "uint256",
67
+ name: "chainId",
68
+ type: "uint256",
75
69
  },
76
70
  ],
77
71
  name: "Burn",
@@ -94,20 +88,14 @@ const _abi = [
94
88
  },
95
89
  {
96
90
  indexed: true,
97
- internalType: "uint32",
98
- name: "sourceChainId",
99
- type: "uint32",
100
- },
101
- {
102
- indexed: false,
103
- internalType: "uint32",
104
- name: "targetChainId",
105
- type: "uint32",
91
+ internalType: "uint256",
92
+ name: "chainId",
93
+ type: "uint256",
106
94
  },
107
95
  {
108
96
  indexed: true,
109
97
  internalType: "bytes32",
110
- name: "submitTransactionHash",
98
+ name: "transactionHash",
111
99
  type: "bytes32",
112
100
  },
113
101
  ],
@@ -238,9 +226,9 @@ const _abi = [
238
226
  type: "uint256",
239
227
  },
240
228
  {
241
- internalType: "uint32",
229
+ internalType: "uint256",
242
230
  name: "chainId",
243
- type: "uint32",
231
+ type: "uint256",
244
232
  },
245
233
  ],
246
234
  name: "burn",
@@ -322,9 +310,9 @@ const _abi = [
322
310
  type: "uint256",
323
311
  },
324
312
  {
325
- internalType: "uint32",
313
+ internalType: "uint256",
326
314
  name: "chainId",
327
- type: "uint32",
315
+ type: "uint256",
328
316
  },
329
317
  {
330
318
  internalType: "bytes32",
@@ -50,15 +50,15 @@ const _abi = [
50
50
  },
51
51
  {
52
52
  indexed: false,
53
- internalType: "uint32",
53
+ internalType: "uint256",
54
54
  name: "sourceChainId",
55
- type: "uint32",
55
+ type: "uint256",
56
56
  },
57
57
  {
58
58
  indexed: true,
59
- internalType: "uint32",
59
+ internalType: "uint256",
60
60
  name: "targetChainId",
61
- type: "uint32",
61
+ type: "uint256",
62
62
  },
63
63
  ],
64
64
  name: "LogGatewayDeposit",
@@ -87,15 +87,15 @@ const _abi = [
87
87
  },
88
88
  {
89
89
  indexed: true,
90
- internalType: "uint32",
90
+ internalType: "uint256",
91
91
  name: "sourceChainId",
92
- type: "uint32",
92
+ type: "uint256",
93
93
  },
94
94
  {
95
95
  indexed: false,
96
- internalType: "uint32",
96
+ internalType: "uint256",
97
97
  name: "targetChainId",
98
- type: "uint32",
98
+ type: "uint256",
99
99
  },
100
100
  {
101
101
  indexed: true,
@@ -152,9 +152,9 @@ const _abi = [
152
152
  type: "uint256",
153
153
  },
154
154
  {
155
- internalType: "uint32",
155
+ internalType: "uint256",
156
156
  name: "chainId_",
157
- type: "uint32",
157
+ type: "uint256",
158
158
  },
159
159
  ],
160
160
  name: "deposit",
@@ -180,9 +180,9 @@ const _abi = [
180
180
  type: "uint256",
181
181
  },
182
182
  {
183
- internalType: "uint32",
183
+ internalType: "uint256",
184
184
  name: "chainId_",
185
- type: "uint32",
185
+ type: "uint256",
186
186
  },
187
187
  ],
188
188
  name: "depositFor",
@@ -228,9 +228,9 @@ const _abi = [
228
228
  type: "address",
229
229
  },
230
230
  {
231
- internalType: "uint32",
231
+ internalType: "uint256",
232
232
  name: "chainId_",
233
- type: "uint32",
233
+ type: "uint256",
234
234
  },
235
235
  {
236
236
  internalType: "bytes32",
@@ -222,30 +222,30 @@ export const buildWithdrawDataForTransaction = async (transaction: Transaction,
222
222
  throw Error('Cannot build data for transaction without submitEvent');
223
223
  }
224
224
 
225
- const { to, amount, sourceChainId, targetChainId, itoken: itokenAddress } = transaction.submitEvent;
225
+ const { to, amount, chainId, itoken: itokenAddress } = transaction.submitEvent;
226
226
 
227
- const itoken = itokens[sourceChainId].find(token => token.address.toLowerCase() === itokenAddress.toLowerCase());
227
+ const itoken = itokens[transaction.sourceChainId].find(token => token.address.toLowerCase() === itokenAddress.toLowerCase());
228
228
 
229
229
  if (!itoken) {
230
230
  throw Error('Cannot build data for transaction without itoken');
231
231
  }
232
232
 
233
- const token = tokens[targetChainId].find(t => t.symbol.toLowerCase() === itoken.symbol.toLowerCase());
233
+ const token = tokens[chainId].find(t => t.symbol.toLowerCase() === itoken.symbol.toLowerCase());
234
234
 
235
235
  if (!token) {
236
236
  throw Error('Cannot build data for transaction without token');
237
237
  }
238
238
 
239
- const targetChainProvider = new ethers.providers.JsonRpcProvider(getRpcProviderUrl(targetChainId as ChainId));
239
+ const targetChainProvider = new ethers.providers.JsonRpcProvider(getRpcProviderUrl(transaction.targetChainId as ChainId));
240
240
  const targetWallet = new ethers.Wallet(config.privateKey, targetChainProvider);
241
- const gatewayAddress = addresses[targetChainId].interopXGateway;
241
+ const gatewayAddress = addresses[chainId].interopXGateway;
242
242
  const interopBridgeContract = getContract<InteropXGateway>(gatewayAddress, abi.interopXGateway, targetWallet);
243
243
 
244
244
  const { data } = await interopBridgeContract.populateTransaction.systemWithdraw(
245
245
  ethers.BigNumber.from(amount.toString()),
246
246
  to,
247
247
  token.address,
248
- ethers.BigNumber.from(sourceChainId.toString()),
248
+ ethers.BigNumber.from(transaction.sourceChainId.toString()),
249
249
  transaction.submitTransactionHash,
250
250
  );
251
251