Network Configuration
Switch Network on Testnet
import Fortmatic from 'fortmatic';
import Web3 from 'web3';
// Setting test network to Goerli
const fm = new Fortmatic('YOUR_TEST_API_KEY', 'goerli');
window.web3 = new Web3(fm.getProvider());Switch Network to Custom Node
Last updated
Was this helpful?