Skip to content

Commit

Permalink
added icons for moonbeam networks
Browse files Browse the repository at this point in the history
  • Loading branch information
albertov19 committed Sep 10, 2024
1 parent b1e61dd commit bc73e4a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/chains/eip155-1284.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonbeam",
"chain": "MOON",
"icon": "moonbeam",
"rpc": [
"https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-1285.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonriver",
"chain": "MOON",
"icon": "moonriver",
"rpc": [
"https://rpc.api.moonriver.moonbeam.network",
"wss://wss.api.moonriver.moonbeam.network",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-1287.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Moonbase Alpha",
"chain": "MOON",
"icon": "moonbasealpha",
"rpc": [
"https://rpc.api.moonbase.moonbeam.network",
"wss://wss.api.moonbase.moonbeam.network",
Expand All @@ -15,7 +16,7 @@
"https://moonbase-alpha.drpc.org",
"wss://moonbase-alpha.drpc.org"
],
"faucets": [],
"faucets": ["https://faucet.moonbeam.network/"],
"nativeCurrency": {
"name": "Dev",
"symbol": "DEV",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/moonbasealpha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVydzWtkyatFgi8zTVR7X6g8SpeHANwKNceRm4nKFoF6o",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/moonbeam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNR7kbBew61cVxbwBf8EWCiYbUCqVhoJDLL6u3rQy9FrZ",
"width": 500,
"height": 500,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/moonriver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcyP14ZLD6m6j7rYUgty9uuk9e82kUMTQDdqi2dKmZqjz",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit bc73e4a

Please sign in to comment.