Skip to content

Commit

Permalink
test txn comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj Patra committed Oct 19, 2023
1 parent ba3af6b commit ce56599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/eth/ethx/deposit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const contractAddr = "0xcf5ea1b38380f6af39068375516daf40ed70d299";
const pluginName = "staderlabs";
const testNetwork = "ethereum";
const chainID = 1;
// Test from replayed transaction: https://etherscan.io/tx/0x4e771017864ff34176c8c9fa62fe1950852933345f921dc5316c63554c9bc453
// Test from replayed transaction: https://etherscan.io/tx/0x0879b63722348980a8d2e5118d33adfa0789c81c687f0d4d8b75276247c9299f
const inputData =
"0x02f8f701248405f5e1008501fa14a6d7830329eb94cf5ea1b38380f6af39068375516daf40ed70d299865af3107a4000b884b74825090000000000000000000000007e9bb9673ac38071a7699e6a3c48b8fbde574cd00000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000a74657374696e6731323300000000000000000000000000000000000000000000c001a0e50fe06c37fda195c02ee64e359020fa135b7b2e9f9e4ffc12aa1b6430eda835a0732c210ac338e9ff2431c7f5076ce6cde517a6fa4d37a6339928e58e24d1a86f";

Expand Down
2 changes: 1 addition & 1 deletion tests/src/eth/ethx/withdraw.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const contractAddr = "0xcf5ea1b38380f6af39068375516daf40ed70d299";
const pluginName = "staderlabs";
const testNetwork = "ethereum";
const chainID = 1;
// Test from replayed transaction: https://etherscan.io/tx/0xa7b2f78c84bc5528629d37b56856d47601c42f4d7f1505fa6767bcd090fb5044
// Test from replayed transaction: https://etherscan.io/tx/0x75bfb97b6f35a00f42267de655b8711d496575177e409d301b893fb8290f1b26
const inputData =
"0x02f9011101278405f5e100850202345eaa8306d1d9949f0491b32dbce587c50c4c43ab303b06478193a780b8a41f7ec12200000000000000000000000000000000000000000000000000005af3107a40000000000000000000000000007e9bb9673ac38071a7699e6a3c48b8fbde574cd00000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000a74657374696e6731323300000000000000000000000000000000000000000000c080a0908adc7cdbe3110e6353592e11da106ec8ba4ca7172a1641058cb7bb26c5acefa07035284a6a0ef6f98708a30f498ac1ace86bafb8294683b4000cb638ad7beba1";

Expand Down

0 comments on commit ce56599

Please sign in to comment.