| 67 | name: 'FeeCapTooLowError' |
| 68 | } |
| 69 | export class FeeCapTooLowError extends BaseError { |
| 70 | static nodeMessage = |
| 71 | /max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/ |
| 72 | constructor({ |
nothing calls this directly
no outgoing calls
no test coverage detected