-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Production support * Updated release version * Updated maxSize of log file to 200MB
- Loading branch information
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"Governance": "0x6a4f5803c44D4BA6189D24718863a85783B92c57", | ||
"BlockManager": "0x1F323d8c170bC526fbA6E30653dfdD10064FF5A0", | ||
"CollectionManager": "0x4A6d18E64AF3dC24dAA7a0abbA00670476395A2c", | ||
"StakeManager": "0x83F3022c2Bf36423194EBAA9b66CeDD0e3dB8b06", | ||
"RewardManager": "0x65eBb295F9B5871F08c57eEF0a44052aEA9f0881", | ||
"VoteManager": "0x1fA41fda5a5169deB7EB5696757D5770ce57Bf22", | ||
"Delegator": "0x4535E7486c48Df8e1121be2A31b74aBb2b0a5B8b", | ||
"RAZOR": "0xAD1259343CF69a916a1A9AAf6250d2Db67606A5D", | ||
"StakedTokenFactory": "0x101017d94A27062f7d176d3b8d67b0C93faff40f", | ||
"RandomNoManager": "0x49Dd8FfDB80b3480C16D8769EA47cdBb777933e2" | ||
"Governance": "0xAc40E8dA38B5a381008059a38bb9bf45f0D3C4e2", | ||
"BlockManager": "0x11aB70d78f1Dd2c3F967180d8A64858Db03A0aBa", | ||
"CollectionManager": "0x367962d1462C568A0dDd0e2448311469451bF5a3", | ||
"StakeManager": "0xe0bC695203d9C9f379bcdE9260B9F71B64B85298", | ||
"RewardManager": "0x301779E4c95f951D2E17B4c3EdDC717551df2EBb", | ||
"VoteManager": "0x641BAD0641eB5B94B19568C0a22a55AEbDAF1870", | ||
"Delegator": "0xC74745eA5a3fac1864FAcd8f48d72C21A4ab883D", | ||
"RAZOR": "0xcbf70914Fae03B3acB91E953De60CfDAaCA8145f", | ||
"StakedTokenFactory": "0xEffA78888Dc1b6033286E5dF9b170bc5223178AB", | ||
"RandomNoManager": "0xC6eF45F5Add040800D30FE6dEe01b4EBC4BfC467" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package core | ||
|
||
var StakeManagerAddress = "0x83F3022c2Bf36423194EBAA9b66CeDD0e3dB8b06" | ||
var RAZORAddress = "0xAD1259343CF69a916a1A9AAf6250d2Db67606A5D" | ||
var CollectionManagerAddress = "0x4A6d18E64AF3dC24dAA7a0abbA00670476395A2c" | ||
var VoteManagerAddress = "0x1fA41fda5a5169deB7EB5696757D5770ce57Bf22" | ||
var BlockManagerAddress = "0x1F323d8c170bC526fbA6E30653dfdD10064FF5A0" | ||
var StakeManagerAddress = "0xe0bC695203d9C9f379bcdE9260B9F71B64B85298" | ||
var RAZORAddress = "0xcbf70914Fae03B3acB91E953De60CfDAaCA8145f" | ||
var CollectionManagerAddress = "0x367962d1462C568A0dDd0e2448311469451bF5a3" | ||
var VoteManagerAddress = "0x641BAD0641eB5B94B19568C0a22a55AEbDAF1870" | ||
var BlockManagerAddress = "0x11aB70d78f1Dd2c3F967180d8A64858Db03A0aBa" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters