Description
We need to add support for Aurora Mainnet in the token detection feature. These changes are required on the controller level.
Technical Details
- Update
utils's SupportedTokenDetectionNetworks to include a key aurora with the value 1313161554.
- Update
AssetsContractController's SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID to include a key SupportedTokenDetectionNetworks.aurora with the address of where the single balances contract is deployed.
- Address of deployed contract - 0xF6220261AbB006546127b91113EcF3183ea0f1A9
Acceptance Criteria
- [Add testing scenarios]
- The token detection feature for Aurora Mainnet functions similarly as for the other supported networks (Polygon, Avalanche, BSC and Ethereum).
Resources
Slack thread
Token detection feature epic in Notion
Related issue
Description
We need to add support for Aurora Mainnet in the token detection feature. These changes are required on the controller level.
Technical Details
utils'sSupportedTokenDetectionNetworksto include a keyaurorawith the value1313161554.AssetsContractController'sSINGLE_CALL_BALANCES_ADDRESS_BY_CHAINIDto include a keySupportedTokenDetectionNetworks.aurorawith the address of where the single balances contract is deployed.Acceptance Criteria
Resources
Slack thread
Token detection feature epic in Notion
Related issue