This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule limit-order-protocol
updated
16 files
+17 −5 | README.md | |
+40 −0 | contracts/helpers/SeriesNonceManager.sol | |
+24 −0 | deploy/deploy-series-nonce-manager.js | |
+206 −0 | deployments/arbitrum/SeriesNonceManager.json | |
+206 −0 | deployments/avax/SeriesNonceManager.json | |
+205 −0 | deployments/bsc/SeriesNonceManager.json | |
+1 −0 | deployments/kovan/.chainId | |
+1,864 −0 | deployments/kovan/LimitOrderProtocol.json | |
+206 −0 | deployments/mainnet/SeriesNonceManager.json | |
+222 −0 | deployments/matic/SeriesNonceManager.json | |
+206 −0 | deployments/optimistic/SeriesNonceManager.json | |
+206 −0 | deployments/xdai/SeriesNonceManager.json | |
+10 −1 | hardhat.config.js | |
+16 −16 | package.json | |
+61 −0 | test/SeriesNonceManager.js | |
+248 −200 | yarn.lock |