mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Swithch the default network to mainnet
This commit is contained in:
parent
2a68c89ba7
commit
f6e551ef5f
@ -1,11 +1,14 @@
|
|||||||
|
// test and development environment variables
|
||||||
|
const env = process.env.METAMASK_ENV
|
||||||
|
const METAMASK_DEBUG = 'GULP_METAMASK_DEBUG'
|
||||||
|
|
||||||
//
|
//
|
||||||
// The default state of MetaMask
|
// The default state of MetaMask
|
||||||
//
|
//
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
config: {
|
config: {
|
||||||
provider: {
|
provider: {
|
||||||
type: 'testnet',
|
type: (METAMASK_DEBUG || env === 'test') ? 'testnet' : 'mainnet',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user