This website requires JavaScript.
Explore
Help
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-28 23:06:37 +01:00
Code
0349c6ba16
metamask-extension
/
app
/
scripts
/
controllers
/
network
/
index.js
2 lines
64 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Rename the network controller module (#16974) The network controller module has been renamed from `network.js` to `network-controller.js`. All of our newer controllers have "controller" in the module names, so this aligns better with that convention. It also brings the test module name into alignment (it's already called "network-controller.test.js").
2022-12-16 21:07:06 +01:00
export
{
default
,
NETWORK
_EVENTS
}
from
'./network-controller'
;
Copy Permalink