Skip to content

Commit

Permalink
fix: message topic
Browse files Browse the repository at this point in the history
  • Loading branch information
eddort committed Jan 22, 2025
1 parent a497f1f commit 05be80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/messages/messages.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const MESSAGE_TOPIC_PREFIX_BY_NETWORK = {
[CHAINS.Mainnet]: 'mainnet',
[CHAINS.Goerli]: 'goerli',
[CHAINS.Holesky]: 'holesky',
[LOCAL_DEVNET_CHAIN_ID]: 'devnet',
[PECTRA_5_DEVNET_CHAIN_ID]: 'devnet-pectra5',
[LOCAL_DEVNET_CHAIN_ID]: 'testnet',
[PECTRA_5_DEVNET_CHAIN_ID]: 'testnet',
};

export const getMessageTopicPrefix = (chainId: CHAINS): string => {
Expand Down

0 comments on commit 05be80d

Please sign in to comment.