nft-drop icon indicating copy to clipboard operation
nft-drop copied to clipboard

deprecated mumbai, updated to amoy

Open Tgemayel opened this issue 10 months ago • 1 comments

This repository using the Mumbai testnet which was deprecated since 08/04/2024.

Updated Chain Configuration:

export const chainConst = {
  chainId: 80002,
  rpc: ["https://80002.rpc.thirdweb.com"],
  nativeCurrency: {
    name: "MATIC",
    symbol: "MATIC",
    decimals: 18,
  },
  chain: "Polygon",
  shortName: "amoy",
  name: "Polygon Amoy Testnet",
  testnet: true,
};

Tgemayel avatar Mar 07 '25 09:03 Tgemayel