Skip to content

Commit

Permalink
chg: deployed to Sepolia testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
maxweng committed Feb 29, 2024
1 parent 0d61b03 commit d9aad70
Show file tree
Hide file tree
Showing 7 changed files with 4,604 additions and 0 deletions.
16 changes: 16 additions & 0 deletions deployConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,22 @@ var configs = {
maxStakeAmount: parseUnits("5000"),
newMemberFee: parseUnits("1")
}
},
11155111: {
// Sepolia
UnionToken: {
name: "Union Token",
symbol: "UNION",
mintingAllowedAfter: "1766361600" // 2025/12/22 00:00:00 GMT+0000
},
TimelockController: {
minDelay: "60" // in seconds, 1 min
},
UnionGovernor: {
initialVotingDelay: "5", // in blocks, 1 min
initialVotingPeriod: "274", // 1 hr
initialProposalThreshold: parseUnits("10000000")
}
}
};

Expand Down
1 change: 1 addition & 0 deletions deployments/sepolia/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11155111
Loading

0 comments on commit d9aad70

Please sign in to comment.