File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ CHAIN_ID=localchain_9000-1
394394CONTRACTS_DIR := contracts-tmp
395395INTEROP_REPO := https://github.com/pushchain/push-chain-interop-contracts.git/
396396CORE_REPO := https://github.com/pushchain/push-chain-core-contracts.git
397- SDK_REPO := https://github.com/AryaLanjewar3005 /push-chain-sdk.git
397+ SDK_REPO := https://github.com/pushchain /push-chain-sdk.git
398398E2E_DIR := e2e
399399
400400e2e : docker-up wait-for-services fund-acc1 deploy-interop deploy-core e2e-solana-interop-deployment e2e-solana-chain-config e2e-run-test
@@ -476,7 +476,7 @@ e2e-run-test:
476476 @echo " Cloning e2e repository..."
477477 @rm -rf $(CONTRACTS_DIR ) /push-chain-sdk
478478 cd $(CONTRACTS_DIR ) && git clone $(SDK_REPO )
479- cd $(CONTRACTS_DIR ) /push-chain-sdk && git checkout push-node-e2e && yarn install
479+ cd $(CONTRACTS_DIR ) /push-chain-sdk && git checkout push-node-e2e-test && yarn install
480480 cp $(E2E_DIR ) /push-chain-interop-contracts/contracts/svm-gateway/target/idl/pushsolanalocker.json $(CONTRACTS_DIR ) /push-chain-sdk/packages/core/src/lib/constants/abi/feeLocker.json
481481 cp $(E2E_DIR ) /.env $(CONTRACTS_DIR ) /push-chain-sdk/packages/core/.env
482482 cd $(CONTRACTS_DIR ) /push-chain-sdk && npx jest core/__e2e__/pushchain.spec.ts --runInBand --detectOpenHandles
You can’t perform that action at this time.
0 commit comments