Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Sep 24, 2024
1 parent d617825 commit b0ac587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validate-token-configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ async function main() {
try {
// Read new token configurations from file
const newTokens = JSON.parse(fs.readFileSync(TOKEN_FILE_ROUTE, "utf8"));
console.log("newTokens", newTokens);
await validateTokenInfo(newTokens);
} catch (error) {
exitWithError(error.message);
Expand Down

0 comments on commit b0ac587

Please sign in to comment.