diff --git a/package.json b/package.json index 92c6302b44e..7a661a87057 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "utf8": "^3.0.0", "uuid": "^9.0.1", "victory-native": "^36.9.2", - "viem": "^2.8.5", + "viem": "^2.8.18", "vm-browserify": "^1.1.2", "web3": "1.10.4" }, diff --git a/src/viem/prepareTransactions.ts b/src/viem/prepareTransactions.ts index 7c80a611ba0..848dce989b1 100644 --- a/src/viem/prepareTransactions.ts +++ b/src/viem/prepareTransactions.ts @@ -1,5 +1,5 @@ import BigNumber from 'bignumber.js' -import { TransactionRequestCIP42 } from 'node_modules/viem/_types/chains/celo/types' +import { TransactionRequestCIP42 } from 'node_modules/viem/_types/celo/types' import erc20 from 'src/abis/IERC20' import stableToken from 'src/abis/StableToken' import { STATIC_GAS_PADDING } from 'src/config' diff --git a/yarn.lock b/yarn.lock index 59d9eb0e0b3..5e5303992b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18813,10 +18813,10 @@ victory@^36.9.2: victory-voronoi-container "^36.9.2" victory-zoom-container "^36.9.2" -viem@^2.8.5: - version "2.8.5" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.8.5.tgz#c0120e7f228fbb5be760c625bb2637c7cfa1b8df" - integrity sha512-EAmZ/jP7Ycmu72zRrB+N/fINEXMVBaLLsUaHwu5LoIjAzmE/f/33RV9AlhUA6RNZ5kujomylSytIyDakzQYXCQ== +viem@^2.8.18: + version "2.9.3" + resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.3.tgz#7de5253b9a9907b4db0f3a4444677b2cdf743589" + integrity sha512-HVw0JLFCAerIt2pavToQdFS73a42L1Lhenh7YN8tIOtOdr/N7FhOqbzs3+PuEBJiRy/MJVrz9aWb5smulaTcWQ== dependencies: "@adraffy/ens-normalize" "1.10.0" "@noble/curves" "1.2.0"