mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
12 lines
124 B
JavaScript
12 lines
124 B
JavaScript
//
|
|
// The default state of MetaMask
|
|
//
|
|
|
|
module.exports = {
|
|
config: {
|
|
provider: {
|
|
type: 'rinkeby',
|
|
},
|
|
},
|
|
}
|