File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/extension/fileDetectors Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ const UNKNOWN_BLOCKCHAIN =
3030// names the user has supplied through neo-servers.json file(s) in the
3131// current workspace):
3232const WELL_KNOWN_BLOCKCHAINS : { [ genesisHash : string ] : string } = {
33+ "0x1f4d1defa46faa5e7b9b8d3f79a06bec777d7c26c4aa5f6f5899a291daa87c15" :
34+ "Neo N3 MainNet" ,
3335 "0x614a807a3e545df0cb5c96d4d387e620e3e34d441f849b9a4033e0b4f906805d" :
3436 "Neo N3 TestNet" ,
3537} ;
@@ -38,8 +40,14 @@ const WELL_KNOWN_BLOCKCHAINS: { [genesisHash: string]: string } = {
3840// own neo-servers.json file(s) in their workspace:
3941const SEED_URLS : { [ url : string ] : boolean } = {
4042 //
41- // TODO: Add MainNet URLs and alternative TestNet endpoints.
43+ // TODO: Add alternative TestNet endpoints.
4244 //
45+ // V3 MainNet:
46+ "http://seed1.neo.org:10332" : true ,
47+ "http://seed2.neo.org:10332" : true ,
48+ "http://seed3.neo.org:10332" : true ,
49+ "http://seed4.neo.org:10332" : true ,
50+ "http://seed5.neo.org:10332" : true ,
4351 // V3 TestNet:
4452 "http://seed1t.neo.org:20332" : true ,
4553 "http://seed2t.neo.org:20332" : true ,
You can’t perform that action at this time.
0 commit comments