-
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.
Signed-off-by: Ashish Kumar Mishra <ashish10677@gmail.com>
- Loading branch information
1 parent
982502c
commit e4749f2
Showing
6 changed files
with
36 additions
and
36 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": "0x402173A57ba64387F9149Bd51622ac64E9A5e1e5", | ||
"BlockManager": "0x2Fd89EdcaCCd2829A93C525a97A231a0a153d9b4", | ||
"CollectionManager": "0x3b632c53cd6d4441B19283B73FF7e9F8A9e62f12", | ||
"StakeManager": "0x2D98392AE7bc4461ad29D81228BE86134EE9858C", | ||
"RewardManager": "0x7B6d9b38ca51dfF468b876e61012C086B15a2794", | ||
"VoteManager": "0xCE4a02c290AF6b76bdC4c64078Af259BC426FaD6", | ||
"Delegator": "0xE9043a524c886A3556849bCcf307f4208ef7e675", | ||
"RAZOR": "0xfE28C045e7093a1be19Cca5788FDD4152810e879", | ||
"StakedTokenFactory": "0xe49283e3EC2B49bfB426A06Ae1bEc0872e8695d1", | ||
"RandomNoManager": "0xCA3D528956d0D41324a102DbE574e806078a284C" | ||
"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 = "0x2D98392AE7bc4461ad29D81228BE86134EE9858C" | ||
var RAZORAddress = "0xfE28C045e7093a1be19Cca5788FDD4152810e879" | ||
var CollectionManagerAddress = "0x3b632c53cd6d4441B19283B73FF7e9F8A9e62f12" | ||
var VoteManagerAddress = "0xCE4a02c290AF6b76bdC4c64078Af259BC426FaD6" | ||
var BlockManagerAddress = "0x2Fd89EdcaCCd2829A93C525a97A231a0a153d9b4" | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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