Skip to content

Commit

Permalink
feat: update README.md expected simulation values
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray authored Nov 27, 2024
1 parent 7e029a2 commit 3a0a1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chainlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

0 comments on commit 3a0a1e2

Please sign in to comment.