Skip to content

Commit

Permalink
Add websockets URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley authored Oct 2, 2023
1 parent 055a0ea commit c7517c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/env/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ enum ETHEREUM_RPC_URL {
TESTNET = 'https://goerli.infura.io/v3/46a379ac6895489f812f33beb726b03b'
}

export { ETHEREUM_CONTRACTS, ETHEREUM_NETWORK_NAME, ETHEREUM_RPC_URL }
enum ETHEREUM_WS_URL {
TESTNET = 'wss://goerli.infura.io/ws/v3/46a379ac6895489f812f33beb726b03b'
}

export { ETHEREUM_CONTRACTS, ETHEREUM_NETWORK_NAME, ETHEREUM_RPC_URL, ETHEREUM_WS_URL }

0 comments on commit c7517c8

Please sign in to comment.