Skip to content

Commit 493bdc9

Browse files
authored
Merge pull request #1763 from xwxtwd/feat/nft-generation-support-evm-chain
feat: plugin-nft-generation support evm chain
2 parents b35f932 + 172b374 commit 493bdc9

16 files changed

+1214
-209
lines changed

packages/plugin-nft-generation/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@
2626
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
2727
"@metaplex-foundation/umi": "^0.9.2",
2828
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
29+
"@openzeppelin/contracts": "^5.1.0",
2930
"@solana-developers/helpers": "^2.5.6",
3031
"@solana/web3.js": "1.95.5",
32+
"axios": "^1.7.9",
3133
"bs58": "6.0.0",
3234
"express": "4.21.1",
3335
"node-cache": "5.1.2",
34-
"tsup": "8.3.5"
36+
"solc": "^0.8.28",
37+
"tsup": "8.3.5",
38+
"viem": "^2.21.60"
3539
},
3640
"scripts": {
3741
"build": "tsup --format esm --dts",

0 commit comments

Comments
 (0)