@fuel-ts/account 0.94.1 → 0.94.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connectors/fuel.d.ts +3 -0
- package/dist/connectors/fuel.d.ts.map +1 -1
- package/dist/index.global.js +19 -6
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -3
- package/dist/index.mjs.map +1 -1
- package/dist/providers/__generated__/operations.d.ts +8 -0
- package/dist/providers/__generated__/operations.d.ts.map +1 -1
- package/dist/test-utils.global.js +61 -61
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +15 -15
@@ -31656,8 +31656,8 @@ spurious results.`);
|
|
31656
31656
|
function getBuiltinVersions() {
|
31657
31657
|
return {
|
31658
31658
|
FORC: "0.63.1",
|
31659
|
-
FUEL_CORE: "0.
|
31660
|
-
FUELS: "0.94.
|
31659
|
+
FUEL_CORE: "0.34.0",
|
31660
|
+
FUELS: "0.94.2"
|
31661
31661
|
};
|
31662
31662
|
}
|
31663
31663
|
function parseVersion(version) {
|
@@ -32188,7 +32188,7 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32188
32188
|
max_inputs: 255,
|
32189
32189
|
max_outputs: 255,
|
32190
32190
|
max_witnesses: 255,
|
32191
|
-
max_gas_per_tx:
|
32191
|
+
max_gas_per_tx: 3e7,
|
32192
32192
|
max_size: 262144,
|
32193
32193
|
max_bytecode_subsections: 256
|
32194
32194
|
}
|
@@ -32198,7 +32198,7 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32198
32198
|
max_predicate_length: 102400,
|
32199
32199
|
max_predicate_data_length: 102400,
|
32200
32200
|
max_message_data_length: 102400,
|
32201
|
-
max_gas_per_predicate:
|
32201
|
+
max_gas_per_predicate: 3e7
|
32202
32202
|
}
|
32203
32203
|
},
|
32204
32204
|
script_params: {
|
@@ -32215,7 +32215,7 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32215
32215
|
},
|
32216
32216
|
fee_params: {
|
32217
32217
|
V1: {
|
32218
|
-
gas_price_factor:
|
32218
|
+
gas_price_factor: 92e3,
|
32219
32219
|
gas_per_byte: 63
|
32220
32220
|
}
|
32221
32221
|
},
|
@@ -32260,8 +32260,9 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32260
32260
|
lw: 2,
|
32261
32261
|
mint: 18042,
|
32262
32262
|
mlog: 2,
|
32263
|
+
mod: 2,
|
32263
32264
|
modi: 2,
|
32264
|
-
|
32265
|
+
move: 2,
|
32265
32266
|
movi: 2,
|
32266
32267
|
mroo: 4,
|
32267
32268
|
mul: 2,
|
@@ -32275,8 +32276,8 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32275
32276
|
popl: 3,
|
32276
32277
|
pshh: 5,
|
32277
32278
|
pshl: 5,
|
32278
|
-
|
32279
|
-
|
32279
|
+
ret_contract: 53,
|
32280
|
+
rvrt_contract: 52,
|
32280
32281
|
sb: 2,
|
32281
32282
|
sll: 2,
|
32282
32283
|
slli: 2,
|
@@ -32306,11 +32307,10 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32306
32307
|
wqmm: 8,
|
32307
32308
|
xor: 2,
|
32308
32309
|
xori: 2,
|
32309
|
-
rvrt: 2,
|
32310
32310
|
aloc: {
|
32311
|
-
|
32311
|
+
LightOperation: {
|
32312
32312
|
base: 2,
|
32313
|
-
|
32313
|
+
units_per_gas: 15
|
32314
32314
|
}
|
32315
32315
|
},
|
32316
32316
|
bsiz: {
|
@@ -32326,154 +32326,154 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
32326
32326
|
}
|
32327
32327
|
},
|
32328
32328
|
cfe: {
|
32329
|
-
|
32330
|
-
base:
|
32331
|
-
|
32329
|
+
LightOperation: {
|
32330
|
+
base: 10,
|
32331
|
+
units_per_gas: 1818181
|
32332
32332
|
}
|
32333
32333
|
},
|
32334
32334
|
cfei: {
|
32335
|
-
|
32335
|
+
LightOperation: {
|
32336
32336
|
base: 2,
|
32337
|
-
|
32337
|
+
units_per_gas: 1e6
|
32338
32338
|
}
|
32339
32339
|
},
|
32340
32340
|
call: {
|
32341
32341
|
LightOperation: {
|
32342
|
-
base:
|
32343
|
-
units_per_gas:
|
32342
|
+
base: 13513,
|
32343
|
+
units_per_gas: 7
|
32344
32344
|
}
|
32345
32345
|
},
|
32346
32346
|
ccp: {
|
32347
32347
|
LightOperation: {
|
32348
|
-
base:
|
32349
|
-
units_per_gas:
|
32348
|
+
base: 34,
|
32349
|
+
units_per_gas: 39
|
32350
32350
|
}
|
32351
32351
|
},
|
32352
32352
|
croo: {
|
32353
32353
|
LightOperation: {
|
32354
|
-
base:
|
32355
|
-
units_per_gas:
|
32354
|
+
base: 91,
|
32355
|
+
units_per_gas: 3
|
32356
32356
|
}
|
32357
32357
|
},
|
32358
32358
|
csiz: {
|
32359
32359
|
LightOperation: {
|
32360
|
-
base:
|
32361
|
-
units_per_gas:
|
32360
|
+
base: 31,
|
32361
|
+
units_per_gas: 438
|
32362
32362
|
}
|
32363
32363
|
},
|
32364
32364
|
ed19: {
|
32365
32365
|
LightOperation: {
|
32366
|
-
base:
|
32367
|
-
units_per_gas:
|
32366
|
+
base: 3e3,
|
32367
|
+
units_per_gas: 214
|
32368
32368
|
}
|
32369
32369
|
},
|
32370
32370
|
k256: {
|
32371
32371
|
LightOperation: {
|
32372
|
-
base:
|
32373
|
-
units_per_gas:
|
32372
|
+
base: 27,
|
32373
|
+
units_per_gas: 5
|
32374
32374
|
}
|
32375
32375
|
},
|
32376
32376
|
ldc: {
|
32377
32377
|
LightOperation: {
|
32378
|
-
base:
|
32379
|
-
units_per_gas:
|
32378
|
+
base: 43,
|
32379
|
+
units_per_gas: 102
|
32380
32380
|
}
|
32381
32381
|
},
|
32382
32382
|
logd: {
|
32383
32383
|
LightOperation: {
|
32384
|
-
base:
|
32385
|
-
units_per_gas:
|
32384
|
+
base: 363,
|
32385
|
+
units_per_gas: 4
|
32386
32386
|
}
|
32387
32387
|
},
|
32388
32388
|
mcl: {
|
32389
32389
|
LightOperation: {
|
32390
|
-
base:
|
32391
|
-
units_per_gas:
|
32390
|
+
base: 2,
|
32391
|
+
units_per_gas: 1041
|
32392
32392
|
}
|
32393
32393
|
},
|
32394
32394
|
mcli: {
|
32395
32395
|
LightOperation: {
|
32396
|
-
base:
|
32397
|
-
units_per_gas:
|
32396
|
+
base: 2,
|
32397
|
+
units_per_gas: 1025
|
32398
32398
|
}
|
32399
32399
|
},
|
32400
32400
|
mcp: {
|
32401
32401
|
LightOperation: {
|
32402
32402
|
base: 4,
|
32403
|
-
units_per_gas:
|
32403
|
+
units_per_gas: 325
|
32404
32404
|
}
|
32405
32405
|
},
|
32406
32406
|
mcpi: {
|
32407
32407
|
LightOperation: {
|
32408
|
-
base:
|
32409
|
-
units_per_gas:
|
32408
|
+
base: 8,
|
32409
|
+
units_per_gas: 511
|
32410
32410
|
}
|
32411
32411
|
},
|
32412
32412
|
meq: {
|
32413
32413
|
LightOperation: {
|
32414
32414
|
base: 3,
|
32415
|
-
units_per_gas:
|
32415
|
+
units_per_gas: 940
|
32416
32416
|
}
|
32417
32417
|
},
|
32418
|
-
|
32418
|
+
retd_contract: {
|
32419
32419
|
LightOperation: {
|
32420
|
-
base:
|
32421
|
-
units_per_gas:
|
32420
|
+
base: 305,
|
32421
|
+
units_per_gas: 4
|
32422
32422
|
}
|
32423
32423
|
},
|
32424
32424
|
s256: {
|
32425
32425
|
LightOperation: {
|
32426
|
-
base:
|
32427
|
-
units_per_gas:
|
32426
|
+
base: 31,
|
32427
|
+
units_per_gas: 4
|
32428
32428
|
}
|
32429
32429
|
},
|
32430
32430
|
scwq: {
|
32431
32431
|
HeavyOperation: {
|
32432
|
-
base:
|
32433
|
-
gas_per_unit:
|
32432
|
+
base: 16346,
|
32433
|
+
gas_per_unit: 17163
|
32434
32434
|
}
|
32435
32435
|
},
|
32436
32436
|
smo: {
|
32437
32437
|
LightOperation: {
|
32438
|
-
base:
|
32439
|
-
units_per_gas:
|
32438
|
+
base: 40860,
|
32439
|
+
units_per_gas: 2
|
32440
32440
|
}
|
32441
32441
|
},
|
32442
32442
|
srwq: {
|
32443
32443
|
HeavyOperation: {
|
32444
|
-
base:
|
32445
|
-
gas_per_unit:
|
32444
|
+
base: 187,
|
32445
|
+
gas_per_unit: 179
|
32446
32446
|
}
|
32447
32447
|
},
|
32448
32448
|
swwq: {
|
32449
32449
|
HeavyOperation: {
|
32450
|
-
base:
|
32451
|
-
gas_per_unit:
|
32450
|
+
base: 17046,
|
32451
|
+
gas_per_unit: 16232
|
32452
32452
|
}
|
32453
32453
|
},
|
32454
32454
|
contract_root: {
|
32455
32455
|
LightOperation: {
|
32456
|
-
base:
|
32456
|
+
base: 31,
|
32457
32457
|
units_per_gas: 2
|
32458
32458
|
}
|
32459
32459
|
},
|
32460
32460
|
state_root: {
|
32461
32461
|
HeavyOperation: {
|
32462
|
-
base:
|
32463
|
-
gas_per_unit:
|
32462
|
+
base: 236,
|
32463
|
+
gas_per_unit: 122
|
32464
32464
|
}
|
32465
32465
|
},
|
32466
32466
|
new_storage_per_byte: 63,
|
32467
32467
|
vm_initialization: {
|
32468
|
-
|
32469
|
-
base:
|
32470
|
-
|
32468
|
+
LightOperation: {
|
32469
|
+
base: 3957,
|
32470
|
+
units_per_gas: 48
|
32471
32471
|
}
|
32472
32472
|
}
|
32473
32473
|
}
|
32474
32474
|
},
|
32475
32475
|
base_asset_id: "0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07",
|
32476
|
-
block_gas_limit:
|
32476
|
+
block_gas_limit: 3e7,
|
32477
32477
|
privileged_address: "0000000000000000000000000000000000000000000000000000000000000000"
|
32478
32478
|
}
|
32479
32479
|
},
|
@@ -39609,7 +39609,7 @@ If you are attempting to transform a hex value, please make sure it is being pas
|
|
39609
39609
|
// src/providers/provider.ts
|
39610
39610
|
var import_graphql_request = __toESM(require_dist2());
|
39611
39611
|
|
39612
|
-
// ../../node_modules/.pnpm/tslib@2.
|
39612
|
+
// ../../node_modules/.pnpm/tslib@2.7.0/node_modules/tslib/tslib.es6.mjs
|
39613
39613
|
var __assign = function() {
|
39614
39614
|
__assign = Object.assign || function __assign2(t) {
|
39615
39615
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|