Jackson Jessup
Jackson Jessup
+1 - the ability to swap between testnet/mainnet as needed is pretty key within our app. It seems like rather than providing `options` to the wallet modules as a getter...
Then the options can be updated via `selector.options.network = newNetwork` and picked up by the wallets when needed
Seems to be an issue in webpack - and is reproducible using the `wallet-adapter` starter repos: 1. I forked the repo under [jessupjn/wallet-adapter](https://github.com/jessupjn/wallet-adapter) 2. Added `@solana/spl-governance` dep to `package/starter/create-react-app-starter` and...