-
Notifications
You must be signed in to change notification settings - Fork 578
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
base: master
Are you sure you want to change the base?
Conversation
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" },
"https://api.node.glif.io", | ||
"https://rpc.ankr.com/filecoin" |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify and publish contract code here https://filfox.info/en/address/0xAB7a22701AB6e9F7a0a295a8D8a0fBDA2C4BefAc
"explorer": { | ||
"url": "https://filfox.info" | ||
}, | ||
"start": 2750984, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"start": 2750984, | |
"start": 2748087, |
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: