Skip to content

Commit

Permalink
[SDK] Feature: Adds humanity testnet tx support (#5783)
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
gregfromstl committed Dec 18, 2024
1 parent ecb4571 commit e818f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-pears-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Adds Humanity Testnet as a legacy transaction chain
1 change: 1 addition & 0 deletions packages/thirdweb/src/gas/fee-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
2016, // MainnetZ Mainnet
9768, // MainnetZ Testnet
2442, // Polygon zkEVM Cardona Testnet
1942999413, // Humanity Testnet
];

/**
Expand Down

0 comments on commit e818f0e

Please sign in to comment.