Skip to content

Commit

Permalink
Merge pull request #69 from stabilitydao/deploy
Browse files Browse the repository at this point in the history
23.12.0-alpha polygon deployment, doc fixes
  • Loading branch information
JodsMigel authored Dec 2, 2023
2 parents ea680dc + ace3505 commit 7f3e2ff
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 305 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POLYGON_RPC_URL=
ETHERSCAN_API_KEY=
PRIVATE_KEY=
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Stability Platform contracts

> Asset management, liquidity mining and yield farming platform.
Expand All @@ -7,8 +6,6 @@
>
> -- [Stability Book](https://book.stabilitydao.org)
**Contracts are currently being developed. Alpha version is not deployed yet.**

## Contributing

Contributions can be made in the form of developing strategies, developing the core, creating issues with feature proposals and reporting bugs in contracts. You can also help solve issues with advice or words of encouragement.
Expand All @@ -34,3 +31,9 @@ Contributions can be made in the form of developing strategies, developing the c

* Stability Platform uses [CalVer](https://calver.org/) scheme **YY.MM.MINOR-TAG**
* Core contracts and strategies use [SemVer](https://semver.org/) scheme **MAJOR.MINOR.PATCH**

## Deployments

### Polygon [137]

* **Platform** `0xb2a0737ef27b5Cc474D24c779af612159b1c3e60` [polygonscan](https://polygonscan.com/address/0xb2a0737ef27b5Cc474D24c779af612159b1c3e60)
290 changes: 0 additions & 290 deletions audits/InitialAuditReport.md

This file was deleted.

9 changes: 0 additions & 9 deletions audits/README.md

This file was deleted.

9 changes: 6 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ fs_permissions = [{ access = "read-write", path = "./"}]
title = "Stability Platform Contracts"
ignore = ["./src/test/**/*.sol"]

[rpc_endpoints]
polygon = "${POLYGON_RPC_URL}"

[fmt]
int_types = "short"
ignore = ["./src/integrations/**/*.sol"]
multiline_func_header = "params_first"

[rpc_endpoints]
polygon = "${POLYGON_RPC_URL}"

[etherscan]
polygon = { key = "${ETHERSCAN_API_KEY}", chain = 137 }

0 comments on commit 7f3e2ff

Please sign in to comment.