Add info and logo for Moonriver and Moonbeam (#20876)

* Add info for Moonbeam and Moonriver
This commit is contained in:
Ayush Bherwani 2022-06-04 03:54:41 +05:30 committed by GitHub
parent ae131df88b
commit 8c2b44d4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"name": "Moonbeam",
"website": "https://moonbeam.network",
"description": "Moonbeam combines the best of both worlds: the familiar and easy-to-use tooling of Ethereum and the scalable, interoperable architecture of Polkadot.",
"explorer": "https://moonscan.io",
"research": "",
"symbol": "GLMR",
"type": "coin",
"decimals": 18,
"status": "active",
"links": [
{
"name": "twitter",
"url": "https://twitter.com/moonbeamnetwork"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -0,0 +1,17 @@
{
"name": "Moonriver",
"website": "https://moonbeam.network/networks/moonriver/",
"description": "Moonriver is a sister network of Moonbeam, and provides an environment to test new code under real economic conditions.",
"explorer": "https://moonriver.moonscan.io/",
"research": "",
"symbol": "MOVR",
"type": "coin",
"decimals": 18,
"status": "active",
"links": [
{
"name": "twitter",
"url": "https://twitter.com/moonrivernw"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB