Skip to content

Commit b4a71d5

Browse files
chore(chains): update chains (#2670)
Co-authored-by: GitHub Action <action@github.com>
1 parent 127c476 commit b4a71d5

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "BORA",
4+
"chainId": 77001,
5+
"explorers": [
6+
{
7+
"name": "BORAchainscope",
8+
"url": "https://scope.boraportal.com",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"icon": {
14+
"url": "ipfs://QmccGWJcCzQh3rP6ZMdRyTc7JjtusKnXkoUtGUANQgjNqR",
15+
"width": 48,
16+
"height": 48,
17+
"format": "svg"
18+
},
19+
"infoURL": "https://www.boraportal.com",
20+
"name": "BORAchain mainnet",
21+
"nativeCurrency": {
22+
"name": "BGAS",
23+
"symbol": "BGAS",
24+
"decimals": 18
25+
},
26+
"networkId": 77001,
27+
"rpc": [
28+
"https://77001.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
29+
"https://public-node.api.boraportal.io/bora/mainnet"
30+
],
31+
"shortName": "BORAchain",
32+
"slug": "borachain",
33+
"testnet": false
34+
} as const satisfies Chain;

0 commit comments

Comments
 (0)