Skip to content

Commit 4ded494

Browse files
Version Packages
1 parent 3074e7c commit 4ded494

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

.changeset/blue-geese-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/thirdweb/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# thirdweb
22

3+
## 5.93.15
4+
5+
### Patch Changes
6+
7+
- [#6655](https://github.com/thirdweb-dev/js/pull/6655) [`59be4ea`](https://github.com/thirdweb-dev/js/commit/59be4ea2fbf29019fedfd91b7841e47684859b5c) Thanks [@kumaryash90](https://github.com/kumaryash90)! - Single phase functionality for erc1155
8+
39
## 5.93.14
410

511
### Patch Changes
@@ -148,7 +154,7 @@
148154
});
149155

150156
console.log(
151-
`To get ${buyQuote.destinationAmount} wei on destination chain, you need to pay ${buyQuote.originAmount} wei`
157+
`To get ${buyQuote.destinationAmount} wei on destination chain, you need to pay ${buyQuote.originAmount} wei`,
152158
);
153159

154160
// When ready to execute, prepare the transaction
@@ -183,7 +189,7 @@
183189
});
184190

185191
console.log(
186-
`If you send ${sellQuote.originAmount} wei, you'll receive approximately ${sellQuote.destinationAmount} wei`
192+
`If you send ${sellQuote.originAmount} wei, you'll receive approximately ${sellQuote.destinationAmount} wei`,
187193
);
188194

189195
// When ready to execute, prepare the transaction
@@ -3105,7 +3111,7 @@
31053111

31063112
const example1 = parseAbiParams(
31073113
["address", "uint256"],
3108-
["0x.....", "1200000"]
3114+
["0x.....", "1200000"],
31093115
); // result: ["0x......", 1200000n]
31103116
```
31113117

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thirdweb",
3-
"version": "5.93.14",
3+
"version": "5.93.15",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

packages/wagmi-adapter/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @thirdweb-dev/wagmi-adapter
22

3+
## 0.2.50
4+
35
## 0.2.49
46

57
## 0.2.48

packages/wagmi-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/wagmi-adapter",
3-
"version": "0.2.49",
3+
"version": "0.2.50",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"

0 commit comments

Comments
 (0)