Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Dec 4, 2024
1 parent 6519ac0 commit 4dce89e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/auth/context/web3Auth/config/web3AuthSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import { polygonAmoy } from "wagmi/chains";
export const chain = {
polygonAmoy: {
isTestnet: true
chainId: "0x13882",
chainNamespace: CHAIN_NAMESPACES.EIP155,
displayName: polygonAmoy.name,
rpcTarget: polygonAmoy.rpcUrls.default,
blockExplorerUrl: polygonAmoy.blockExplorers.default.url,
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x13882",
displayName: name,
ticker: symbol,
tickerName: symbolName,
tickerName: polygonAmoy.nativeCurrency.name,
ticker: polygonAmoy.nativeCurrency.symbol,
logo: "https://web3auth.io/images/web3authlog.png",
},
};
Expand Down

0 comments on commit 4dce89e

Please sign in to comment.