Skip to content

Commit

Permalink
redeploy on koi
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Sep 13, 2024
1 parent ecabe67 commit 2108c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Koi
```
Delegation Wall: 0x03001EeE0B9de7B724EEd34755E297D839F4d733
TokenVoting Plugin Setup: 0xF446C5cb56B656Ab36A7841283d0F14627881663
TokenVoting Plugin Repo: 0x1674298c7161f0468BC7caDff994466197F28908
Ring DAO: 0x039084F9b1f4e6dBC7B2b57d6832B1f68aC92597
Delegation Wall: 0x0980Bf75a38e8367B479c363432d1E91C6414727
TokenVoting Plugin Setup: 0x73b3B8d450a3155feD62A74622b6E9139874CD1d
TokenVoting Plugin Repo: 0x4c0729D8eB9B36F2040B8D0aE1F51B15B0D7BdF0
Ring DAO: 0x005493b5658e6201F06FE2adF492610635505F4C
Installed Plugins:
- 0x728f6D3377fF8C6668b4d0a957dD8FA258AD7e2B
```

## Token Voting plugin
Expand Down
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {TokenVotingPluginSetup} from "../src/plugins/token-voting/TokenVotingPlu
import {DelegationWall} from "../src/DelegationWall.sol";

contract Deploy is Script {
address gRING = 0xd677D6461870DD88B915EBa76954D1a15114B42d;
address gRING = 0xdafa555e2785DC8834F4Ea9D1ED88B6049142999;
address maintainer = 0x0f14341A7f464320319025540E8Fe48Ad0fe5aec;

address pluginRepoFactory;
Expand Down

0 comments on commit 2108c86

Please sign in to comment.