From e818f0ec871298e9c6bb5c24f4b9c9002dd2d939 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Wed, 18 Dec 2024 00:01:35 +0000 Subject: [PATCH] [SDK] Feature: Adds humanity testnet tx support (#5783) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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}` --- .changeset/tricky-pears-check.md | 5 +++++ packages/thirdweb/src/gas/fee-data.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/tricky-pears-check.md diff --git a/.changeset/tricky-pears-check.md b/.changeset/tricky-pears-check.md new file mode 100644 index 00000000000..7cde4a548b6 --- /dev/null +++ b/.changeset/tricky-pears-check.md @@ -0,0 +1,5 @@ +--- +"thirdweb": patch +--- + +Adds Humanity Testnet as a legacy transaction chain diff --git a/packages/thirdweb/src/gas/fee-data.ts b/packages/thirdweb/src/gas/fee-data.ts index e27b2c1f326..f9b90c8b962 100644 --- a/packages/thirdweb/src/gas/fee-data.ts +++ b/packages/thirdweb/src/gas/fee-data.ts @@ -37,6 +37,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [ 2016, // MainnetZ Mainnet 9768, // MainnetZ Testnet 2442, // Polygon zkEVM Cardona Testnet + 1942999413, // Humanity Testnet ]; /**