Skip to content

Instantly share code, notes, and snippets.

@chiptus
Created July 12, 2020 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiptus/cce0c746ea13dc4ec8a58798c319b13c to your computer and use it in GitHub Desktop.
Save chiptus/cce0c746ea13dc4ec8a58798c319b13c to your computer and use it in GitHub Desktop.
const { mnemonic, secret, password, email } = require('./faucet.json');
module.exports = {
networks: {
development: {
host: 'https://carthagenet.smartpy.io',
port: 443,
network_id: '*',
secret,
mnemonic,
password,
email,
type: 'tezos',
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment