Skip to content

Commit

Permalink
Add Powerloom Mainnet (ethereum-lists#6477)
Browse files Browse the repository at this point in the history
* Add Powerloom Mainnet

* prettier fix after switching to single RPC

* switch to v0 cid for the icon

* force fetch ipfs file
  • Loading branch information
SwaroopH authored Dec 20, 2024
1 parent b372c70 commit a97c52f
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-7865.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Powerloom Mainnet",
"chain": "POWER",
"rpc": ["https://rpc.powerloom.network"],
"faucets": [],
"nativeCurrency": {
"name": "Powerloom Token",
"symbol": "POWER",
"decimals": 18
},
"infoURL": "https://powerloom.network",
"shortName": "power",
"chainId": 7865,
"networkId": 7865,
"icon": "power",
"status": "active",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.powerloom.network",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/power.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmaYJaMfMowoBe7te9tHCKzJzz5DbhodrmhwGab6XCDgtM",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit a97c52f

Please sign in to comment.