Skip to content

Commit

Permalink
add poolschain (ethereum-lists#5079)
Browse files Browse the repository at this point in the history
* add poolschain

* add Pools network and update logo

* update npx prettier --write _data/*/*.json

* Delete yarn.lock

---------

Co-authored-by: phat <[email protected]>
  • Loading branch information
2 people authored and besated committed Jun 12, 2024
1 parent a747487 commit 451051f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-6868.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Pools Mainnet",
"chain": "Pools",
"rpc": ["https://rpc.poolsmobility.com"],
"faucets": [],
"nativeCurrency": {
"name": "POOLS Native Token",
"symbol": "POOLS",
"decimals": 18
},
"infoURL": "https://www.poolschain.org",
"shortName": "POOLS",
"icon": "POOLS",
"chainId": 6868,
"networkId": 6868,
"slip44": 6868,
"explorers": [
{
"name": "poolsscan",
"url": "https://scan.poolsmobility.com",
"icon": "POOLS",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/POOLS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmV18PRFPkp9pwKKJp4ksVDhMEiqNZ8A5DhQapdNCckeeQ",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 451051f

Please sign in to comment.