sol-wallet-adapter
sol-wallet-adapter copied to clipboard
Fix CommonJS build
The CommonJS build script was exporting ESM, when it should have been exporting CJS.
I also went ahead and used tslib for awaiting to make the bundle smaller.