| 42 | name: 'FeeCapTooHighError' |
| 43 | } |
| 44 | export class FeeCapTooHighError extends BaseError { |
| 45 | static nodeMessage = |
| 46 | /max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/ |
| 47 | constructor({ |
nothing calls this directly
no outgoing calls
no test coverage detected