Skip to content

Commit

Permalink
chore: rm deprecated object
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Oct 26, 2024
1 parent 3fdf90d commit 7f14e1e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/app/src/contexts/WalletConnect/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@

import type { WalletConnectContextInterface } from './types';

// The supported networks and the corresponding CAIP.
// TODO: Fetch blockhash from network to determine CAIP and deprecate this.
export const WalletConnectChains = [
{
network: 'polkadot',
caip: '91b171bb158e2d3848fa23a9f1c25182',
},
{
network: 'kusama',
caip: 'b0a8d493285c2df73290dfb7e61f870f',
},
];

export const defaultWalletConnect: WalletConnectContextInterface = {
connectProvider: () => Promise.resolve(),
wcInitialized: false,
Expand Down

0 comments on commit 7f14e1e

Please sign in to comment.