[docs]classEthAssetLibrary(AssetLibrary):@propertydefdefault_assets_map(self)->AssetMap:returnDEFAULT_ETH@propertydefdefault_assets(self)->List[str]:# Indicates that LTX is a default asset (perhaps a token that the app actively displays)return["LTX"]
# Create an instance of the Ethereum asset libraryeth_asset_library=EthAssetLibrary()