-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added custom BlockchainError and decorator in order to handle updated contracts in the Hub * Add blockchain constants * Remove shortening of blockchain name * Add chainId to blockchain constants * Add set right blockchain name if old are used * Add constants intstead of strings * Added function to validate options for the 'isValidUAL' function * Added additional info to the errors in the 'isValidUAL' function * Add case insensitive comparison for contract address * Add hardhat2 constants * Fix missing comma * Add chain it to chiado and gnosis * Rename chiado to gnosis * Bumped version to 6.1.0 * Validate blockchain name withou network name * Added 'environment' to options, splitted blockchains by environment, remove redundant code, added logic to update contracts when executing contract functions * Fixes for new UALs * Remove decorator * Fix add await when calling updateContractInstances * Fix use correct error reference * Update dkg-evm-module version * Add fethingc gas price from gnosis oracle * Add logic for using gas price oracle to getNetworkGasPrice method * Add missing await * Return gas value * Fix using correct blockchain name * Fix return gasPrice in getNetworkGasPrice * Use gasPriceOracleLink from constants * Fix priceOracleLink * Fix getting gas for gnosis mainnet * Add webpack build * Fix error using reference from try block in catch * Remove BlockchainError * Add Gnsosi Hub contract * Remove gnosi:100 from blockchain constans * Remove handleContractUpdates * Update build * Update otp::alphanet constant name --------- Co-authored-by: Mihajlo Pavlovic <[email protected]>
- Loading branch information
1 parent
7122540
commit 5f09a73
Showing
19 changed files
with
711 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.