- Preparing search index...
- The search index is not available
Documentation
Token2
Config
: { asset_bridge_fee
: number; asset_id
: number; asset_name
: string; asset_symbol
: string; chains
: Token2ChainConfig[]; cmc_id
?: string; coingecko_id
?: string; }
Type declaration
-
asset_bridge_fee: number
-
asset_id: number
-
asset_name: string
-
asset_symbol: string
-
-
Optional
cmc_id?: string
-
Optional
coingecko_id?: string
Type representing a Token2 configuration.
Property
The asset ID of the Token2 token.
Property
The name of the Token2 token.
Property
The symbol of the Token2 token.
Property
The CoinMarketCap ID of the Token2 token.
Property
The CoinGecko ID of the Token2 token.
Property
The bridge fee for the Token2 token.
Property
An array of Token2ChainConfig objects representing the supported chains for the Token2 token.