mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-10 04:57:31 +03:00
Add event horizon test network (#261)
* feat: add event horizon test network * chore: bump v
This commit is contained in:
@@ -3,6 +3,7 @@ import { SupportedChainId } from '../types.js';
|
||||
export const developmentChains = [
|
||||
SupportedChainId.BSC_TESTNET,
|
||||
SupportedChainId.SEPOLIA,
|
||||
SupportedChainId.EVENT_HORIZON,
|
||||
];
|
||||
export const productionChains = [
|
||||
SupportedChainId.MAINNET,
|
||||
|
||||
Reference in New Issue
Block a user