mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-15 00:48:01 -05:00
Co-authored-by: Péter Garamvölgyi <peter@scroll.io> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@scroll-tech/contracts",
|
|
"description": "A library for interacting with Scroll contracts.",
|
|
"version": "0.0.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/scroll-tech/scroll.git"
|
|
},
|
|
"files": [
|
|
"L1/gateways",
|
|
"L1/rollup/IL1MessageQueue.sol",
|
|
"L1/rollup/IL2GasPriceOracle.sol",
|
|
"L1/rollup/IScrollChain.sol",
|
|
"L1/IL1ScrollMessenger.sol",
|
|
"L2/gateways",
|
|
"L2/predeploys/IL1BlockContainer.sol",
|
|
"L2/predeploys/IL1GasPriceOracle.sol",
|
|
"L2/IL2ScrollMessenger.sol",
|
|
"interfaces",
|
|
"libraries/callbacks",
|
|
"libraries/gateway",
|
|
"libraries/oracle/IGasOracle.sol",
|
|
"libraries/token/IScrollERC1155.sol",
|
|
"libraries/token/IScrollERC721.sol",
|
|
"libraries/token/IScrollStandardERC20.sol",
|
|
"libraries/token/IScrollStandardERC20Factory.sol",
|
|
"libraries/IScrollMessenger.sol"
|
|
],
|
|
"keywords": [
|
|
"solidity",
|
|
"ethereum",
|
|
"smart",
|
|
"contracts",
|
|
"layer2",
|
|
"l2",
|
|
"scroll",
|
|
"zkevm",
|
|
"zkp",
|
|
"bridge",
|
|
"erc20",
|
|
"erc712",
|
|
"erc1155"
|
|
],
|
|
"author": "Scroll",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/scroll-tech/scroll-contracts/issues"
|
|
},
|
|
"homepage": "https://scroll.io/"
|
|
}
|