Skip to content

Commit

Permalink
Merge pull request #539 from hats-finance/deploy-gnosis
Browse files Browse the repository at this point in the history
Deploy on Gnosis Chain
  • Loading branch information
jellegerbrandy committed Jan 2, 2024
2 parents 1deb982 + 33c37d1 commit 2b23ed1
Show file tree
Hide file tree
Showing 18 changed files with 12,120 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ POLYGON_ETHERSCAN_API_KEY=XXX
ARBITRUM_ETHERSCAN_API_KEY=XXX
BNB_ETHERSCAN_API_KEY=XXX
BASE_ETHERSCAN_API_KEY=XXX
GNOSIS_ETHERSCAN_API_KEY=XXX
NAUTULIS_ETHERSCAN_API_KEY=XXX
METER_ETHERSCAN_API_KEY=XXX
INFURA_KEY=XXX
Expand All @@ -22,3 +23,4 @@ BNB_PK=0xc5e8f61d1ab959b397eecc0a37a6517b8e67a0e7cf1f4bce5591f3ed80199122
BASE_PK=0xc5e8f61d1ab959b397eecc0a37a6517b8e67a0e7cf1f4bce5591f3ed80199122
NAUTULIS_PK=0xc5e8f61d1ab959b397eecc0a37a6517b8e67a0e7cf1f4bce5591f3ed80199122
METER_PK=0xc5e8f61d1ab959b397eecc0a37a6517b8e67a0e7cf1f4bce5591f3ed80199122
GNOSIS_PK=0xc5e8f61d1ab959b397eecc0a37a6517b8e67a0e7cf1f4bce5591f3ed80199122
25 changes: 25 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,29 @@ module.exports = {
"deadline": null
}
},
"gnosis": {
"governance": "0xE650ba24115AE0260d8f723F89603DaF63b496cA",
"timelockDelay": 604800,
"executors": [
"0xfe46D9193BBCE8c590298d77b6f8dB0e619c7FF7",
"0xe24886AC31c25B544092542aD55aa484FbBF506B",
"0xe707ABbDA8146d2d3f3341E9B375Cb1fc78526d8",
"0x9Fb3d86157a9e2dC2a771C297f88FA9784fa4e31",
"0x2B6656e212f315D3C2DD477FE7EBFb3A86bb1c94",
"0xF6aEF099e4473E08bed75E0BB1252C4cdAd96416",
"0x42eefBC05794e71a0f7e7B63E5EcB52320345eBE"
],
"rewardControllersConf": [],
"hatToken": "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83", // USDC
"hatVaultsRegistryConf": {
"swapToken": "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83", // USDC
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "0"
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
}
},
};
1 change: 1 addition & 0 deletions deployments/gnosis/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100
169 changes: 169 additions & 0 deletions deployments/gnosis/HATGovernanceArbitrator.json

Large diffs are not rendered by default.

0 comments on commit 2b23ed1

Please sign in to comment.