feat: add vTAO metadata and icons across supported chains - #1961
Open
camfairchild wants to merge 1 commit into
Open
camfairchild wants to merge 1 commit into
camfairchild wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds metadata and icons for vTAO on the ten EVM networks supported by the official TAO.app bridge.
vTAO is an ERC-20 representation of staked TAO. The Bittensor EVM deployment is the native
Virtual TAOcontract; the other nine deployments are LayerZero OFTs used by the bridge.Networks and contracts
0x31049849CCdD983D8F401077537438eaF12B12Af0xe9f6D9898f9269B519E1435E6ebafF766c7f46BF0xe9f6D9898f9269B519E1435E6ebafF766c7f46BF0xa793dcea527a481aC0a2C3a1F37EDbE586146Bce0x58ea2Bb193B1429Cb90D24195E6ac4Ccb0B27a120x58ea2Bb193B1429Cb90D24195E6ac4Ccb0B27a120x58ea2Bb193B1429Cb90D24195E6ac4Ccb0B27a120x58ea2Bb193B1429Cb90D24195E6ac4Ccb0B27a120x58ea2Bb193B1429Cb90D24195E6ac4Ccb0B27a120x0D4d041d1209bFFD4a843759Ee6d19CD394EEE56All addresses are EIP-55 checksummed. Each network receives one matching
metadata/<caip19AssetId>.jsonandicons/<caip19AssetId>.svgpair.contract-map.jsonis intentionally not included, matching recent asset PRs.Metadata verification
name(),symbol(), anddecimals()were read directly from each contract through its mainnet RPC:Virtual TAO,vTAO, 18 decimalsvTAO,vTAO, 18 decimalsDeployed bytecode was confirmed present on every listed chain. The nine OFT deployments are byte-identical to each other:
eth_getCodereturns the same 12,539 bytes with the same SHA-256 digest on every one, which is consistent with a single OFT implementation deployed across all nine networks.Polygon was additionally cross-checked against three independent providers (
polygon-bor-rpc.publicnode.com,polygon.drpc.org,1rpc.io/matic), all reporting chain ID 137 and returning identical bytecode and metadata.The official TAO.app bridge publishes and uses these network/address mappings. The native contract source and official logo artwork are maintained in the public
latent-to/vtaorepository.Icon
The same official vTAO vector mark is used on all ten chains. It is based on the offsite variant from the vTAO repository, with the
vbadge positioned fully inside the main ring.To follow
STYLEGUIDE.md, the submitted SVGs:Checks
node cli-update-asset.js verify --caip <asset-id>for all 10 assets — passesnpm test— 702/702 passinggit diff --check— passesNote
Low Risk
Static metadata and icon assets only; no runtime, auth, or contract-mapping changes.
Overview
Adds vTAO (staked TAO / bridge ERC-20) to the asset catalog on ten networks aligned with the TAO.app bridge: Bittensor EVM (964), Ethereum, Base, Arbitrum, BSC, Avalanche, Polygon, Optimism, Gnosis, and Berachain.
Each chain gets a paired
metadata/eip155:<chainId>/erc20:<address>.jsonentry (18 decimals,erc20: true, local logo path) and a matching SVG undericons/. The Bittensor native deployment uses on-chain name Virtual TAO; the nine LayerZero OFT deployments use vTAO. All chains share the same official vector mark.contract-map.jsonis not updated, consistent with recent asset-only PRs.Reviewed by Cursor Bugbot for commit fb0bfe0. Bugbot is set up for automated code reviews on this repo. Configure here.