add modal to show safe apps

This commit is contained in:
apoorvlathey
2022-09-30 04:00:49 +05:30
parent 212a873a6f
commit 2d3a78561b
2 changed files with 163 additions and 7 deletions

View File

@@ -1,4 +1,8 @@
const networkInfo = [
const networkInfo: {
chainID: number;
name: string;
rpc: string;
}[] = [
{
chainID: 1,
name: "Ethereum Mainnet",