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

Add Filecoin Mainnet netwok #807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MFILDAO
Copy link

@MFILDAO MFILDAO commented Apr 7, 2023

add
"314": {
"key": "314",
"name": "Filecoin Mainnet",
"shortName": "FIL",
"chainId": 314,
"network": "mainnet",
"multicall": "0xAB7a22701AB6e9F7a0a295a8D8a0fBDA2C4BefAc",
"rpc": [
"https://api.node.glif.io",
"https://rpc.ankr.com/filecoin"
],
"explorer": {
"url": "https://filfox.info"
},
"start": 2750984,
"logo": "ipfs://bafkreif6hgofppilrhz5kwll7664cstsohzenyvobr72kos67ivkv5dddy"
},

Fixes # .

Changes proposed in this pull request:

add
"314": {
    "key": "314",
    "name": "Filecoin Mainnet",
    "shortName": "FIL",
    "chainId": 314,
    "network": "mainnet",
    "multicall": "0xAB7a22701AB6e9F7a0a295a8D8a0fBDA2C4BefAc",
    "rpc": [
      "https://api.node.glif.io",
      "https://rpc.ankr.com/filecoin"
    ],
    "explorer": {
      "url": "https://filfox.info"
    },
    "start": 2750984,
    "logo": "ipfs://bafkreif6hgofppilrhz5kwll7664cstsohzenyvobr72kos67ivkv5dddy"
  },
@ChaituVR ChaituVR changed the title Update networks.json Add Filecoin Mainnet netwok Apr 19, 2023
Comment on lines +812 to +813
"https://api.node.glif.io",
"https://rpc.ankr.com/filecoin"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MFILDAO Looks like these two nodes are not full archive nodes, getting this error: bad tipset height: lookbacks of more than 16h40m0s are disallowed you know any other provider?

"shortName": "FIL",
"chainId": 314,
"network": "mainnet",
"multicall": "0xAB7a22701AB6e9F7a0a295a8D8a0fBDA2C4BefAc",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"explorer": {
"url": "https://filfox.info"
},
"start": 2750984,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"start": 2750984,
"start": 2748087,

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 this pull request may close these issues.

2 participants