Skip to content

Latest commit

 

History

History
 
 

tokens

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

curve-contract/contracts/tokens

ERC20 contracts used for pool liquidity provider tokens.

Contracts

Development

Token contracts should be referenced via an absolute import statement. Regardless of which contract is used it should be aliased as CurveToken. For example:

from contracts.tokens import CurveTokenV2 as CurveToken