From 3a0a1e219f275f143fcb43002db90b8b8df60d0b Mon Sep 17 00:00:00 2001 From: Dustin Ray <40841027+Dustin-Ray@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:16:31 -0800 Subject: [PATCH] feat: update README.md expected simulation values --- examples/chainlink/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chainlink/README.md b/examples/chainlink/README.md index a36502c..ccad2b6 100644 --- a/examples/chainlink/README.md +++ b/examples/chainlink/README.md @@ -118,7 +118,7 @@ Simulation result { capturedTerminalOutput: 'Average eth transactions per block: \n', responseBytesHexstring: '0x313634' } -✅ Decoded response to uint256: 3225140n +✅ Decoded response to uint256: 168n ``` After the transaction proceeds to the Chainlink network, a successful result might look like this: @@ -134,5 +134,5 @@ After the transaction proceeds to the Chainlink network, a successful result mig fulfillmentCode: 0 } -✅ Decoded response to uint256: 3225140n +✅ Decoded response to uint256: 168n ```