Skip to content

Commit

Permalink
remove chain tier error
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Feb 12, 2025
1 parent 68b1c81 commit df7d2ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/manifestChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Check warning on line 14 in config/manifestChain.ts

View check run for this annotation

Codecov / codecov/patch

config/manifestChain.ts#L14

Added line #L14 was not covered by tests
Expand Down

0 comments on commit df7d2ff

Please sign in to comment.