Connecting to the Network
Minimal network configuration
dag4.account.connect({
networkVersion: '2.0',
testnet: true
});Custom network configuration
dag4.account.connect({
networkVersion: '2.0',
beUrl: 'https://be-mainnet.constellationnetwork.io/',
l0Url: 'http://13.52.246.74:9000',
l1Url: 'http://13.52.246.74:9010'
});Default Endpoints
Last updated
Was this helpful?