From 2cf4b090ab4495d1f83e96616dc4ee7ad01578fd Mon Sep 17 00:00:00 2001 From: symbolpunk <103775631+symbolpunk@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:04:51 -0400 Subject: [PATCH] --- arbitrum-docs/stylus/reference/opcode-hostio-pricing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrum-docs/stylus/reference/opcode-hostio-pricing.md b/arbitrum-docs/stylus/reference/opcode-hostio-pricing.md index 8f5b3ff40..c5290e34f 100644 --- a/arbitrum-docs/stylus/reference/opcode-hostio-pricing.md +++ b/arbitrum-docs/stylus/reference/opcode-hostio-pricing.md @@ -141,7 +141,7 @@ Note that the values in this table were determined via a conservative statistica | Host I/O | Ink | Gas | Notes | | ---------------- | --------------- | ---------------- | ------------------------------------------------------------------------------- | | read_args | 12513 + 18287b | 1.2513 + 1.8287b | `b` = bytes after first 32 | -| write_result | 12513 + 40423b | 12513 + 4.0423b | `b` = bytes after first 32 | +| write_result | 12513 + 40423b | 1.2513 + 4.0423b | `b` = bytes after first 32 | | keccak | 281040 + 41920w | 28.104 + 4.192w | Due to a pricing mistake, keccak will soon be `~8 gas` cheaper! `w` = EVM words | | block_basefee | 22137 | 2.2137 | | | block_coinbase | 22137 | 2.2137 | |