-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            cromewar
          
      
      
        Sep 26, 2022 
      
    
    Replies: 1 comment 3 replies
-
| Hello @Neftyr 
 
  array = TokenFarm.allowedTokens()
 len(array)
 
 And post the output here. I hope this info might help, cheers. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        Niferu
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    





Hello @Neftyr
- The reason is because we do that at deployment here:
The logic here is that you will use that token anyways, so we add then at deployment to the allowed ones.brownie test -s -k testnameAnd post the output here.
I hope this info might help, cheers.