[OP Stack Deployment] L2 with custom gas token but getting "Wrapped Ether" #662
Unanswered
ddoliveiraa
asked this question in
Deploying the OP Stack
Replies: 1 comment 5 replies
-
Where does it show "Wrapped Ether"? If it's in explorer or wallet then it's the client config or the env variable. You would probably look into frontend code or the env in the explorer. I think there is no standard way to config for the native gas token name. As a result, each framework come up with its own way. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm working on creating an L2 using the OP Stack.
I followed the "getting-started" guide and successfully got it running. Now, I'm trying to implement a custom gas token following the instructions in the documentation. However, when I attempt to validate the implementation with a cast, it still shows "Wrapped Ether" instead of my custom token.
Here's what I've done so far:
Despite this, I haven't been able to get it to work.
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions