Skip to content

Commit

Permalink
fix: relock in prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 17, 2024
1 parent 063a865 commit bb6d345
Show file tree
Hide file tree
Showing 6 changed files with 782 additions and 963 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"postinstall": "yarn patch-package && ./copy_contracts.sh"
},
"devDependencies": {
"@0xsequence/multicall": "^1.10.15",
"@chainlink/contracts": "^0.5.1",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
Expand All @@ -46,6 +47,7 @@
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
Expand All @@ -62,6 +64,7 @@
"@venusprotocol/venus-protocol": "9.3.0",
"assemblyscript": "0.19.23",
"chai": "^4.3.6",
"dotenv": "^16.4.5",
"eslint": "^8.25.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-import": "^2.26.0",
Expand Down Expand Up @@ -97,10 +100,5 @@
"packageManager": "[email protected]",
"_moduleAliases": {
"@nomiclabs/hardhat-ethers": "node_modules/hardhat-deploy-ethers"
},
"dependencies": {
"@0xsequence/multicall": "^1.10.15",
"@semantic-release/npm": "^12.0.1",
"dotenv": "^16.4.5"
}
}
2 changes: 2 additions & 0 deletions subgraphs/cross-chain-governance/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

version=($(jq -r '.version' package.json))

yarn

if [[ $version == *"testnet"* ]]; then
yarn graph auth --studio $TESTNET_GRAPH_CLI_API_KEY
yarn deploy:chapel --version-label $version
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../..

git pull

yarn
YARN_CHECKSUM_BEHAVIOR=update yarn
2 changes: 2 additions & 0 deletions subgraphs/etherfi-promo/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

git pull

yarn
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/prepare.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd ../..

git pull

yarn
YARN_ENABLE_IMMUTABLE_INSTALLS=true yarn
Loading

0 comments on commit bb6d345

Please sign in to comment.