diff --git a/packages/widget/src/controllers/transfers/fungible-token-transfer.ts b/packages/widget/src/controllers/transfers/fungible-token-transfer.ts index 56c50e69..aba17ada 100644 --- a/packages/widget/src/controllers/transfers/fungible-token-transfer.ts +++ b/packages/widget/src/controllers/transfers/fungible-token-transfer.ts @@ -190,6 +190,7 @@ export class FungibleTokenTransferController implements ReactiveController { async init(env: Environment): Promise { this.host.requestUpdate(); this.env = env; + await this.retryInitSdk(); await this.config.init(1, this.env); this.supportedSourceNetworks = this.config.getDomains(); this.supportedDestinationNetworks = this.config.getDomains();