Skip to content

Commit

Permalink
fix: add rococo to RELAY_CHAIN_NAMES (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jan 9, 2024
1 parent b67ee28 commit c404542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c404542

Please sign in to comment.