Skip to content

Commit

Permalink
Add Bool Network Beta Mainnet (#6186)
Browse files Browse the repository at this point in the history
* add eip155-11100

* add png

* update chain name

* run prettier
  • Loading branch information
Kayryu authored Nov 21, 2024
1 parent 8dfd187 commit 2009fba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-11100.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Bool Network Beta Mainnet",
"chain": "BOOL",
"rpc": ["https://beta-rpc-node-http.bool.network"],
"faucets": [],
"nativeCurrency": {
"name": "BOL",
"symbol": "BOL",
"decimals": 18
},
"infoURL": "https://bool.network/",
"shortName": "BOL",
"chainId": 11100,
"networkId": 11100,
"icon": "boolnetwork"
}
8 changes: 8 additions & 0 deletions _data/icons/boolnetwork.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPVnYRhenXH8X9NF3vy7oU1sHnoBoNU2xDU68uBqWoy3b",
"width": 229,
"height": 229,
"format": "png"
}
]

0 comments on commit 2009fba

Please sign in to comment.