Skip to content

Conversation

@fadeev
Copy link
Member

@fadeev fadeev commented Aug 4, 2025

Sui addresses are decoded incorrectly.

"originAddress": "0x6366323532363231303337626437313137653239",

"address": "0xba51550593ba92ff43376d0a6cc26a5ca226f9bd",

This PR attempts to fix this.

@fadeev
Copy link
Member Author

fadeev commented Aug 4, 2025

@s2imonovic Sui Gateway address in the registry seems to be missing the object ID.

Currently,

0x6b2fe12c605d64e14ca69f9aba51550593ba92ff43376d0a6cc26a5ca226f9bd

Should be:

0x6b2fe12c605d64e14ca69f9aba51550593ba92ff43376d0a6cc26a5ca226f9bd,0x6fc08f682551e52c2cc34362a20f744ba6a3d8d17f6583fa2f774887c4079700

@fadeev
Copy link
Member Author

fadeev commented Aug 4, 2025

@s2imonovic Sui ZRC-20 origin address is missing ::usdc::USDC.

Currently,

a1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29

Should be:

a1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC

@fadeev fadeev marked this pull request as ready for review August 18, 2025 08:50
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.

2 participants