diff --git a/config/manifestChain.ts b/config/manifestChain.ts index 4878689..d3ce4b3 100644 --- a/config/manifestChain.ts +++ b/config/manifestChain.ts @@ -9,9 +9,6 @@ let manifestModule: { }; // TODO: Add mainnet manifest when it's available -if (!buildType) { - throw new Error('Chain tier environment variable is not set'); -} if (buildType === 'qa') { manifestModule = require('chain-registry/devnet/manifestdevnet');