From aa1a8d3aada3e8e93c9c042d8b0aa5020244cced Mon Sep 17 00:00:00 2001 From: tarikgul Date: Tue, 9 Jan 2024 15:26:53 -0500 Subject: [PATCH] fix: add rococo to RELAY_CHAIN_NAMES --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index a495e35c..efe96e05 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -3,7 +3,7 @@ /** * List of all known relay chains. */ -export const RELAY_CHAIN_NAMES = ['kusama', 'polkadot', 'westend']; +export const RELAY_CHAIN_NAMES = ['kusama', 'polkadot', 'westend', 'rococo']; /** * As of now all the known relay chains have an ID of 0.