File tree Expand file tree Collapse file tree 4 files changed +16
-15
lines changed
Expand file tree Collapse file tree 4 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 2626
2727 - name : Resolve latest contracts
2828 run : |
29- yarn upgrade @keep-network/keep-core
29+ yarn upgrade --exact \
30+ @keep-network/keep-core
3031
3132 # Deploy contracts to a local network to generate deployment artifacts that
3233 # are required by dashboard compilation.
Original file line number Diff line number Diff line change @@ -45,28 +45,28 @@ const config: HardhatUserConfig = {
4545 chainId : 1101 ,
4646 tags : [ "allowStubs" ] ,
4747 } ,
48- rinkeby : {
48+ goerli : {
4949 url : process . env . CHAIN_API_URL || "" ,
50- chainId : 4 ,
50+ chainId : 5 ,
5151 accounts : process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY
52- ? [ process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ]
52+ ? [
53+ process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ,
54+ process . env . KEEP_CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ,
55+ ]
5356 : undefined ,
5457 tags : [ "tenderly" ] ,
5558 } ,
56- ropsten : {
59+ rinkeby : {
5760 url : process . env . CHAIN_API_URL || "" ,
58- chainId : 3 ,
61+ chainId : 4 ,
5962 accounts : process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY
60- ? [
61- process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ,
62- process . env . KEEP_CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ,
63- ]
63+ ? [ process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ]
6464 : undefined ,
6565 tags : [ "tenderly" ] ,
6666 } ,
67- goerli : {
67+ ropsten : {
6868 url : process . env . CHAIN_API_URL || "" ,
69- chainId : 5 ,
69+ chainId : 3 ,
7070 accounts : process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY
7171 ? [
7272 process . env . CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY ,
Original file line number Diff line number Diff line change 5959 "typescript" : " ^4.4.4"
6060 },
6161 "dependencies" : {
62- "@keep-network/keep-core" : " >1.8.1-dev <1.8.1-pre " ,
62+ "@keep-network/keep-core" : " >1.8.1-dev <1.8.1-goerli " ,
6363 "@openzeppelin/contracts" : " ~4.5.0" ,
6464 "@openzeppelin/contracts-upgradeable" : " ~4.5.2" ,
6565 "@thesis/solidity-contracts" : " github:thesis/solidity-contracts#4985bcf"
6666 },
6767 "peerDependencies" : {
68- "@keep-network/keep-core" : " >1.8.0 -dev <1.8.0-pre "
68+ "@keep-network/keep-core" : " >1.8.1 -dev <1.8.1-goerli "
6969 }
7070}
Original file line number Diff line number Diff line change 569569 resolved "https://registry.yarnpkg.com/@keep-network/hardhat-helpers/-/hardhat-helpers-0.6.0-pre.8.tgz#6e0722889a0132dabed5182fb32f6424ff4a77d0"
570570 integrity sha512-51oLHceBubutBYxfVk2pLjgyhvpcDC1ahKM3V9lOiTa9lbWyY18Dza7rnM9V04kq+8DbweQRM0M9/f+K26nl9g==
571571
572- " @keep-network/keep-core@>1.8.1-dev <1.8.1-pre " :
572+ " @keep-network/keep-core@>1.8.1-dev <1.8.1-goerli " :
573573 version "1.8.1-dev.0"
574574 resolved "https://registry.yarnpkg.com/@keep-network/keep-core/-/keep-core-1.8.1-dev.0.tgz#d95864b25800214de43d8840376a68336cb12055"
575575 integrity sha512-gFXkgN4PYOYCZ14AskL7fZHEFW5mu3BDd+TJKBuKZc1q9CgRMOK+dxpJnSctxmSH1tV+Ln9v9yqlSkfPCoiBHw==
You can’t perform that action at this time.
0 commit comments