Hey there,
Trying to integrate BSC into Moralis, here’s what I’ve tried to do without any success:
- Selected Matic and BSC layer 2 options in server EVM configuration
- Restart and update server to latest (0.0.205)
- Tried changing chain over to bsc and calling
await Moralis.Web3.link('0x4670565222894929fba3b6C91e92B4FFeB3F52FF');
- Tried calling
const user = await Moralis.Web3.authenticate({ type: "bsc" })
I’ve been told that this feature is ready to go but just hasn’t been documented yet.
A little help here would be greatly appreciated as it will dramatically cut my development time.
Thanks!