Skip to content

Commit

Permalink
chore: restoring function call
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Apr 24, 2024
1 parent 3d9a527 commit 075f2c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export class FungibleTokenTransferController implements ReactiveController {
async init(env: Environment): Promise<void> {
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();
Expand Down

0 comments on commit 075f2c5

Please sign in to comment.