[
  {
    chainId: 1,
    name: "Ethereum",
    icon: "https://assets.thirdweb.com/chains/1.png",
    nativeCurrency: {
      name: "Ether",
      symbol: "ETH",
      decimals: 18,
    },
  },
  {
    chainId: 137,
    name: "Polygon",
    icon: "https://assets.thirdweb.com/chains/137.png",
    nativeCurrency: {
      name: "MATIC",
      symbol: "MATIC",
      decimals: 18,
    },
  },
];