Asset Requirements
Required assets and file structure for chain and token logos.
Asset Requirements
BuilderKit requires specific asset files for displaying chain and token logos. These assets should follow a standardized file structure and naming convention.
Chain Logos
Chain logos are used by components like ChainIcon
, ChainDropdown
, and TokenIconWithChain
.
File Structure
Chain logos should be placed at:
Examples
Requirements
- Format: PNG with transparency
- Dimensions: 32x32px (minimum)
- Background: Transparent
- Shape: Circular or square with rounded corners
- File size: < 100KB
Token Logos
Token logos are used by components like TokenIcon
, TokenChip
, and TokenRow
.
File Structure
Token logos should be placed at:
Examples
Requirements
- Format: PNG with transparency
- Dimensions: 32x32px (minimum)
- Background: Transparent
- Shape: Circular or square with rounded corners
- File size: < 100KB
Directory Structure
Your public assets directory should look like this:
Edit on GitHub
Last updated on