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

Add developnet config #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add developnet config #49

wants to merge 1 commit into from

Conversation

gartnera
Copy link
Member

@gartnera gartnera commented May 29, 2024

https://develop-info.zetachain.network

I'm not sure this is configured correctly.

Update: this is not particularly useful without updating the network addresses in protocol-contracts at the same time.

I was able to deploy the contract template but I had to hardcode the system contract address:

➜  template git:(main) ✗ npx hardhat deploy --network zeta_developnet --verbose
  hardhat:core:vars:varsManager Creating a new instance of VarsManager +0ms
  hardhat:core:vars:varsManager Loading ENV variables if any +0ms
  hardhat:core:config Loading Hardhat config from /home/alex/workspace/github.com/zeta-chain/template/hardhat.config.ts +0ms
  hardhat:core:hre Creating HardhatRuntimeEnvironment +0ms
  hardhat:core:global-dir Looking up Client Id at /home/alex/.local/share/hardhat-nodejs/analytics.json +0ms
  hardhat:core:global-dir Client Id found: e30fc31f-1213-4a6d-b437-5c529320ec77 +1ms
  hardhat:core:hre Running task deploy +4ms
{ json: false, name: 'MyContract' }
here1
  hardhat:core:hre Creating provider for network zeta_developnet +7ms
here2
0x91d18e54DAf4F677cB28167158d6dd21F6aB3921
here3
here4
here5
🔑 Using account: 0x7c6768371680BeB308f70Aa86080630c79d99675

🚀 Successfully deployed contract on zeta_developnet.
📜 Contract address: 0x4081c0DE49EA02B543F7824A3703e7b9c9ef1CB6
🌍 ZetaScan: https://explorer.zetachain.com/address/0x4081c0DE49EA02B543F7824A3703e7b9c9ef1CB6
🌍 Blockcsout: https://zetachain.blockscout.com/address/0x4081c0DE49EA02B543F7824A3703e7b9c9ef1CB6

  hardhat:core:cli Killing Hardhat after successfully running task deploy +0ms

Part of DEVOP-642

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

Successfully merging this pull request may close these issues.

2 participants