Ricardo Guilherme Schmidt

Results 51 comments of Ricardo Guilherme Schmidt

The reason is because each change of ENS Resolver is a single transaction. This could be fixed through a contract upgrade that would take back the ownership of subdomain, make...

I need to deploy the token because I've written a custom token for L2, I need some extra functions and storage on my L2 Token that are not available on...

Yes, I would like to test that. I want to do exactly the bridge tutorial, using standard bridge, but with a custom token. And I would like to use hardhat...

This issue is caused by dependencies of sdk: [@eth-optimism/contracts](https://libraries.io/NPM/@eth-optimism%2Fcontracts) [@eth-optimism/core-utils](https://libraries.io/NPM/@eth-optimism%2Fcore-utils) These packages should be updated to use ethers^6.

I am writing the code here https://github.com/logos-co/optimism-bridge-snt I normally use npm, npm breaks when a project contains hardhat and optimism-sdk as dependencies. I also tried yarn - it installs but...

In that repository, trying `npm install @nomicfoundation/hardhat-toolbox` gives `npm ERR! Conflicting peer dependency: [email protected]` ``` root@SURFACE-BOOK:/home/ricardo/optimism-bridge-snt# npm install @nomicfoundation/hardhat-toolbox npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm...

This solution does not work for me. I tried that and it does not solve the issue. ``` root@SURFACE-BOOK:/home/ricardo/optimism-bridge-snt# yarn install yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages......

> we don't want the SDK to be tightly coupled to a specific library like this Currently is coupled to ethers v5?

Thanks for approving this issue! Maybe I can help by discussing a MVP for wireframes in mermaid? The basic elements are: - label: simply text; - button: text surrounded by...