forked from LaconicNetwork/icns-frontend
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export interface ChainItemType {
|
|
chainId: string;
|
|
prefix: string;
|
|
chainImageUrl: string;
|
|
address: string;
|
|
}
|