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 4, 2024
1 parent ccbc17c commit 618607a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all :; @forge build
fmt :; @forge fmt
clean :; @forge clean
test :; @forge test
deploy :; @forge script script/Deploy.s.sol:Deploy --broadcast --verify
deploy :; @forge script script/Deploy.s.sol:Deploy --broadcast --verify --verifier blockscout
dry-run:; @forge script script/Deploy.s.sol:Deploy

sync :; @git submodule update --recursive
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Koi
```
Delegation Wall: 0xc254EE0075aF3317b261F541Eea000261c68CEE0
TokenVoting Plugin Setup: 0x096512bb0B02E7177e1e6CDa2c272E7773F3d812
TokenVoting Plugin Repo: 0xbF45529032c2E21e93f4CA5b023372A0CB6088b2
Ring DAO: 0x422c45B07D7c50Bd57697D464F6763fa510e5f2B
Delegation Wall: 0x03001EeE0B9de7B724EEd34755E297D839F4d733
TokenVoting Plugin Setup: 0xF446C5cb56B656Ab36A7841283d0F14627881663
TokenVoting Plugin Repo: 0x1674298c7161f0468BC7caDff994466197F28908
Ring DAO: 0x039084F9b1f4e6dBC7B2b57d6832B1f68aC92597
Installed Plugins:
- 0x2112ad23aBb169942418E87c95A1B3126Db4EA45
- 0x728f6D3377fF8C6668b4d0a957dD8FA258AD7e2B
```

## Token Voting plugin
Expand Down
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ etherscan_api_key = "xxx"
[rpc_endpoints]
koi = "https://koi-rpc.darwinia.network"
crab = "https://crab-rpc.darwinia.network"
darwinia = "https://rpc.darwinia.network"

[etherscan]
koi = { key = "xxx", url = "https://koi-scan.darwinia.network/api", chain = 701 }
crab = { key = "xxx", url = "https://crab-scan.darwinia.network/api", chain = 44 }
darwinia = { key = "xxx", url = "https://explorer.darwinia.network/api", chain = 46 }
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 = 0x87BD07263D0Ed5687407B80FEB16F2E32C2BA44f;
address gRING = 0xd677D6461870DD88B915EBa76954D1a15114B42d;
address maintainer = 0x0f14341A7f464320319025540E8Fe48Ad0fe5aec;

address pluginRepoFactory;
Expand Down

0 comments on commit 618607a

Please sign in to comment.