-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend DEX precompile for bootstrap (#2805)
* extend DEX precompile for bootstrap * format * update predeploy-contracts
- Loading branch information
1 parent
1c6302f
commit 00ffcae
Showing
4 changed files
with
845 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.