Skip to content

Commit

Permalink
feat: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 19, 2024
1 parent 81e925a commit 67c4f34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ui/types/ChainMetaData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
optimism,
fraxtal,
lisk,
superseed
superseed,
worldchain
} from '@ionicprotocol/chains';
import type { IonicPoolData } from '@ionicprotocol/types';

Expand Down Expand Up @@ -41,6 +42,10 @@ export const supportedChainIdToConfig: {
[superseed.chainId]: {
enabled: config.isSuperseedEnabled,
supported: config.isSuperseedEnabled
},
[worldchain.chainId]: {
enabled: config.isWorldchainEnabled,
supported: config.isWorldchainEnabled
}
};

Expand Down

0 comments on commit 67c4f34

Please sign in to comment.