Skip to content

Commit 28d348c

Browse files
author
Collin K. Cusce
committed
javascript woes
1 parent 7082a77 commit 28d348c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/utils/types.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -470,21 +470,21 @@ export abstract class NBytes {
470470
}
471471

472472
let n2_avm:object = {
473-
blockchainID: "tgD9UkhtroPPvs3hqfJhNk22bTqpLHBFRKVx2p2WypvUGRg7h",
474-
alias: "X",
475-
vm: "avm"
473+
"blockchainID": "tgD9UkhtroPPvs3hqfJhNk22bTqpLHBFRKVx2p2WypvUGRg7h",
474+
"alias": "X",
475+
"vm": "avm"
476476
};
477477

478478
let n2_platform:object = {
479-
blockchainID: "",
480-
alias: "P",
481-
vm: "platform"
479+
"blockchainID": "",
480+
"alias": "P",
481+
"vm": "platform"
482482
};
483483

484484
let n2_contracts:object = {
485-
blockchainID: "",
486-
alias: "C",
487-
vm: "contracts"
485+
"blockchainID": "",
486+
"alias": "C",
487+
"vm": "contracts"
488488
}
489489

490490
let n49_avm = Object.assign({}, n2_avm);

0 commit comments

Comments
 (0)