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/643 CLNY on Arbitrum One Address Constant #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0x74h51N
Copy link

@0x74h51N 0x74h51N commented Feb 6, 2025

Description

  • Investigated and identified the root cause of the getBalance issue.

Findings 🔍

  • The issue is not caused by the example implementation or the getBalance function itself, but rather by the Tokens.ArbitrumOne.CLNY constant.
  • When querying the native token in the root pool, getBalance works without any issues.
  • Similarly, querying other tokens such as USDC or ETH does not cause any errors.
  • However, the 0xcccccdcc0ccf6c708d860e19353c5f9a49accccc address used for ArbitrumOne CLNY is neither a valid token contract nor a Colony Network contract.
  • The correct address for CLNY Network Token has been updated to:
    0xD611b29dc327723269Bd1e53Fe987Ee71A24B234.

Changes 🏗

  • Updated the CLNY Network Token address to the correct one.

Additionally ❓

  • Do I need to make any additional improvements to getBalance or the example implementation as described in the issue?

TODO

  • Address any necessary improvements based on feedback.

(Resolves | Contributes to) #31415

Copy link

changeset-bot bot commented Feb 6, 2025

🦋 Changeset detected

Latest commit: 3a4890f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@colony/core Major
@colony/colony-js Patch
@colony/events Patch
@colony/sdk Patch
@colony/wagmi-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@0x74h51N 0x74h51N changed the title core:fix CLNY on Arbitrum One Address Constant Fix/643 CLNY on Arbitrum One Address Constant Feb 6, 2025
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 this pull request may close these issues.

1 participant