-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment scripts changes for localnet testing in fast-bridge-service #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
eth/hardhat.config.js
Outdated
task("get_block_hash", "returns the block hash of input block number") | ||
.addParam("blocknumber", "Block number in integer") | ||
.setAction(async (taskArgs) => { | ||
const { getBlockHash } = require("./scripts/deployment/deploy_bridge_ETH.js"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better rename deploy_bridge_Eth.js
to something like deploy_fastbridge_and_token.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in 1436fac
@@ -0,0 +1,11 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what do we need this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 1436fac
Added hardhat task to help in localnet integration testing.
The task is: