Skip to content

Commit

Permalink
chore: update root README.md and remove old testnet scripts (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <urbanfoundit@gmail.com>
  • Loading branch information
pseudobun authored Oct 8, 2024
1 parent 572d7db commit 9db2b3c
Show file tree
Hide file tree
Showing 9 changed files with 306 additions and 90 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ At the first level, the monorepo is divided into `contracts` , `apps` , `scripts
+ `pyth_mock_sdk`: Custom SDK for the Pyth mock contract, used in tests.
+ `token_sdk`: Custom SDK for the token contract, used in tests.
* [`scripts`](/scripts/): Contains scripts for various network operations:
+ `src`: Containing actual `.rs` scripts that can be run using `cargo run --bin <script>`.
+ `configs`: Different market configurations for various networks.
+ `devnet`: Scripts related to the local development network.
+ `testnet`: Scripts related to the public test network.

Expand All @@ -53,12 +55,11 @@ At the first level, the monorepo is divided into `contracts` , `apps` , `scripts
# Deployments

There is a dedicated [DEPLOYMENTS.md](DEPLOYMENTS.md) for contracts. For the releases of the dapp, see [Releases](https://github.com/Swaylend/swaylend-monorepo/releases).
There is a dedicated [DEPLOYMENTS.md](DEPLOYMENTS.md) for contracts. For the dapp's releases, see [Releases](https://github.com/Swaylend/swaylend-monorepo/releases) and [CHANGELOG.md](apps/frontend/CHANGELOG.md).

# Socials / Contact
* Twitter/X: [@swaylend](https://x.com/swaylend)
* Email: TBA
* Discord: [Swaylend](https://discord.gg/m9VcnNG2)
* Discord: [SwayLend](https://discord.gg/7N796pdHNk)
# Licensing

The primary license for all Swaylend components is the MIT License. See [`LICENSE`](/LICENSE).
The primary license for all Swaylend components is the [MIT License](/LICENSE).
3 changes: 0 additions & 3 deletions apps/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"ts-mocha": "^10.0.0",
"typescript": "5.2.2"
},
"optionalDependencies": {
"generated": "./generated"
},
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.17.0"
Expand Down
312 changes: 301 additions & 11 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

47 changes: 0 additions & 47 deletions scripts/testnet/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/testnet/deploy_market.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/testnet/deploy_mock_oracle.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/testnet/deploy_tokens.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/testnet/mint_tokens.sh

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/testnet/start_frontend.sh

This file was deleted.

0 comments on commit 9db2b3c

Please sign in to comment.