Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: incorrect symbol for Asset ARB in Arbitrum #1120

Closed
Thorian1te opened this issue Apr 12, 2024 · 0 comments · Fixed by #1123
Closed

FIX: incorrect symbol for Asset ARB in Arbitrum #1120

Thorian1te opened this issue Apr 12, 2024 · 0 comments · Fixed by #1123

Comments

@Thorian1te
Copy link
Collaborator

image

current declaration for asset arb.. symbol: 'ARB' is incorrect it should be ETH.

export const AssetARB: Asset = { chain: ARBChain, symbol: 'ARB', ticker: 'ETH', synth: false }

ARB.ARB-0X912CE59144191C1204E64559FE8253A0E49E6548 arb.arb is a token on arbitrum.

maybe we can name it. just a suggestion.

export const AssetAETH: Asset = { chain: ARBChain, symbol: 'ETH', ticker: 'ETH', synth: false }
@Thorian1te Thorian1te linked a pull request Apr 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant