Skip to content

Commit

Permalink
fix: incorrect types in chain config json
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jun 26, 2024
1 parent 865f763 commit 10bcf89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -131,8 +131,8 @@
"xori": 2,
"alocDependentCost": {
"LightOperation": {
"base": "2",
"unitsPerGas": "214"
"base": 2,
"unitsPerGas": 214
}
},
"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 @@ -131,8 +131,8 @@
"xori": 2,
"alocDependentCost": {
"LightOperation": {
"base": "2",
"unitsPerGas": "214"
"base": 2,
"unitsPerGas": 214
}
},
"cfe": {
Expand Down

0 comments on commit 10bcf89

Please sign in to comment.