The deployed account ids for network, so a caller does not transcribe them. Generated from the deploy manifest — see src/deployments/.
account
network
src/deployments/
if the network has no recorded deployment, rather than returning placeholder ids that would fail as a confusing on-chain abort.
const account = new AccountContract(getAccountConfig('testnet')); Copy
const account = new AccountContract(getAccountConfig('testnet'));
Description
The deployed
accountids fornetwork, so a caller does not transcribe them. Generated from the deploy manifest — seesrc/deployments/.Throws
if the network has no recorded deployment, rather than returning placeholder ids that would fail as a confusing on-chain abort.