Skip to content

Commit 71cbd53

Browse files
committed
Merge branch 'main' of github.com:thirdweb-dev/js into mariano/cli-auth-flow
2 parents ccb59ad + 184c325 commit 71cbd53

Some content is hidden

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

42 files changed

+2539
-2053
lines changed

.changeset/eleven-jars-develop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
update xpla chain icons

.changeset/hip-walls-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/storage": patch
3+
---
4+
5+
moved res.json() to avoid getting JSON error in console

.changeset/nice-lions-move.md

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

.changeset/sixty-garlics-dance.md

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

packages/auth/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @thirdweb-dev/auth
22

3+
## 3.2.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @thirdweb-dev/wallets@1.1.17
9+
10+
## 3.2.33
11+
12+
### Patch Changes
13+
14+
- Updated dependencies []:
15+
- @thirdweb-dev/wallets@1.1.16
16+
317
## 3.2.32
418

519
### Patch Changes

packages/auth/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/auth",
3-
"version": "3.2.32",
3+
"version": "3.2.34",
44
"main": "dist/thirdweb-dev-auth.cjs.js",
55
"module": "dist/thirdweb-dev-auth.esm.js",
66
"browser": {

packages/chains/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- [#1506](https://github.com/thirdweb-dev/js/pull/1506) [`f97ddf4c`](https://github.com/thirdweb-dev/js/commit/f97ddf4c7f14854f3b204ad9741b52ddb8dac736) Thanks [@jnsdls](https://github.com/jnsdls)! - add xpla chains & update chains
8+
39
## 0.1.44
410

511
### Patch Changes

packages/chains/chains/10243.ts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"name": "Arthera Testnet",
4+
"chain": "AA",
5+
"icon": {
6+
"url": "ipfs://QmYQp3e52KjkT4bYdAvB6ACEEpXs2D8DozsDitaADRY2Ak",
7+
"width": 1024,
8+
"height": 998,
9+
"format": "png"
10+
},
11+
"rpc": [
12+
"https://arthera-testnet.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
13+
"https://rpc-test.arthera.net"
14+
],
15+
"faucets": [
16+
"https://faucet.arthera.net"
17+
],
18+
"nativeCurrency": {
19+
"name": "Arthera",
20+
"symbol": "AA",
21+
"decimals": 18
22+
},
23+
"infoURL": "https://docs.arthera.net",
24+
"shortName": "aa",
25+
"chainId": 10243,
26+
"networkId": 10243,
27+
"explorers": [
28+
{
29+
"name": "blockscout",
30+
"url": "https://explorer-test.arthera.net",
31+
"icon": {
32+
"url": "ipfs://QmYtUimyqHkkFxYdbXXRbUqNg2VLPUg6Uu2C2nmFWowiZM",
33+
"width": 551,
34+
"height": 540,
35+
"format": "png"
36+
},
37+
"standard": "EIP3091"
38+
}
39+
],
40+
"testnet": true,
41+
"slug": "arthera-testnet"
42+
} as const satisfies Chain;

packages/chains/chains/14853.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default {
1010
"https://t.me/HumanodeTestnet5FaucetBot"
1111
],
1212
"nativeCurrency": {
13-
"name": "HMND",
14-
"symbol": "HMND",
13+
"name": "eHMND",
14+
"symbol": "eHMND",
1515
"decimals": 18
1616
},
1717
"infoURL": "https://humanode.io",

packages/chains/chains/2031.ts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"name": "Centrifuge",
4+
"chain": "CFG",
5+
"rpc": [
6+
"wss://fullnode.parachain.centrifuge.io"
7+
],
8+
"features": [
9+
{
10+
"name": "EIP155"
11+
},
12+
{
13+
"name": "EIP1559"
14+
}
15+
],
16+
"faucets": [],
17+
"nativeCurrency": {
18+
"name": "Centrifuge",
19+
"symbol": "CFG",
20+
"decimals": 18
21+
},
22+
"infoURL": "https://centrifuge.io",
23+
"shortName": "cfg",
24+
"chainId": 2031,
25+
"networkId": 2031,
26+
"explorers": [
27+
{
28+
"name": "subscan",
29+
"url": "https://centrifuge.subscan.io",
30+
"standard": "EIP3091"
31+
}
32+
],
33+
"testnet": false,
34+
"slug": "centrifuge"
35+
} as const satisfies Chain;

0 commit comments

Comments
 (0)