Skip to content

Commit ec0766f

Browse files
committed
update the README
1 parent db800a6 commit ec0766f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Here is the complete list of returned objects:
7878
| `INSUFFICIENT_FUNDS_FOR_GAS` | `undefined` |
7979
| `MAX_PRIORITY_FEE_PER_GAS_HIGHER_THAN_MAX_FEE_PER_GAS` | `undefined ` |
8080
| `MAX_FEE_PER_GAS_LESS_THAN_BLOCK_BASE_FEE` | `undefined ` |
81+
| `CONTRACT_NOT_DEPLOYED` | The requested address where the contrat is not deployed. |
8182
| `UNKNOWN_ERROR` | Some code or description of the error if available. `undefined` otherwise. |
8283

8384
The error codes strings can be accesses via the `RETURN_VALUE_ERROR_CODES` constant that the package exports.

0 commit comments

Comments
 (0)