0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonJS or ESM for paymaster?

eerkaijun opened this issue · comments

Look into using commonjs or ESM for paymaster module.

Currently it's using commonjs but ESM seems to be the future, so would be nice to use that, but from experience it sometimes causes gnarly issues.

Apparently Bun supports boht seamlessly at the same time, so that's also an avenue we could explore.