-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/plume-nest
- Loading branch information
Showing
7 changed files
with
87 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
forge script script/DeployAll.s.sol:DeployAll --rpc-url $RPC_URL -vvv --broadcast --slow --skip-simulation --verifier blockscout --verifier-url https://phoenix-explorer.plumenetwork.xyz/api\? --verify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
op run --env-file="./.env.prod-plume" -- ./script/deployall-cmd-plume.sh |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/sh | ||
|
||
cp .env.prod-kinto .env | ||
cp .env.prod-plume .env | ||
source .env | ||
|
||
# args | ||
# forge verify-contract --chain-id 161221135 --verifier blockscout --watch --constructor-args $(cast abi-encode "constructor(address,bytes)" "0x638c2Fa8B02E8F294e8Af9d7F2248Ec1E085aa79" "0x000000000000000000000000702347e2b1be68444c1451922275b66aabdac5280000000000000000000000000fe4f28b0213201f333e9bf29fca76965a8c5fc80000000000000000000000003934aeee752235aee8139dbec4493639534eff2d000000000000000000000000aa5474bbb3aec03b81d1e280c821dbef60a7aabe") 0x94902a03f7E27c6f512B3E1E8cc7b1e1d2CCeE63 lib/openzeppelin-contracts/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy | ||
# forge verify-contract --chain-id 161221135 --verifier blockscout --watch --constructor-args $(cast abi-encode "constructor(address)" "0x702347E2B1be68444C1451922275b66AABDaC528") 0x0F96bf4a333ab9f46B7bA9B873B99F6022798Aa5 src/dividend/DividendDistribution.sol:DividendDistribution | ||
# no args | ||
forge verify-contract --chain-id 7887 --verifier blockscout --watch 0x3F3D37A3cA88070e125b3CbfAe07f77425F08c47 src/orders/OrderProcessor.sol:OrderProcessor | ||
forge verify-contract --chain-id 98865 --verifier blockscout --verifier-url https://phoenix-explorer.plumenetwork.xyz/api\? --watch 0x84fB5Af5Cf1ee395fa249c67a02E2f15C7111444 src/TransferRestrictor.sol:TransferRestrictor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters