Skip to content

Commit

Permalink
新增plugin合约,用来完成同时mint操作
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Oct 31, 2023
1 parent 88cf3ef commit 5f8842a
Show file tree
Hide file tree
Showing 12 changed files with 4,739 additions and 3,352 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ packages/contracts/types/*
# out for loot and user
!packages/contracts/out/Loot.sol/
!packages/contracts/out/User.sol/
!packages/contracts/out/Plugin.sol/
!packages/contracts/out/IWorld.sol/
3 changes: 2 additions & 1 deletion packages/contracts/mud.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ export default mudConfig({
dataStruct: false,
schema: {
userContract: "address",
lootContract: "address"
lootContract: "address",
pluginContract: "address",
}
}
}
Expand Down
Loading

0 comments on commit 5f8842a

Please sign in to comment.