Skip to content

Commit

Permalink
deploy on darwinia
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Oct 24, 2024
1 parent bb138bb commit 7bb5d4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# <h1 align="center"> PREPLK </h1>

## Addresses
### Darwinia
```
SafeWallet: 0x05101B3856c803bd1B01F18eEa98C011fe88E3ea
PreParaLink: 0x7ED13f74FD8AE70db03Ae74666d1B443341D8A41
```
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytecode_hash = "ipfs"
extra_output = ["storageLayout"]
extra_output_files = ["metadata"]
fs_permissions = [{ access = "read", path = "out" }]
eth_rpc_url = "https://koi-rpc.darwinia.network"
eth_rpc_url = "https://rpc.darwinia.network"

[rpc_endpoints]
koi = "https://koi-rpc.darwinia.network"
Expand Down
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Upgrades} from "openzeppelin-foundry-upgrades/Upgrades.sol";
import {PreParaLink} from "../src/PREPLK.sol";

contract Deploy is Script {
address treasury = 0x0f14341A7f464320319025540E8Fe48Ad0fe5aec;
address treasury = 0x05101B3856c803bd1B01F18eEa98C011fe88E3ea;

modifier broadcast() {
vm.startBroadcast();
Expand Down

0 comments on commit 7bb5d4e

Please sign in to comment.