Skip to content

Commit e818f0e

Browse files
committed
[SDK] Feature: Adds humanity testnet tx support (#5783)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on adding support for the `Humanity Testnet` as a legacy transaction chain within the `thirdweb` package. ### Detailed summary - Added `Humanity Testnet` with the value `1942999413` to the list of transaction chains in the `packages/thirdweb/src/gas/fee-data.ts` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ecb4571 commit e818f0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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

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)