Skip to content

Conversation

UrAvgDeveloper
Copy link
Contributor

@UrAvgDeveloper UrAvgDeveloper commented Mar 6, 2023

Added hardhat task to help in localnet integration testing.
The task is:

  • deploy_fastbridge_with_token: deploys fast bridge with proxy and correspoding whitelised token.

@UrAvgDeveloper UrAvgDeveloper changed the title WIP: Added deployment scripts for eth-fastBrdige localnet testing WIP: deployment scripts changes for localnet testing of fast-bridge-service Mar 6, 2023
@UrAvgDeveloper UrAvgDeveloper changed the title WIP: deployment scripts changes for localnet testing of fast-bridge-service deployment scripts changes for localnet testing of fast-bridge-service Mar 24, 2023
@UrAvgDeveloper UrAvgDeveloper changed the title deployment scripts changes for localnet testing of fast-bridge-service Deployment scripts changes for localnet testing of fast-bridge-service Mar 24, 2023
@UrAvgDeveloper UrAvgDeveloper marked this pull request as ready for review March 24, 2023 12:53
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");
Copy link
Contributor

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

Copy link
Contributor Author

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 @@
{
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 1436fac

@UrAvgDeveloper UrAvgDeveloper changed the title Deployment scripts changes for localnet testing of fast-bridge-service Deployment scripts changes for localnet testing in fast-bridge-service Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants