Skip to content

Commit

Permalink
Make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Nov 14, 2023
1 parent c4df54c commit dabf1f5
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ expression: json
"units_per_gas": 1
}
},
"vm_initialization": 2000,
"new_storage_per_byte": 100
"new_storage_per_byte": 1,
"vm_initialization": 2000
},
"base_asset_id": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ query {
}
}
vmInitialization
newStoragePerByte
}
}
}
Expand Down

0 comments on commit dabf1f5

Please sign in to comment.