Skip to content

Commit

Permalink
Merge pull request #25 from XinFinOrg/50xgas
Browse files Browse the repository at this point in the history
adjust gas 50x
  • Loading branch information
wanwiset25 authored Oct 25, 2023
2 parents a0a35fd + ee2a366 commit 88c57ac
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 88c57ac

Please sign in to comment.