Skip to content

Commit fe61574

Browse files
refactor: remove arbitrum-mainnet-dev from supported environments
1 parent 197e72a commit fe61574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ export const getChainConfig = (
5858
}
5959

6060
if (config.isExperimental && !options?.allowExperimentalNetworks) {
61-
throw new Error(`Experimental network ${chainId} is not allowed. Use allowExperimentalNetworks option to enable it.`);
61+
throw new Error(
62+
`Experimental network ${chainId} is not allowed. Use allowExperimentalNetworks option to enable it.`
63+
);
6264
}
6365

6466
return config;

0 commit comments

Comments
 (0)