Skip to content

Commit b946ad7

Browse files
author
azeth-sync[bot]
committed
v0.2.8: sync from monorepo 2026-03-08
1 parent 49a7054 commit b946ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azeth/common",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"type": "module",
55
"description": "Shared types, constants, ABIs, and errors for the Azeth trust infrastructure",
66
"license": "MIT",

src/constants/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const SUPPORTED_CHAINS = {
3939
ethereumSepolia: {
4040
id: 11155111,
4141
name: 'Ethereum Sepolia',
42-
rpcDefault: 'https://11155111.rpc.thirdweb.com',
42+
rpcDefault: 'https://ethereum-sepolia-rpc.publicnode.com',
4343
bundlerBaseUrl: 'https://api.pimlico.io/v2/11155111/rpc',
4444
},
4545
ethereum: {

0 commit comments

Comments
 (0)