From e173fc33492ab6d1a9abe368cbe5920416465d87 Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Thu, 7 Sep 2023 08:37:54 -0400 Subject: [PATCH] Revert "feat: change subnet registrator deployment" This reverts commit c49aba2cd7e08f42d45634d6db9cbc90d719fd2a. --- contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts.yml b/contracts.yml index 02943ab..88c42e4 100644 --- a/contracts.yml +++ b/contracts.yml @@ -26,7 +26,7 @@ services: - INCAL_LOGO_URL=${INCAL_LOGO_URL} command: bash -c " npx ts-node scripts/deploy-topos-msg-protocol http://topos-node-1:8545 $(cat /data/topos/data-1/consensus/validator.key) > /contracts/.env && - echo export SUBNET_REGISTRATOR_CONTRACT_ADDRESS=$(npx ts-node scripts/deploy http://topos-node-1:8545 artifacts/contracts/topos-core/SubnetRegistrator.sol/SubnetRegistrator.json $SUBNET_REGISTRATOR_SALT 4000000 false) >> /contracts/.env && + echo export SUBNET_REGISTRATOR_CONTRACT_ADDRESS=$(npx ts-node scripts/deploy http://topos-node-1:8545 artifacts/contracts/topos-core/SubnetRegistrator.sol/SubnetRegistrator.json $SUBNET_REGISTRATOR_SALT 4000000) >> /contracts/.env && source /contracts/.env && npm run register-subnet http://topos-node-1:8545 $(printenv SUBNET_REGISTRATOR_CONTRACT_ADDRESS) Incal $INCAL_CHAIN_ID localhost:$INCAL_HOST_PORT INCA $INCAL_LOGO_URL $(cat /data/incal/data-1/consensus/validator.key)" volumes: