Skip to content

Commit

Permalink
chore: update alocDependentCost to a HeavyOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jun 26, 2024
1 parent fa52250 commit 336d81b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/account/test/fixtures/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export const MOCK_CHAIN: GqlChainInfoFragment = {
xor: '1',
xori: '1',
alocDependentCost: {
type: 'LightOperation',
type: 'HeavyOperation',
base: '2',
unitsPerGas: '214',
gasPerUnit: '0',
},
cfe: {
type: 'HeavyOperation',
Expand Down
4 changes: 2 additions & 2 deletions packages/fuels/test/fixtures/project/.fuels/chainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
"xor": 2,
"xori": 2,
"alocDependentCost": {
"LightOperation": {
"HeavyOperation": {
"base": 2,
"unitsPerGas": 214
"gasPerUnit": 0
}
},
"cfe": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/src/utils/defaultSnapshots/chainConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
"xor": 2,
"xori": 2,
"alocDependentCost": {
"LightOperation": {
"HeavyOperation": {
"base": 2,
"unitsPerGas": 214
"gasPerUnit": 0
}
},
"cfe": {
Expand Down

0 comments on commit 336d81b

Please sign in to comment.