Skip to content

Commit 4b770af

Browse files
author
Collin K. Cusce
committed
keys to strings
1 parent 0eed8e4 commit 4b770af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/utils/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ let n2_contracts:object = {
489489

490490
export 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,

0 commit comments

Comments
 (0)