Skip to content

Commit b7a01e4

Browse files
authored
chore: bump version 2.0.1 (#102)
1 parent a52883d commit b7a01e4

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

src/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Scroll
3+
Copyright (c) 2025 Scroll
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/package.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
11
{
22
"name": "@scroll-tech/contracts",
33
"description": "A library for interacting with Scroll contracts.",
4-
"version": "0.0.4",
4+
"version": "2.0.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/scroll-tech/scroll.git"
88
},
99
"files": [
10-
"L1/gateways",
11-
"L1/rollup/IL1MessageQueue.sol",
12-
"L1/rollup/IL2GasPriceOracle.sol",
13-
"L1/rollup/IScrollChain.sol",
14-
"L1/IL1ScrollMessenger.sol",
15-
"L2/gateways",
16-
"L2/predeploys/IL1BlockContainer.sol",
17-
"L2/predeploys/IL1GasPriceOracle.sol",
18-
"L2/IL2ScrollMessenger.sol",
10+
"L1",
11+
"L2",
1912
"interfaces",
20-
"libraries/callbacks",
21-
"libraries/gateway",
22-
"libraries/oracle/IGasOracle.sol",
23-
"libraries/token/IScrollERC20.sol",
24-
"libraries/token/IScrollERC20Extension.sol",
25-
"libraries/token/IScrollERC1155.sol",
26-
"libraries/token/IScrollERC1155Extension.sol",
27-
"libraries/token/IScrollERC721.sol",
28-
"libraries/token/IScrollERC721Extension.sol",
29-
"libraries/token/IScrollStandardERC20.sol",
30-
"libraries/token/IScrollStandardERC20Factory.sol",
31-
"libraries/IScrollMessenger.sol"
13+
"libraries",
14+
"misc",
15+
"mocks"
3216
],
3317
"keywords": [
3418
"solidity",

0 commit comments

Comments
 (0)