Skip to content

feat: add chiliz chain config for contract deployment#320

Open
manojkumar138 wants to merge 1 commit intomasterfrom
feat/WIN-8547-chiliz-contract-deployment
Open

feat: add chiliz chain config for contract deployment#320
manojkumar138 wants to merge 1 commit intomasterfrom
feat/WIN-8547-chiliz-contract-deployment

Conversation

@manojkumar138
Copy link
Contributor

Summary

  • Add Chiliz Chain (mainnet: 88888, testnet: 88882) configuration for smart contract deployment
  • Configure RPC URLs, explorer APIs (Routescan), and gas parameters
  • Update GitHub workflows with network regex and environment variables

Changes

  • config/chainIds.ts: Added CHILIZ and CHILIZ_TESTNET chain IDs
  • hardhat.config.ts: Added network configs, API keys, and custom chains
  • scripts/chainConfig.ts: Added gas parameters for Chiliz
  • .github/workflows/*.yml: Added chiliz|tchiliz to network regex and CHILIZ_EXPLORER_API_KEY env var

Network Details

Network Chain ID RPC URL Explorer
Mainnet 88888 https://rpc.ankr.com/chiliz https://chiliscan.com
Testnet (Spicy) 88882 https://spicy-rpc.chiliz.com https://testnet.chiliscan.com

Prerequisites

  • CHILIZ_EXPLORER_API_KEY needs to be added to GitHub secrets (DevOps ticket required)
  • Fund deployment addresses with CHZ before contract deployment

WIN-8547

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.

1 participant