File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments