File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -489,8 +489,8 @@ let n2_contracts:object = {
489489
490490export class Defaults {
491491 static network = {
492- 1 : { } , //update before mainnet
493- 2 : {
492+ "1" : { } , //update before mainnet
493+ "2" : {
494494 "avm" : n2_avm ,
495495 "X" : n2_avm ,
496496 "tgD9UkhtroPPvs3hqfJhNk22bTqpLHBFRKVx2p2WypvUGRg7h" : n2_avm ,
@@ -501,7 +501,7 @@ export class Defaults {
501501 "C" : n2_contracts ,
502502 "BCID2" : n2_contracts
503503 } ,
504- 49 : {
504+ "49" : {
505505 "avm" : n2_avm ,
506506 "X" : n2_avm ,
507507 "HD8HEwNKTXRBcVUqvQW2LRu9izqej91xzGmXATF4KMMV6LLm7" : n2_avm ,
@@ -512,7 +512,7 @@ export class Defaults {
512512 "C" : n2_contracts ,
513513 "BCID2" : n2_contracts
514514 } ,
515- 12345 : {
515+ " 12345" : {
516516 "avm" : n2_avm ,
517517 "X" : n2_avm ,
518518 "GJABrZ9A6UQFpwjPU8MDxDd8vuyRoDVeDAXc694wJ5t3zEkhU" : n2_avm ,
You can’t perform that action at this time.
0 commit comments