Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
feat: hex testnet (#141)
Browse files Browse the repository at this point in the history
* add hex

* wip: migrating to new crate

* fix

* feat: Use new `grandpa_authorities` api (#140)

* clean

* fix

* fix indexer

* fix

* fix

* chore: cargo update

* chore: cargo update

* turing

---------

Co-authored-by: Saša Pršić <[email protected]>
  • Loading branch information
ratankaliani and 0xSasaPrsic authored Apr 8, 2024
1 parent a199b11 commit 5f07b4e
Show file tree
Hide file tree
Showing 7 changed files with 2,048 additions and 1,009 deletions.
11 changes: 6 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ETHERSCAN_API_KEY=

# Avail circuit config.
AVAIL_URL=wss://goldberg.avail.tools:443/ws
AVAIL_CHAIN_ID ={goldberg, couscous, mainnet}
AVAIL_CHAIN_ID ={hex, turing, mainnet}
REDIS_URL=

# VectorX script config.
Expand All @@ -26,8 +26,9 @@ IS_DUMMY_OPERATOR=
# For each Avail chain `chainName` to index, set the following environment variables:
# {chainName}_ETHEREUM_WS: An Ethereum WS for the chain the deployed VectorX contract is on.
# {chainName}_CONTRACT_ADDRESS: The address of the deployed VectorX contract.
GOLDBERG_ETHEREUM_WS=
GOLDBERG_CONTRACT_ADDRESS=0x5ac10644a873AAcd288775A90d6D0303496A4304

COUSCOUS_ETHEREUM_WS=
COUSCOUS_CONTRACT_ADDRESS=0x780f4559A31b693541226492230ad58D6E8Ee247
HEX_ETHEREUM_WS=
HEX_CONTRACT_ADDRESS=

TURING_ETHEREUM_WS=
TURING_CONTRACT_ADDRESS=
Loading

0 comments on commit 5f07b4e

Please sign in to comment.