Skip to content

Commit 3ea2e43

Browse files
authored
Add BirdLayer chain (#6749)
1 parent d7ebcd8 commit 3ea2e43

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

_data/chains/eip155-53456.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "BirdLayer",
3+
"title": "BirdLayer",
4+
"chain": "BirdLayer",
5+
"icon": "birdlayer",
6+
"rpc": [
7+
"https://rpc.birdlayer.xyz",
8+
"https://rpc1.birdlayer.xyz",
9+
"wss://rpc.birdlayer.xyz/ws"
10+
],
11+
"faucets": [],
12+
"nativeCurrency": {
13+
"name": "Ether",
14+
"symbol": "ETH",
15+
"decimals": 18
16+
},
17+
"infoURL": "https://www.dodochain.com",
18+
"shortName": "birdlayer",
19+
"chainId": 53456,
20+
"networkId": 53456,
21+
"explorers": [
22+
{
23+
"name": "BirdLayer Explorer",
24+
"url": "https://scan.birdlayer.xyz",
25+
"icon": "birdlayer",
26+
"standard": "EIP3091"
27+
}
28+
]
29+
}

_data/icons/birdlayer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmQDdZQjpKhrVM62479RTzppUG8QHhHd8Bq4RFYAjN1yf4",
4+
"width": 160,
5+
"height": 160,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)