Skip to content

Commit

Permalink
chore: update scripts/genconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed Jun 28, 2024
1 parent 25c2529 commit 25ae4c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/genconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const writeConfig = (content, path) => {
(function () {
console.log(
"Generate Config...",
process.env.NUXT_PUBLIC_PROTOCOLS_TESTNET_MODE,
{
isMainnet: process.env.NUXT_PUBLIC_PROTOCOLS_TESTNET_MODE !== "true",
},
typeof process.env.NUXT_PUBLIC_PROTOCOLS_TESTNET_MODE,
);

const networks = getNetworks(
Expand Down

0 comments on commit 25ae4c8

Please sign in to comment.