Skip to content

Commit

Permalink
adjust gas 50x
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Oct 25, 2023
1 parent a0a35fd commit 034e094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface SmartContractData {
smartContractCommittedHash: string;
}

const TRANSACTION_GAS_NUMBER = 250000000;
const TRANSACTION_GAS_NUMBER = 12500000000

export class MainnetClient {
private web3: Web3;
Expand Down

0 comments on commit 034e094

Please sign in to comment.