Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import { ReactNode } from 'react';
declare type Chain = {
id: number;
name: string;
logo: ReactNode;
};
declare const supportedChains: Chain[];
export default supportedChains;