Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form network logo not displaying #6469

Closed
arrayofone opened this issue Dec 19, 2024 · 1 comment · Fixed by #6474
Closed

Form network logo not displaying #6469

arrayofone opened this issue Dec 19, 2024 · 1 comment · Fixed by #6474

Comments

@arrayofone
Copy link
Contributor

Hi team, I've opened a PR which has been merged for the Form network. I attached a logo which is currently pinned on ipfs through the thirdweb portal. However, the logo is not displaying on chainlist.org (478). Perhaps I missed a step while making the PR?

Thanks in advance, appreciate any help/guidance!

PR: #6367

Icon on public gateway: https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91

eip155-478.json

{
  "name": "Form Network",
  "title": "Form Network",
  "chain": "form",
  "icon": "form",
  "rpc": ["https://rpc.form.network/http", "wss://rpc.form.network/ws"],
  "features": [
    {
      "name": "EIP155"
    },
    {
      "name": "EIP1559"
    }
  ],
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "infoURL": "https://info.form.network",
  "shortName": "formnetwork",
  "chainId": 478,
  "networkId": 478,
  "explorers": [
    {
      "name": "Form Explorer",
      "url": "https://explorer.form.network",
      "standard": "EIP3091",
      "icon": "form"
    }
  ],
  "faucets": [],
  "parent": {
    "type": "L2",
    "chain": "eip155-1",
    "bridges": [
      {
        "url": "https://bridge.form.network"
      },
      {
        "url": "https://op-bridge.form.network"
      }
    ]
  }
}

icons/form.json

[
  {
    "url": "ipfs://QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91",
    "width": 512,
    "height": 512,
    "format": "png"
  }
]
@ligi
Copy link
Member

ligi commented Dec 20, 2024

It displays on our site:
image

please file a bug with chainlist.org (3rd party service)

@ligi ligi closed this as completed Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants