Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployments and updates for TGE #584

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 64 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,38 @@ module.exports = {
"0xF6aEF099e4473E08bed75E0BB1252C4cdAd96416",
"0x42eefBC05794e71a0f7e7B63E5EcB52320345eBE"
],
"managers": ["0x53E9152417EcD338E7e85cCFBc1F5eDA053C910c"],
"rewardControllersConf": [],
"managers": [],
"rewardControllersConf": [{
"rewardToken": "0x76c4ec0068923Da13Ee11527d6cF9b7521000049",
"startBlock": "20385616",
"epochLength": "100800",
"epochRewardPerBlock": [
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000",
"433221745300000000"
]
}],
"hatToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC
"hatVaultsRegistryConf": {
"swapToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC
Expand Down Expand Up @@ -306,8 +336,38 @@ module.exports = {
"0xF6aEF099e4473E08bed75E0BB1252C4cdAd96416",
"0x42eefBC05794e71a0f7e7B63E5EcB52320345eBE"
],
"managers": ["0xBCa8856B5995092Df3f100436b0Ee8056A2E065a"],
"rewardControllersConf": [],
"managers": [],
"rewardControllersConf": [{
"rewardToken": "0x4D22e37Eb4d71D1acc5f4889a65936D2a44A2f15",
"startBlock": "235999251",
"epochLength": "4838400",
"epochRewardPerBlock": [
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000",
"4658478301000000"
]
}],
"hatToken": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8", // USDC
"hatVaultsRegistryConf": {
"swapToken": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8", // USDC
Expand Down
2 changes: 1 addition & 1 deletion contracts/token/HATToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract HATToken is IHATToken, ERC20Votes, ERC20Capped, Ownable {
* @param _governance The owner of the token
*/
constructor(address _governance)
ERC20("hats.finance", "HAT")
ERC20("Hat", "HAT")
ERC20Capped(100000000e18)
ERC20Permit("hats.finance")
{
Expand Down
259 changes: 259 additions & 0 deletions deployments/arbitrum/DefaultProxyAdmin.json

Large diffs are not rendered by default.

Loading
Loading