everdred
everdred
## Problem In, #4559 we noticed that truffle was displaying incorrect transaction fees when using Arbitrum. This has to do with [complexity](https://developer.offchainlabs.com/docs/differences_overview#transaction-receipts) that exists for their L2 that makes `transaction.gasPrice`...
## Issue The `node`, `npm`, and `nvm` commands have a `--version` flag, but the truffle equivalent is `truffle version`. If the user runs `truffle --version`, the output is unexpected. ##...
## Issue In my truffle.config, I should be able to use an [ethers provider](https://docs.ethers.io/v5/api/providers/) and [signer](https://docs.ethers.io/v5/api/signer/) when I initialize a network. ## Steps to Reproduce 1. Try returning an ethers...
- [x] I've [opened a support ticket](https://trufflesuite.zendesk.com/hc/en-us/requests/new) before filing this issue. (Ticket 617473) --------------------------- ## Issue When deploying a contract to Arbitrum, truffle displays a total cost that is different...
## Problem Metacoin was created before most token standards existed, making for a pretty irrelevant example. ## Solution Add a deprecation message to the README and point readers to Open...
**What is the bug?** When I attempt to run the `DeployL2.s.sol` (or L1) script locally, it fails: ``` forge script -vvv --rpc-url http://localhost:8545 --broadcast script/DeployL2.s.sol [⠒] Compiling... No files changed,...
## Problem Once a verbs wallet is created, there is no way to view existing wallets ## Solution - [x] Add `getAllWallets` to sdk - [x] Add `GET /wallets` to...
## Problem verbs-ui + verbs-service aren't hosted anywhere ## Solution Configure hosting
## Problem Some of our dependencies are potentially [vulnerable](https://app.wiz.io/findings/code-cicd-scans#%7E%28event%7E%28%7E%27353590bd-2ced-5724-98e7-547b939e59ae*2cCI_CD_SCAN*2c2025-07-14T22*3a25*3a47.459779255Z%29%7Efilters%7E%28timestamp%7E%28inTheLast%7E%28amount%7E30%7Eunit%7E%27days%29%29%29%29). ## Solution Upgrade relevant packages.
## Problem We've updated the way `ActionsConfig` works. ## Solution - [ ] update the `ActionsConfig` example - [ ] bump sdk version - [ ] regenerate actions sdk reference...