0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.
BSD 3-Clause Clear License
92 stars 25 forks source link

CommonJS or ESM for paymaster? #41

Open eerkaijun opened 1 year ago

eerkaijun commented 1 year ago

Look into using commonjs or ESM for paymaster module.

norswap commented 1 year ago

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.

norswap commented 1 year ago

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