Skip to content

Commit 12f7522

Browse files
committed
chore: update contracts to v0.6.23
1 parent a78af87 commit 12f7522

55 files changed

Lines changed: 34586 additions & 214 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@roninbuilders/contracts",
3-
"version": "0.6.22",
3+
"version": "0.6.23",
44
"description": "Verified smart contract ABIs and addresses for the Ronin Network blockchain. TypeScript-ready with optimized bundle size.",
55
"type": "module",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
8-
"files": ["dist"],
8+
"files": [
9+
"dist"
10+
],
911
"scripts": {
1012
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsup",
1113
"generate-contracts": "bun src/generate-contracts.ts",

0 commit comments

Comments
 (0)