mirror of
https://github.com/status-im/eth_ava_bridge.git
synced 2025-02-21 07:18:11 +00:00
add ethereum deploy tags
This commit is contained in:
parent
432ae0667e
commit
6a7802cda1
@ -61,4 +61,5 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
|
||||
sntEthereum.address
|
||||
);
|
||||
};
|
||||
func.tags = ["ethereum"];
|
||||
export default func;
|
||||
|
@ -31,8 +31,8 @@
|
||||
"test": "npx hardhat test",
|
||||
"node": "npx hardhat node --watch",
|
||||
"frontend": "cd frontend && npm run start",
|
||||
"deploy:goerli": "hardhat deploy --network goerli --deploy-scripts deploy/Bridge.ts",
|
||||
"deploy:fuji": "hardhat deploy --network fuji --tags avalanche",
|
||||
"deploy:goerli": "hardhat deploy --network goerli --tags ethereum --deploy-scripts deploy",
|
||||
"deploy:fuji": "hardhat deploy --network fuji --tags avalanche --deploy-scripts deploy",
|
||||
"deploy:fuji:reset": "hardhat deploy --network fuji --tags avalanche --reset",
|
||||
"deploy:stavalanche": "hardhat deploy --network stavalanche --tags avalanche"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user