Releases: thirdweb-dev/js
@thirdweb-dev/react-native-adapter@1.4.4
thirdweb@5.60.0
Minor Changes
-
#4579
90b5495
Thanks @kien-ngo! - Add Pack extensionsDeploy Pack
import { deployPackContract } from "thirdweb/extensions/deploy"; const packAddress = await deployPackContract({ account, client, chain, params: { name: "Pack contract name", symbol: "PACK1155", }, });
Create a Pack
import { createPack } from "thirdweb/extensions/pack"; const transaction = createPack({ contract: packContract, client, recipient: "0x...", tokenOwner: "0x...", packMetadata: { name: "Pack #1", image: "image-of-pack-1", }, openStartTimestamp: new Date(), erc20Rewards: [ { contractAddress: "0x...", quantityPerReward: 1, totalRewards: 1, }, ], erc721Rewards: [ { contractAddress: "0x...", tokenId: 0n, }, ], erc1155Rewards: [ { contractAddress: "0x...", tokenId: 0n, quantityPerReward: 1, totalRewards: 1, }, ], });
Patch Changes
-
#4820
80729e9
Thanks @MananTank! - Added "use client" directives on various client side hooks -
#4871
5d0505c
Thanks @edwardysun! - Add purchaseData to direct transfer pay transactions
thirdweb@5.59.2
Patch Changes
-
#4839
fc56142
Thanks @joaquim-verges! - Fix createAndSignUserOp with multiple transactions -
#4838
842baa0
Thanks @gregfromstl! - Ensure optional chains are passed to wallet connect request
thirdweb@5.59.1
Patch Changes
-
#4832
bbe75b0
Thanks @gregfromstl! - Fixes WC connections with wallets that have limited chain support -
#4815
d0616c4
Thanks @kumaryash90! - Add cronos zkevm to isZkSyncChain check -
#4823
21b032d
Thanks @edwardysun! - Remove unnecessary text in UI
thirdweb@5.59.0
Minor Changes
-
#4783
944d56f
Thanks @joaquim-verges! - Enable ecosystem wallets in React Native -
#4755
e02d87b
Thanks @joaquim-verges! - Refactor linkProfile and getProfile API
Patch Changes
-
#4568
3f83a37
Thanks @kumaryash90! - Handle new zksolc metadata format -
#4809
500970e
Thanks @gregfromstl! - Fixes account logout state -
#4789
e384001
Thanks @MananTank! - Fix whitespaces in UI components -
#4793
c0d81dc
Thanks @jnsdls! - add optional Headers param tofetchChain
@thirdweb-dev/service-utils@0.4.40
Patch Changes
- #4789
e384001
Thanks @MananTank! - Fix whitespaces in UI components
@thirdweb-dev/react-native-adapter@1.4.3
Patch Changes
- #4789
e384001
Thanks @MananTank! - Fix whitespaces in UI components
thirdweb@5.58.5
thirdweb@5.58.4
Patch Changes
-
#4752
e9ae980
Thanks @joaquim-verges! - [ReactNative] Respect icon theme color in connect button and detail modal -
#4738
a4dac95
Thanks @kien-ngo! - Fix jsdoc for getClaimParams -
#4753
1133ccc
Thanks @joaquim-verges! - Fix abi resolution fallback -
#4756
33936b3
Thanks @joaquim-verges! - Handle biging serialization for ecosystem wallets -
#4687
fc2ecdf
Thanks @gregfromstl! - React: Hides guest accounts from linked profiles screen
@thirdweb-dev/service-utils@0.4.39
Patch Changes
- #4760
57a0e27
Thanks @arcoraven! - fix: Return 402 status if payment required