Skip to content

Commit

Permalink
Fix/defualt gas const (#132)
Browse files Browse the repository at this point in the history
* Fix missing const

* Update build
  • Loading branch information
Mihajlo-Pavlovic authored Feb 14, 2024
1 parent 0d580ad commit 4f1981e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/dkg.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/blockchain-service/blockchain-service-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ContentAssetStorageAbi = require('dkg-evm-module/abi/ContentAssetStorage.j
const UnfinalizedStateStorageAbi = require('dkg-evm-module/abi/UnfinalizedStateStorage.json');
const ContentAssetAbi = require('dkg-evm-module/abi/ContentAsset.json');
const TokenAbi = require('dkg-evm-module/abi/Token.json');
const { OPERATIONS_STEP_STATUS } = require('../../constants');
const { OPERATIONS_STEP_STATUS, DEFAULT_GAS_PRICE } = require('../../constants');
const emptyHooks = require('../../util/empty-hooks.js');

class BlockchainServiceBase {
Expand Down

0 comments on commit 4f1981e

Please sign in to comment.