Go to file
Evgeny Kuzyakov d1ff86f29b
Merge pull request #80 from NearSocial/network-switcher
- Expose `Ethers.setChain({chainId})` to be able to switch between EVM networks.

Note:`setChain` callback should be provided by the gateway through `EthersProviderContext`. If it's not provided the call from the VM will fail with an exception. See https://github.com/NearSocial/viewer/pull/174 as an example on how to expose `setChain`
2023-07-06 09:41:36 -07:00
.github/workflows Cleanup 2023-05-30 14:05:20 +02:00
config Move VM to root 2023-02-16 09:59:08 -08:00
dist Merge branch 'dev' of github.com:NearSocial/VM into network-switcher 2023-07-06 09:40:01 -07:00
src Merge branch 'dev' of github.com:NearSocial/VM into network-switcher 2023-07-06 09:40:01 -07:00
.babelrc Move VM to root 2023-02-16 09:59:08 -08:00
.gitignore Add babel-loader and dist 2023-02-16 10:26:22 -08:00
CHANGELOG.md Merge branch 'dev' of github.com:NearSocial/VM into network-switcher 2023-07-06 09:40:01 -07:00
LICENSE Initial template based on wiki 2022-08-23 16:21:20 -07:00
package.json Remove rehype-sanitize (unused) 2023-06-07 12:34:36 -07:00
webpack.config.js Move VM to root 2023-02-16 09:59:08 -08:00
yarn.lock Remove rehype-sanitize (unused) 2023-06-07 12:34:36 -07:00