Skip to content

Commit

Permalink
fix: make the default network testnet (#12)
Browse files Browse the repository at this point in the history
make the default network testnet
  • Loading branch information
rllola committed Mar 17, 2024
1 parent 3127fd8 commit c46d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const debug = require('debug')('main')
const app = require('./app')

const network = process.env.NETWORK
const network = process.env.NETWORK || 'testnet'
const dev = process.env.DEV

app({ network, dev })
Expand Down

0 comments on commit c46d452

Please sign in to comment.