Skip to content

Commit

Permalink
Add Abstract Mainnet (#6159)
Browse files Browse the repository at this point in the history
* Add Abstract Mainnet

* update icon dimensions

* prettier

* lint icon

* adjust testnet shortName

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
coffeexcoin and ligi authored Nov 6, 2024
1 parent 2f26ea1 commit c56a4b7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/chains/eip155-11124.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"decimals": 18
},
"infoURL": "https://abs.xyz/",
"shortName": "Abstract",
"shortName": "abstract-sepolia",
"parent": {
"type": "L2",
"chain": "eip155-11155111",
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-2741.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Abstract",
"chain": "Abstract",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://abs.xyz",
"shortName": "abstract",
"chainId": 2741,
"networkId": 2741,
"icon": "abstract",
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": []
}
}
8 changes: 8 additions & 0 deletions _data/icons/abstract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSRp5BGvwW9xmNNiRwZkJiTnjkyeQFU8Fy2BYwaBVJn58",
"width": 160,
"height": 161,
"format": "svg"
}
]

0 comments on commit c56a4b7

Please sign in to comment.