From 4ff1cf79794af0c2e52f4beacbcf0d5d69266365 Mon Sep 17 00:00:00 2001 From: nischitpra <20742197+nischitpra@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:41:17 +0000 Subject: [PATCH] fix polygon amoy gasstation url (#8007) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR-Codex overview This PR focuses on a patch for the `thirdweb` library that addresses a fix for the Polygon amoy gas station URL. ### Detailed summary - Introduced a patch for the `thirdweb` library. - Fixed the URL for the Polygon amoy gas station. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Bug Fixes** * Corrected the Polygon Amoy gas station endpoint, improving fee estimation and transaction reliability on that network. * **Chores** * Prepared a patch release entry reflecting this fix. --- .changeset/huge-bees-tan.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/huge-bees-tan.md diff --git a/.changeset/huge-bees-tan.md b/.changeset/huge-bees-tan.md new file mode 100644 index 00000000000..2cbcfc0893c --- /dev/null +++ b/.changeset/huge-bees-tan.md @@ -0,0 +1,6 @@ +--- +"thirdweb": patch +--- + +Polygon amoy gasstation url fix +https://github.com/thirdweb-dev/js/pull/8004