Skip to content

Commit

Permalink
add btcprotocol blockchain testnet (ethereum-lists#5640)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update

* update

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
VivekQuestGLT and ligi authored Aug 10, 2024
1 parent 5502222 commit b002f0f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1227.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Bitcoin Protocol Testnet",
"chain": "BTCP Testnet",
"icon": "btcprotocol",
"rpc": ["https://testnet-chain.btcprotocol.io/"],
"faucets": [],
"nativeCurrency": {
"name": "BTC Protocol",
"symbol": "BTCP",
"decimals": 18
},
"infoURL": "https://btcprotocol.io/",
"shortName": "BTCP",
"chainId": 1227,
"networkId": 1227,
"explorers": [
{
"name": "BTCP explorer",
"url": "https://explorer.btcprotocol.io",
"standard": "EIP3091"
}
],
"status": "active"
}
8 changes: 8 additions & 0 deletions _data/icons/btcprotocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB",
"width": 792,
"height": 792,
"format": "png"
}
]

0 comments on commit b002f0f

Please sign in to comment.