Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 0 additions & 62 deletions .github/workflows/create-PR-deploy-to-release.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/create-PR-implement-to-feature.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/create-PR-release-to-feature.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/create-PR-release-to-network.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/create-release-tag.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- mainnet
- testnet
- 'feature/*'
- 'features/*'
pull_request:
branches:
- mainnet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# contract-libs

The collections of smart contracts that power the Axie Land Delegation.
A collection of reusable Solidity libraries that can be used across multiple blockchain projects.

## Development

Expand Down
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ runs = 256
forge-std = { version = "1.8.2" }
chainlink = { version = "2.21.0", url = "https://github.com/smartcontractkit/chainlink/archive/refs/tags/v2.21.0.zip" }
openzeppelin = { version = "4.9.6", url = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.6.zip" }
pyth = { version = "2.2.0", url = "https://github.com/pyth-network/pyth-sdk-solidity/archive/refs/tags/v2.2.0.zip" }

[soldeer]
# whether soldeer manages remappings
Expand Down
7 changes: 0 additions & 7 deletions soldeer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ version = "4.9.6"
url = "https://github.com/OpenZeppelin/openzeppelin-contracts/archive/refs/tags/v4.9.6.zip"
checksum = "7af0307b0ad8560aa09405da10bd705fd189b544597695b2c3046b15ce637e47"
integrity = "559f038c60d5352d61332f7b4e81d4e021b3d4b6688fd384d12a23aaf2649395"

[[dependencies]]
name = "pyth"
version = "2.2.0"
url = "https://github.com/pyth-network/pyth-sdk-solidity/archive/refs/tags/v2.2.0.zip"
checksum = "71431ac3fe4e61ce2b8abd649d3e741277ca4dba287c2a4291d040190b8fb8da"
integrity = "845f9e662935eb347e9189da9b156f0062bcab1d372c7397777dbda609776a5c"
Loading