Skip to content

Commit

Permalink
fix: Gas fees estimate is too high
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Dec 18, 2024
1 parent 7a739cd commit 18e98aa
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 1,868 deletions.
23 changes: 11 additions & 12 deletions packages/linea-ens-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@
"@metamask/post-message-stream": "^6.1.2",
"@metamask/providers": "^14.0.2",
"@noble/hashes": "^1.3.2",
"@rainbow-me/rainbowkit": "2.0.1",
"@rainbow-me/rainbowkit": "^2.2.1",
"@sentry/nextjs": "^7.43.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/query-persist-client-core": "5.22.2",
"@tanstack/query-sync-storage-persister": "5.22.2",
"@tanstack/react-query": "5.22.2",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-persist-client": "5.22.2",
"@wagmi/core": "^2.6.5",
"@walletconnect/ethereum-provider": "^2.11.1",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/ethereum-provider": "^2.17.3",
"@walletconnect/modal": "^2.7.0",
"calendar-link": "^2.2.0",
"dns-packet": "^5.4.0",
"glob": "^8.0.3",
Expand Down Expand Up @@ -94,8 +93,8 @@
"styled-components": "^5.3.5",
"ts-pattern": "^4.2.2",
"use-immer": "^0.7.0",
"viem": "^2.7.13",
"wagmi": "2.5.7"
"viem": "2.21.55",
"wagmi": "^2.14.3"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -200,13 +199,13 @@
"wrtc": "https://registry.npmjs.org/@koush/wrtc/-/wrtc-0.5.2.tgz",
"bn.js": "npm:bn.js@^5.2.0",
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@walletconnect/ethereum-provider": "2.11.1",
"@walletconnect/modal": "2.6.2"
"@walletconnect/ethereum-provider": "2.17.3",
"@walletconnect/modal": "2.6.2",
"viem": "2.21.55"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@wagmi/[email protected]": "patches/@[email protected]"
"[email protected]": "patches/[email protected]"
}
}
}
}
Loading

0 comments on commit 18e98aa

Please sign in to comment.