File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/ethereum/contracts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
run : npm ci
27
27
28
28
- name : Install Foundry
29
- uses : foundry-rs/foundry-toolchain@v1
29
+ uses : foundry-rs/foundry-toolchain@v1.1.1
30
30
with :
31
31
version : nightly
32
32
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export function getMaximumNumberOfPublishers(cluster: PythCluster) {
37
37
case "testnet" :
38
38
return 32 ;
39
39
case "pythnet" :
40
- return 32 ;
40
+ return 64 ;
41
41
case "pythtest-conformance" :
42
42
return 64 ;
43
43
case "pythtest-crosschain" :
Original file line number Diff line number Diff line change 21
21
"migrate" : " truffle migrate" ,
22
22
"receiver-submit-guardian-sets" : " truffle exec scripts/receiverSubmitGuardianSetUpgrades.js" ,
23
23
"verify" : " truffle run verify $npm_config_module@$npm_config_contract_address --network $npm_config_network" ,
24
- "install-forge-deps" : " forge install foundry-rs/forge-std@2c7cbfc6fbede6d7c9e6b17afe997e3fdfe22fef --no-git --no-commit" ,
24
+ "install-forge-deps" : " forge install foundry-rs/forge-std@v1.7.6 --no-git --no-commit" ,
25
25
"coverage" : " ./coverage.sh"
26
26
},
27
27
"author" : " " ,
You can’t perform that action at this time.
0 commit comments