Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onDeployed hook is not working #8

Open
7flash opened this issue Nov 19, 2018 · 3 comments
Open

onDeployed hook is not working #8

7flash opened this issue Nov 19, 2018 · 3 comments

Comments

@7flash
Copy link
Contributor

7flash commented Nov 19, 2018

When I hook parasol.onDeployed with console.log('test') it is not working in dev environment

@nourharidy
Copy link
Member

Can you put a snippet of your code?

@7flash
Copy link
Contributor Author

7flash commented Nov 20, 2018

Just uncomment onDeployed hook in Token.psol

@7flash
Copy link
Contributor Author

7flash commented Nov 27, 2018

{{
    parasol.onDeployed(this, function(contract, contractName){
        console.log('Deployed')
    })
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants