Skip to content

Commit

Permalink
deploy on koi
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Aug 8, 2024
1 parent 2f61cbe commit 279c4be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# <h1 align="center"> RingDAO </h1>

### Koi
```
Multisig Plugin Setup: 0xC93c3931a2045FCb9C2280f710717900F9C14fBc
TokenVoting Plugin Setup: 0x91943aa31Db7c43761318F0191156044c0f86021
OptimisticTokenVoting Plugin Setup: 0x71111E17BC5597595d80b2fEc787fAbAD69a98e2
Multisig Plugin Repo: 0xee93c838B32b70680f36f43652b643712e4ED28f
TokenVoting Plugin Repo: 0x1149E11017DE9C0D1943B7B764134dB4640DC7b3
OptimisticTokenVoting Plugin Repo: 0x733b9C8d6762d3FAC6C2Ee61F55971492644C0D7
Ring DAO: 0x638A95b929977bFe720290e12C71B3901d310afE
Installed Plugins:
- 0x005D4B92F66dB792b375c274550b11BE41BD93eB
- 0x875D59D1058425F0c945e9193B29638c5622e657
- 0xE4615D1F35B5A589c65a5A1720E1b65A3965aB18
```
5 changes: 2 additions & 3 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import {
} from "../src/plugins/optimistic-token-voting/OptimisticTokenVotingPluginSetup.sol";

contract Deploy is Script {
address gRING = 0xe59B1124d36B51C42D5d66C5F5a9Be92aE1Ce204;
address gRING = 0x87BD07263D0Ed5687407B80FEB16F2E32C2BA44f;
address multisigPlugin = 0x005D4B92F66dB792b375c274550b11BE41BD93eB;
address maintainer = 0x0f14341A7f464320319025540E8Fe48Ad0fe5aec;

address pluginRepoFactory;
Expand All @@ -33,8 +34,6 @@ contract Deploy is Script {
PluginRepo tokenVotingPluginRepo;
PluginRepo optimisticTokenVotingPluginRepo;

address multisigPlugin = 0x3fE7328eCcBA0A12390C5cF75C61a502d779454f;

DAO ringDAO;

function setUp() public {
Expand Down

0 comments on commit 279c4be

Please sign in to comment.