Skip to content

Commit 5da7bbb

Browse files
committed
Merge branch 'main' of https://github.com/thirdweb-dev/js into winston/tool-2697-add-js-autoconnect
2 parents 7775a59 + 0682f26 commit 5da7bbb

File tree

275 files changed

+8924
-6634
lines changed

Some content is hidden

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

275 files changed

+8924
-6634
lines changed

.changeset/afraid-mails-sip.md

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

.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/cyan-shrimps-battle.md

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

.changeset/fair-planes-doubt.md

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

.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/little-beds-dress.md

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

.changeset/metal-mails-ring.md

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

.changeset/pink-gorillas-try.md

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

0 commit comments

Comments
 (0)