ENS Domains
const justweb3Config: JustWeb3ProviderConfig = {
config: {
origin: "http://localhost:3000/",
domain: "localhost",
signInTtl: 86400000,
},
openOnWalletConnect: true,
allowedEns: "all",
logo: "",
ensDomains: [
{
ensDomain: "YOUR ENS DOMAIN", // Replace with your custom ENS domain
apiKey: "YOUR JUSTANAME API KEY", // API key for JustaName
chainId: 1, // Ethereum mainnet chain ID
},
],
color: {
primary: "hsl(216, 90%, 58%)",
background: "hsl(0, 0%, 100%)",
destructive: "hsl(0, 100%, 50%)",
},
};Last updated