Skip to content

Commit

Permalink
Merge pull request #8 from darwinia-network/echo/co
Browse files Browse the repository at this point in the history
Change distribution owner to modlda/trsry
  • Loading branch information
hujw77 authored Mar 7, 2024
2 parents 175f0ec + 623cbd4 commit 722bdf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Staking pool for KTON.
|----------------------|--------------------------------------------|
| KTONStakingRewards | 0x000000000419683a1a03AbC21FC9da25fd2B4dD7 |
| RewardsDistribution | 0x000000000Ae5DB7BDAf8D071e680452e33d91Dd5 |
| sc/ktstk | 0x73632F6B7473746B000000000000000000000000 |
| modlda/trsry | 0x6d6f646c64612f74727372790000000000000000 |

### API

Expand Down
4 changes: 2 additions & 2 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ deploy() {

distribution_addr=0x000000000Ae5DB7BDAf8D071e680452e33d91Dd5
distribution_salt=0x56641813759e8bb0f38c11807e246deaa9220254aafb00ae22942afcc7679c4d
# "sc/ktstk" in bytes.
distribution_owner=0x73632F6B7473746B000000000000000000000000;
# "modlda/trsry" in bytes.
distribution_owner=0x6d6f646c64612f74727372790000000000000000

distribution_bytecode=$(jq -r ".contracts[\"src/RewardsDistribution.sol\"].RewardsDistribution.evm.bytecode.object" out/dapp.sol.json)
distribution_args=$(set -x; ethabi encode params \
Expand Down

0 comments on commit 722bdf6

Please sign in to comment.