Skip to content

Commit

Permalink
feat: reya gas zero
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Mar 8, 2024
1 parent 99e9a90 commit c1cad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const overrides = (
return {
type: 1,
// gasLimit: 20000000,
gasPrice: 100000000,
gasPrice: 0,
};
} else if (chainConfig[chain] && chainConfig[chain].overrides) {
return chainConfig[chain].overrides!;
Expand Down

0 comments on commit c1cad38

Please sign in to comment.