File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
web3/_utils/module_testing Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 115
115
# "web3py" as an abi-encoded string
116
116
WEB3PY_AS_HEXBYTES = "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000067765623370790000000000000000000000000000000000000000000000000000" # noqa: E501
117
117
118
- RLP_ACCESS_LIST = [
119
- (
120
- "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae" ,
121
- (
122
- "0x0000000000000000000000000000000000000000000000000000000000000003" ,
123
- "0x0000000000000000000000000000000000000000000000000000000000000007" ,
124
- ),
125
- ),
126
- ("0xbb9bc244d798123fde783fcc1c72d3bb8c189413" , ()),
127
- ]
128
-
129
- RPC_ACCESS_LIST = [
130
- {
131
- "address" : "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae" ,
132
- "storageKeys" : (
133
- "0x0000000000000000000000000000000000000000000000000000000000000003" ,
134
- "0x0000000000000000000000000000000000000000000000000000000000000007" ,
135
- ),
136
- },
137
- {"address" : "0xbb9bc244d798123fde783fcc1c72d3bb8c189413" , "storageKeys" : ()},
138
- ]
139
118
140
119
if TYPE_CHECKING :
141
120
from _pytest .monkeypatch import MonkeyPatch # noqa: F401
You can’t perform that action at this time.
0 commit comments