For accounts that only have v2 fungible asset, the asset type will show up as fa address instead of legacy coin (0xa instead of 0x1 apt). This creates an issue for anyone querying for 0x1. This PR standardizes asset type by ensuring that 0xa maps to 0x1.
Backfill
When first v2 only apt was created.
Testnet: 2598047902
Mainnet: 1669115601
Summary
For accounts that only have v2 fungible asset, the asset type will show up as fa address instead of legacy coin (0xa instead of 0x1 apt). This creates an issue for anyone querying for 0x1. This PR standardizes asset type by ensuring that 0xa maps to 0x1.
Backfill
When first v2 only apt was created. Testnet: 2598047902 Mainnet: 1669115601
Testing
before
after