From 5b68802d96729505775124d3d330b2173e8b8128 Mon Sep 17 00:00:00 2001 From: Darryl Yeo Date: Sun, 28 May 2023 20:00:35 -0700 Subject: [PATCH] networkProviders: tweak error messages --- src/data/networkProviders/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/networkProviders/index.ts b/src/data/networkProviders/index.ts index 84070500..dbc1599c 100644 --- a/src/data/networkProviders/index.ts +++ b/src/data/networkProviders/index.ts @@ -146,7 +146,7 @@ export const networkProviderConfigs: NetworkProviderConfig[] = [ ) if(!config) - throw new Error(`Couldn't find a Figment node matching the configuration`) + throw new Error(`Couldn't find a Pocket Network node matching the configuration.`) return ( new ({ @@ -222,7 +222,7 @@ export const networkProviderConfigs: NetworkProviderConfig[] = [ ) if(!config) - throw new Error(`Couldn't find a Figment node matching the configuration`) + throw new Error(`Couldn't find a Figment node matching the configuration.`) return ( new ({ @@ -254,7 +254,7 @@ export const networkProviderConfigs: NetworkProviderConfig[] = [ ) if(!config) - throw new Error(`Couldn't find a Tenderly node matching the configuration`) + throw new Error(`Couldn't find a Tenderly node matching the configuration.`) return ( new ({