Skip to content

Commit

Permalink
Set shape mainnet to active, add icons (#5911)
Browse files Browse the repository at this point in the history
* Set shape mainnet active

* Add icon

* Add newline

* Add icon to testnet
  • Loading branch information
0x-jj authored Sep 28, 2024
1 parent 77365e6 commit 4d94c94
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-11011.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"shortName": "shapesep",
"chainId": 11011,
"networkId": 11011,
"icon": "shapeTestnet",
"explorers": [
{
"name": "blockscout",
Expand Down
15 changes: 13 additions & 2 deletions _data/chains/eip155-360.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Shape",
"chain": "ETH",
"rpc": ["https://mainnet.shape.network"],
"rpc": [
"https://mainnet.shape.network",
"https://shape-mainnet.g.alchemy.com/public"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -12,5 +15,13 @@
"shortName": "shape",
"chainId": 360,
"networkId": 360,
"status": "incubating"
"icon": "shape",
"explorers": [
{
"name": "shapescan",
"url": "https://shapescan.xyz",
"standard": "EIP3091"
}
],
"status": "active"
}
8 changes: 8 additions & 0 deletions _data/icons/shape.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/shapeTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 4d94c94

Please sign in to comment.