diff --git a/EIPS/eip-1109.md b/EIPS/eip-1109.md index 07c408cd..c8c69e45 100644 --- a/EIPS/eip-1109.md +++ b/EIPS/eip-1109.md @@ -46,6 +46,10 @@ This EIP is backwards compatible. Smart contracts that call precompiled contrac - Call to defined precompiled contract with a value!=0 on the call. - Call to undefined precompiled contract with a value!=0 on the call. - Normal call to precompiled contract with remaining gas<700 but gas>[the cost of the call]. +- Call to a precompiled contract which forwards all gas but + * 600 + * 700 + * 701 ## Implementation