Skip to content

Commit a61a25b

Browse files
authored
feat: Update README (#13)
1 parent 6988904 commit a61a25b

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

README.md

+1-38
Original file line numberDiff line numberDiff line change
@@ -72,46 +72,9 @@ Specific tests can be run using `forge test` conventions, specified in more deta
7272
|---|---|
7373
| `make scenario` | Run the scenarios found in `./scenarios/data/csv/` |
7474

75-
### Contract Verification Script
76-
77-
```shell
78-
$ ./verify.sh -i "NETWORK_NAME" -k "ETHERSCAN_API_KEY" -a "CONTRACT_ADDRESS" -c "RELATIVE_PATH_TO_CONTRACT_FILE:CONTRACT_NAME" -s "CONSTRUCTOR_SIGNATURE" -g "CONSTRUCTOR_ARGUMENTS_SPACE_DELIMITED"
79-
```
80-
81-
```shell
82-
$ ./verify.sh -i "goerli" -k "ETHERSCAN_API_KEY_HERE" -a "0xA756055900D13d62350a882334e5BD196987adcb" -c "./modules/open-term-loan-manager/contracts/MapleLoanManagerFactory.sol:MapleLoanManagerFactory" -s "constructor(address)" -g "0x421c8914B602C4a6A6aec7b4c5F90B9FF5Ef90c6"
83-
Profile: production
84-
Compiler: v0.8.7+commit.e28d00a7
85-
Address: 0xA756055900D13d62350a882334e5BD196987adcb
86-
Path To Contract: ./modules/open-term-loan-manager/contracts/MapleLoanManagerFactory.sol:MapleLoanManagerFactory
87-
Optimzations: 200
88-
Chain: goerli
89-
constructorSignature: constructor(address)
90-
constructorArguments: 0x421c8914B602C4a6A6aec7b4c5F90B9FF5Ef90c6
91-
Start verifying contract `0xa756055900d13d62350a882334e5bd196987adcb` deployed on goerli
92-
93-
Submitting verification for [modules/open-term-loan-manager/contracts/MapleLoanManagerFactory.sol:MapleLoanManagerFactory] "0xA756055900D13d62350a882334e5BD196987adcb".
94-
Submitted contract for verification:
95-
Response: `OK`
96-
GUID: `mkes8fusv3yzajjwd11nzrifefwwh4pam1br739rlfxn7y4igt`
97-
URL:
98-
https://goerli.etherscan.io/address/0xa756055900d13d62350a882334e5bd196987adcb
99-
Contract verification status:
100-
Response: `NOTOK`
101-
Details: `Pending in queue`
102-
Contract verification status:
103-
Response: `OK`
104-
Details: `Pass - Verified`
105-
Contract successfully verified
106-
```
107-
10875
## Audit Reports
10976

110-
| Auditor | Report Link |
111-
|---|---|
112-
| Trail of Bits | [`2022-08-24 - Trail of Bits Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10246688/Maple.Finance.v2.-.Final.Report.-.Fixed.-.2022.pdf) |
113-
| Spearbit | [`2022-10-17 - Spearbit Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10223545/Maple.Finance.v2.-.Spearbit.pdf) |
114-
| Three Sigma | [`2022-10-24 - Three Sigma Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10223541/three-sigma_maple-finance_code-audit_v1.1.1.pdf) |
77+
All audit reports can be found at [https://github.com/maple-labs/maple-core-v2/tree/main/audits](https://github.com/maple-labs/maple-core-v2/tree/main/audits)
11578

11679
## Bug Bounty
11780

0 commit comments

Comments
 (0)