Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Jan 22, 2025

PR-Codex overview

This PR adds a new network entry for the Lumia Mainnet in the fee-data.ts file, enhancing the gas fee data for this specific blockchain environment.

Detailed summary

  • Added Lumia Mainnet entry to the list of networks in fee-data.ts.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Jan 22, 2025
@gregfromstl gregfromstl requested review from a team as code owners January 22, 2025 20:48
@linear
Copy link

linear bot commented Jan 22, 2025

Copy link
Contributor Author

gregfromstl commented Jan 22, 2025

Merge activity

  • Jan 22, 3:48 PM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Jan 22, 5:30 PM EST: A user added this pull request to the Graphite merge queue.
  • Jan 22, 5:47 PM EST: A user merged this pull request with the Graphite merge queue.

@changeset-bot
Copy link

changeset-bot bot commented Jan 22, 2025

⚠️ No Changeset found

Latest commit: 1d8695e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 10:47pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 10:47pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 10:47pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 10:47pm

@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 22, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the Playground Changes involving the Playground codebase. label Jan 22, 2025
},
prefillBuy: {
chain: base,
chain: defineChain(466),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The defineChain() call appears to be missing critical EIP-1559 configuration. To explicitly opt out of EIP-1559 for chain 466, please update the chain definition to:

defineChain({ 
  id: 466, 
  eip1559: false 
})

This ensures the transaction will use legacy gas pricing instead of the EIP-1559 fee market.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 22, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.71 KB (+0.07% 🔺) 935 ms (+0.07% 🔺) 2.6 s (+22.36% 🔺) 3.5 s
thirdweb (cjs) 116.78 KB (-0.09% 🔽) 2.4 s (-0.09% 🔽) 5.4 s (+7.53% 🔺) 7.8 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 511 ms (+91.6% 🔺) 622 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 124 ms (-8.14% 🔽) 134 ms
thirdweb/react (minimal + tree-shaking) 19.22 KB (0%) 385 ms (0%) 451 ms (-37.38% 🔽) 836 ms

@codecov
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.89%. Comparing base (858dc53) to head (1d8695e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6032   +/-   ##
=======================================
  Coverage   54.89%   54.89%           
=======================================
  Files        1151     1151           
  Lines       61209    61210    +1     
  Branches     5159     5167    +8     
=======================================
+ Hits        33598    33600    +2     
+ Misses      26883    26882    -1     
  Partials      728      728           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 858dc53
packages 52.56% <100.00%> (+<0.01%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

Files with missing lines Coverage Δ
packages/thirdweb/src/gas/fee-data.ts 72.78% <100.00%> (+0.18%) ⬆️

... and 1 file with indirect coverage changes

gregfromstl added a commit that referenced this pull request Jan 22, 2025
<!-- start pr-codex -->

## PR-Codex overview
This PR adds a new entry for the `Lumia Mainnet` to the fee data list in the `fee-data.ts` file.

### Detailed summary
- Added `Lumia Mainnet` entry to the fee data list in `packages/thirdweb/src/gas/fee-data.ts`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@gregfromstl gregfromstl force-pushed the greg/tool-3198-disabled-eip-1559-on-lumia-mainnet branch from 85b0441 to 02a8dbf Compare January 22, 2025 22:31
<!-- start pr-codex -->

## PR-Codex overview
This PR adds support for the `Lumia Mainnet` in the fee data configuration.

### Detailed summary
- Added a new entry for `Lumia Mainnet` in the fee data array.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue Adds the pull request to Graphite's merge queue. packages Playground Changes involving the Playground codebase. SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants