Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jul 31, 2023
1 parent 8ab00c0 commit 44595be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/extension/src/stores/chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,6 @@ export class ChainStore extends BaseChainStore<ChainInfoWithCoreTypes> {
this.setEmbeddedChainInfos(chainInfos);
}

@flow
*tryUpdateChain(_chainId: string) {
// const msg = new TryUpdateChainMsg(chainId);
// const result = yield* toGenerator(
// this.requester.sendMessage(BACKGROUND_PORT, msg)
// );
// if (result.updated) {
// yield this.getChainInfosFromBackground();
// }
throw new Error("TODO");
}

@flow
*setChainEndpoints(
chainId: string,
Expand Down

0 comments on commit 44595be

Please sign in to comment.