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 worldland network #853

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
19 changes: 18 additions & 1 deletion src/networks.json
Copy link
Member

Choose a reason for hiding this comment

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

I get this error:

missing trie node 199e94c89039e9aef8b703ca6f891e8ec8ba7dd51d02835e8dfb61ffcd2d2e8b (path ) \\u003cnil\\u003e\"}}\n",

Original file line number Diff line number Diff line change
Expand Up @@ -2222,5 +2222,22 @@
},
"start": 498623,
"logo": "ipfs://QmSwCnEeLoyMApQd1YfhmGvLt97bH5mLPoabjKqUSuQHHF"
},
"12345": {
"key": "12345",
Copy link
Member

Choose a reason for hiding this comment

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

Is there some documentation for this network that i can refer to? because i can't find it on https://chainlist.org/?search=12345&testnets=true

"name": "Worldland Test network",
"shortName": "Worldland",
"chainId": 12345,
"network": "testnet",
"testnet": true,
"multicall": "0x36cf41292C5662A91D8C3C1A81c49378a1b1B340",
"rpc": [
"https://rpc.lvscan.io"
],
"explorer": {
"url": "https://lvscan.io"
},
"start": 214381,
"logo": "ipfs://QmVizjHDQPS33b5axfYVFVGsqWwpF8V5kTtqMg2HY7GzpK"
}
}
}