Skip to content

Commit 00d6f3a

Browse files
committed
Merge branch 'main' into greg/viem-ox
2 parents 9e0558c + 23d8001 commit 00d6f3a

File tree

155 files changed

+4168
-2059
lines changed

Some content is hidden

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

155 files changed

+4168
-2059
lines changed

.changeset/blue-ears-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Export `toEventSelector` utility function from "thirdweb/utils"

.changeset/breezy-items-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Fix deploy version for published contracts

.changeset/cool-pianos-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Ensure resetting deploy flag on bundler errors

.changeset/happy-carrots-appear.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Add `isValidENSName` utility function for checking if a string is a valid ENS name. It does not check if the name is actually registered, it only checks if the string is in a valid format.
6+
7+
```ts
8+
import { isValidENSName } from "thirdweb/utils";
9+
10+
isValidENSName("thirdweb.eth"); // true
11+
isValidENSName("foo.bar.com"); // true
12+
isValidENSName("foo"); // false
13+
```

.changeset/odd-hats-give.md

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

.changeset/six-snails-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Do not prompt user for signing message for SIWE auth in Connect UI for Ecosystem wallets

0 commit comments

Comments
 (0)