We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7082a77 commit 28d348cCopy full SHA for 28d348c
src/utils/types.ts
@@ -470,21 +470,21 @@ export abstract class NBytes {
470
}
471
472
let n2_avm:object = {
473
- blockchainID: "tgD9UkhtroPPvs3hqfJhNk22bTqpLHBFRKVx2p2WypvUGRg7h",
474
- alias: "X",
475
- vm: "avm"
+ "blockchainID": "tgD9UkhtroPPvs3hqfJhNk22bTqpLHBFRKVx2p2WypvUGRg7h",
+ "alias": "X",
+ "vm": "avm"
476
};
477
478
let n2_platform:object = {
479
- blockchainID: "",
480
- alias: "P",
481
- vm: "platform"
+ "blockchainID": "",
+ "alias": "P",
+ "vm": "platform"
482
483
484
let n2_contracts:object = {
485
486
- alias: "C",
487
- vm: "contracts"
+ "alias": "C",
+ "vm": "contracts"
488
489
490
let n49_avm = Object.assign({}, n2_avm);
0 commit comments