-
Notifications
You must be signed in to change notification settings - Fork 526
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
1 parent
1cf7eed
commit 0412ba5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule predeploy-contracts
updated
18 files
+7 −7 | contracts/dex/DEX.sol | |
+175 −0 | contracts/dex/DEXV2.sol | |
+101 −0 | contracts/dex/IBootstrap.sol | |
+4 −4 | contracts/dex/IDEX.sol | |
+5 −5 | contracts/docs/dex/DEX.md | |
+454 −0 | contracts/docs/dex/DEXV2.md | |
+203 −0 | contracts/docs/dex/IBootstrap.md | |
+5 −5 | contracts/docs/dex/IDEX.md | |
+1 −0 | contracts/utils/AcalaTokens.d.ts | |
+2 −0 | contracts/utils/AcalaTokens.js | |
+1 −0 | contracts/utils/AcalaTokens.sol | |
+1 −1 | contracts/utils/Predeploy.d.ts | |
+2 −2 | contracts/utils/Predeploy.js | |
+1 −1 | contracts/utils/Predeploy.sol | |
+4 −4 | generate/generate.js | |
+4 −0 | resources/acala_tokens.json | |
+8 −3 | resources/bytecodes.json | |
+8 −3 | resources/deployedBytecodes.json |