export const tokens = {
  eth: {
    type: "token",
    symbol: "ETH",
    name: "Ethereum",
    address: "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
    decimals: 18,
  },
  dai: {
    type: "token",
    symbol: "DAI",
    name: "DAI Stable",
    address: "0xd586e7f844cea2f87f50152665bcbc2c279d8d70",
    decimals: 18,
  },
  usdc: {
    type: "token",
    symbol: "USDC",
    name: "USD Coin",
    address: "0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664",
    decimals: 6,
  },
};