Skip to content

Commit

Permalink
Merge branch 'develop' into test/new-dkg
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley authored Oct 7, 2023
2 parents 4b61186 + c7517c8 commit 53330ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/env/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ enum ETHEREUM_RPC_URL {
TESTNET = 'https://goerli.infura.io/v3/46a379ac6895489f812f33beb726b03b'
}

enum ETHEREUM_WS_URL {
TESTNET = 'wss://goerli.infura.io/ws/v3/46a379ac6895489f812f33beb726b03b'
}

export {
ETHEREUM_CONTRACTS,
ETHEREUM_NETWORK_NAME,
ETHEREUM_RPC_URL,
ETHEREUM_WS_URL,
MOCK_OPERATORS,
MOCK_RESHARES,
MOCK_VALIDATORS
}
}

0 comments on commit 53330ae

Please sign in to comment.