Skip to content

Commit

Permalink
Reconfigure sei
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 20, 2024
1 parent fcf1a6a commit 648e7d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pg-format": "^1.0.4",
"pino": "^8.15.1",
"table": "^6.8.1",
"viem": "^2.19.4",
"viem": "^2.19.8",
"yaml": "^2.3.2",
"yargs": "^17.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
transaction: {
...defaultTransactionConfig,
type: 'legacy',
maxNativePerTransactionWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
maxNativePerTransactionWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
maxGasPricePerTransactionWei: null,
},
harvest: {
Expand All @@ -792,8 +792,8 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
},
unwrap: {
...defaultUnwrapConfig,
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.01),
minAmountOfWNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
maxAmountOfNativeWei: bigintMultiplyFloat(ONE_ETHER, 0.02),
setTransactionGasLimit: false,
},
revenueBridgeHarvest: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4698,10 +4698,10 @@ validate-npm-package-name@^5.0.0:
dependencies:
builtins "^5.0.0"

viem@^2.19.4:
version "2.19.4"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.19.4.tgz#129a6dfbaf81bfc5664fde62c6a77cdbdebeeff9"
integrity sha512-JdhK3ui3uPD2tnpqGNkJaDQV4zTfOeKXcF+VrU8RG88Dn2e0lFjv6l7m0YNmYLsHm+n5vFFfCLcUrTk6xcYv5w==
viem@^2.19.8:
version "2.19.8"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.19.8.tgz#25de37d7ba3e8c0a549450b5f8268c374a098917"
integrity sha512-2SkT6kHgp1MZnPl+fJ8kT2Eozv2tOuri30DI5dSnOecJpvachZY5PdgCdvXw7AUZCwNUkLX9ZEpKqyhqjQoUPg==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.4.0"
Expand Down

0 comments on commit 648e7d6

Please sign in to comment.