Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 7702-update
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Sep 11, 2024
2 parents 4287e95 + c85974a commit aed93cd
Show file tree
Hide file tree
Showing 386 changed files with 34,907 additions and 31,371 deletions.
5 changes: 5 additions & 0 deletions FUNDING.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"opRetro": {
"projectId": "0x6830f24e2e893931d62d8118146a7bbffb5cd1f78945318865a52bd6a6cbe245"
}
}
13 changes: 12 additions & 1 deletion config/cspell-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
}
],
"words": [
"!Json",
"!Rpc",
"Hardfork",
"hardfork",
"Chainstart",
Expand Down Expand Up @@ -594,6 +596,15 @@
"patarapolw",
"nickdodson",
"Kintsugi",
"deauthorization"
"deauthorization",
"mixhash",
"blockperiodseconds",
"filledwith",
"lllcversion",
"Netsplit",
"Statetest",
"testeth",
"PUSHDATA",
"chunkified"
]
}
3 changes: 2 additions & 1 deletion config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"downlevelIteration": true,
"strict": true,
"target": "es2020",
"lib": ["ES2020", "DOM"]
"lib": ["ES2020", "DOM"],
"skipLibCheck": true
}
}
Loading

0 comments on commit aed93cd

Please sign in to comment.