We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db800a6 commit ec0766fCopy full SHA for ec0766f
README.md
@@ -78,6 +78,7 @@ Here is the complete list of returned objects:
78
| `INSUFFICIENT_FUNDS_FOR_GAS` | `undefined` |
79
| `MAX_PRIORITY_FEE_PER_GAS_HIGHER_THAN_MAX_FEE_PER_GAS` | `undefined ` |
80
| `MAX_FEE_PER_GAS_LESS_THAN_BLOCK_BASE_FEE` | `undefined ` |
81
+| `CONTRACT_NOT_DEPLOYED` | The requested address where the contrat is not deployed. |
82
| `UNKNOWN_ERROR` | Some code or description of the error if available. `undefined` otherwise. |
83
84
The error codes strings can be accesses via the `RETURN_VALUE_ERROR_CODES` constant that the package exports.
0 commit comments