interface NetworkAssets {
    1: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    10: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    100: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    11155111: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    11155420: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    137: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    42161: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    42220: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    43113: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    43114: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    534351: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    534352: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    56: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
    8453: undefined | {
        color: `#${string}`;
        logoURI?: string;
    };
}

Hierarchy

  • TypeOf<typeof networkAssetsSchema>
    • NetworkAssets

Properties

1: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
10: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
100: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
11155111: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
11155420: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
137: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
42161: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
42220: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
43113: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
43114: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
534351: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
534352: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
56: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string
8453: undefined | {
    color: `#${string}`;
    logoURI?: string;
}

Type declaration

  • color: `#${string}`
  • Optional logoURI?: string

Generated using TypeDoc