Function: getDefaultRpcConfig() ​
getDefaultRpcConfig():
object
Defined in: packages/common/src/constants.ts:27
Load a default RPC config, allowing environment overrides to avoid hard-coding credentials/hosts in bundles.
Returns ​
object
The RPC config.
allowDefaultWallet ​
allowDefaultWallet:
boolean=true
host ​
host:
string='http://127.0.0.1:18443'
password ​
password:
string='polarpass'
username ​
username:
string='polaruser'
version ​
version:
string='28.1.0'