Skip to content

Commit

Permalink
no need to save wc add network to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 7, 2024
1 parent 3beac06 commit dc3cb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/PreferencesController.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ class PreferencesController extends SafeEventEmitter {
blockExplorer: block_explorer_url || undefined,
}

await this.addCustomNetwork(RPC, customNetwork)
this.addCustomNetwork(RPC, customNetwork)
this._setAddChainReqStatus(addChainReqId, 'approved')
} catch (error) {
log.error('error while approving add chain', error)
Expand Down

0 comments on commit dc3cb1d

Please sign in to comment.