Skip to content

Commit

Permalink
test: idk
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 24, 2024
1 parent 49c4037 commit 09ed597
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "contracts",
"version": "0.1.0",
"dependencies": {
"hardhat": "^2.17.0"
"hardhat": "^2.13.1",
"hardhat-ethers": "^2.0.2"
}
}
}
10 changes: 5 additions & 5 deletions tests/expected_traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
│ │ 111344445534535353,
│ │ 993453434534534534534977788884443333
│ │ \]
│ └── ContractC\.methodC1\(windows95="simpler", jamaica=36, cardinal=ContractA\)
│ └── ContractC\.methodC1\(windows95="simpler", jamaica=36, cardinal=Contract[A|C]\)
├── SYMBOL\.callMe\(blue=tx.origin\) -> tx\.origin
├── SYMBOL\.methodB2\(trombone=tx.origin\)
│ ├── ContractC\.paperwork\(ContractA\) -> \(os="simpler", country=36, wings=ContractA\)
│ ├── ContractC\.methodC1\(windows95="simpler", jamaica=0, cardinal=ContractC\)
│ ├── ContractC\.paperwork\(Contract[A|C]\) -> \(os="simpler", country=36, wings=Contract[A|C]\)
│ ├── ContractC\.methodC1\(windows95="simpler", jamaica=0, cardinal=Contract[A|C]\)
│ ├── ContractC\.methodC2\(\)
│ └── ContractC\.methodC2\(\)
├── ContractC\.addressToValue\(tx\.origin\) -> 0
Expand All @@ -23,14 +23,14 @@
│ │ 111344445534535353,
│ │ 993453434534534534534977788884443333
│ │ \]
│ └── ContractC.methodC1\(windows95="simpler", jamaica=0, cardinal=ContractA\)
│ └── ContractC.methodC1\(windows95="simpler", jamaica=0, cardinal=Contract[A|C]\)
└── SYMBOL\.methodB1\(lolol="snitches_get_stiches", dynamo=111\)
├── ContractC\.getSomeList\(\) -> \[
│ 3425311345134513461345134534531452345,
│ 111344445534535353,
│ 993453434534534534534977788884443333
│ \]
└── ContractC\.methodC1\(windows95="simpler", jamaica=111, cardinal=ContractA\)
└── ContractC\.methodC1\(windows95="simpler", jamaica=111, cardinal=Contract[A|C]\)
"""
MAINNET_FAIL_TRACE_FIRST_10_LINES = r"""
Call trace for '0x053cba5c12172654d894f66d5670bab6215517a94189a9ffc09bc40a589ec04d'
Expand Down

0 comments on commit 09ed597

Please sign in to comment.