https://github.com/goodrequest/spongly-contracts
🪸 Smart contracts for spongly protocol
https://github.com/goodrequest/spongly-contracts
Last synced: 5 months ago
JSON representation
🪸 Smart contracts for spongly protocol
- Host: GitHub
- URL: https://github.com/goodrequest/spongly-contracts
- Owner: GoodRequest
- License: mit
- Created: 2023-04-26T07:50:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T12:39:07.000Z (over 1 year ago)
- Last Synced: 2025-07-06T10:42:14.916Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 519 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spongly-contract
🪸 Smart contracts for Spongly protocol
## Installation
```bash
yarn install
```
## Scripts
```bash
test
yarn hardhat test --optimizer
yarn hardhat test test/contracts/CopyableParlayAMM.ts --optimizer
yarn hardhat test test/contracts/CopyableSportsAMM.ts --optimizer
yarn hardhat coverage
deploy on OP Mainnet
yarn hardhat run --network optimisticEthereum scripts/deployCopyableParlayAMM/deploy_upgradable_copyableParlayAMM.ts
yarn hardhat run --network optimisticEthereum scripts/deployCopyableSportsAMM/deploy_upgradeable_copyableSportsAMM.ts
generate aggregations for OP Mainnet
yarn op:generate-stats
```
## Contracts
- All addresses of deployed contracts can be found in `scripts/utils/deployments.json`
## Useful Links
- List of all Overtime's Smart contract https://contracts.thalesmarket.io