diff --git a/background/services/chain/db.ts b/background/services/chain/db.ts
index bf5d77dbe..b7fdb5a90 100644
--- a/background/services/chain/db.ts
+++ b/background/services/chain/db.ts
@@ -292,6 +292,7 @@ export class ChainDatabase extends Dexie {
       this.baseAssets,
       this.rpcConfig,
       this.accountsToTrack,
+      this.customRpcConfig,
       async () => {
         await Promise.all([
           this.networks.where({ chainID }).delete(),