What DappSDK.init accepts, read off the SDK rather than restated. The init actor defaults defaultAdapters to empty, dropping the SDK's bundled dev gateway, and whatever is set here wins over that default.
DappSDK.init
defaultAdapters
const initOptions: InitOptions = { additionalAdapters: [createMockAdapter()] } Copy
const initOptions: InitOptions = { additionalAdapters: [createMockAdapter()] }
What
DappSDK.initaccepts, read off the SDK rather than restated. The init actor defaultsdefaultAdaptersto empty, dropping the SDK's bundled dev gateway, and whatever is set here wins over that default.