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.