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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,23 @@
"start": 74,
"logo": "ipfs://QmNc7QZFpPDue3Ef4SsuX55RHkqXxUxSyTCpoASeg2hW6d"
},
"314": {
"key": "314",
"name": "Filecoin Mainnet",
"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.

"rpc": [
"https://api.node.glif.io",
"https://rpc.ankr.com/filecoin"
Comment on lines +812 to +813
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?

],
"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,

"logo": "ipfs://bafkreif6hgofppilrhz5kwll7664cstsohzenyvobr72kos67ivkv5dddy"
},
"321": {
"key": "321",
"name": "KCC Mainnet",
Expand Down