Skip to content

Commit

Permalink
Archive Batch Precompile (#459)
Browse files Browse the repository at this point in the history
* remove from index

* Rename batch.md to .batch.md
  • Loading branch information
gitofdeepanshu authored Oct 13, 2023
1 parent 7865f84 commit 98fa26e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ The interface includes the following functions:

* **uint64[] gasLimit** - an array of gas limits in the subtransactions, where the index corresponds to the subtransaction of the same index in the to array. Values of 0 are interpreted as unlimited and will have all remaining gas of the batch transaction forwarded. If this array is shorter than the to array, all of the following subtransactions will have all remaining gas forwarded

For more information checkout [batch](https://github.com/AstarNetwork/Astar/blob/master/precompiles/batch/Batch.sol) on [astar](https://github.com/AstarNetwork/Astar)
For more information checkout [batch](https://github.com/AstarNetwork/Astar/blob/master/precompiles/batch/Batch.sol) on [astar](https://github.com/AstarNetwork/Astar)
1 change: 0 additions & 1 deletion docs/build/EVM/precompiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The Frontier EVM used on Astar network provides several useful precompiled contr
| [SubstrateEcdsa](substrate-ecdsa.md) | 0x0000000000000000000000000000000000005003 |
| [XCM](xcm/xcm.md) | 0x0000000000000000000000000000000000005004 |
| [XVM](xvm.md) | 0x0000000000000000000000000000000000005005 |
| [Batch](batch.md) | 0x0000000000000000000000000000000000005006 |
| [assets-erc20](xc20.md) | ASSET_PRECOMPILE_ADDRESS_PREFIX |

The interface descriptions for these precompiles can be found in the `precompiles` folder: [Astar repo](https://github.com/AstarNetwork/Astar/).
Expand Down

0 comments on commit 98fa26e

Please sign in to comment.