Skip to content

Commit 7d5d615

Browse files
authored
Merge branch 'main' into gi/ecosystem-wallet-docs-update
2 parents fccd26e + 7d8566e commit 7d5d615

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/tricky-pears-check.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+
Adds Humanity Testnet as a legacy transaction chain

apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const metadata = createMetadata({
77
title: "thirdweb RPC Edge",
88
icon: "rpc",
99
},
10-
title: "thridweb RPC Edge",
10+
title: "thirdweb RPC Edge",
1111
description:
1212
"Remote Procedure Call (RPC) Edge provides reliable access to querying data and interacting with the blockchain through global edge RPCs.",
1313
});

packages/thirdweb/src/gas/fee-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
3737
2016, // MainnetZ Mainnet
3838
9768, // MainnetZ Testnet
3939
2442, // Polygon zkEVM Cardona Testnet
40+
1942999413, // Humanity Testnet
4041
];
4142

4243
/**

0 commit comments

Comments
 (0)