Skip to content

Commit

Permalink
Merge pull request #429 from b-harvest/dongsam/add-audit-report
Browse files Browse the repository at this point in the history
Add Security Audit Report on doc
  • Loading branch information
dongsam authored Jun 30, 2021
2 parents 5ffc15d + de3bf3a commit 33a5ca6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ To learn more about the liquidity module, check out the following resources:
- [Liquidity Module Lite Paper (English)](doc/LiquidityModuleLightPaper_EN.pdf)
- [Liquidity Module Lite Paper (Korean)](doc/LiquidityModuleLightPaper_KO.pdf)
- [Liquidity Module Lite Paper (Chinese)](doc/LiquidityModuleLightPaper_ZH.pdf)
- [Liquidity Module Security Audit Report of Least Authority](doc/Least_Authority_Liquidity_Module_Security_Audit_Report.pdf)
- [Proposal and milestone](https://github.com/b-harvest/Liquidity-Module-For-the-Hub)
- [Swagger HTTP API doc](https://app.swaggerhub.com/apis-docs/bharvest/cosmos-sdk_liquidity_module_rest_and_g_rpc_gateway_docs)
- [godoc](https://pkg.go.dev/github.com/tendermint/liquidity)
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion x/liquidity/spec/08_params.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SwapFeeRate | string (sdk.Dec) | "0.003000000000000000"
WithdrawFeeRate | string (sdk.Dec) | "0.000000000000000000"
MaxOrderAmountRatio | string (sdk.Dec) | "0.100000000000000000"
UnitBatchHeight | uint32 | 1
CircuitBreakerEnabled | CircuitBreakerEnabled | false
CircuitBreakerEnabled | bool | false

## PoolTypes

Expand Down

0 comments on commit 33a5ca6

Please sign in to comment.