File tree Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @thirdweb-dev/chains " : patch
3
+ ---
4
+
5
+ Synced Chains Package
Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "SPENT" ,
4
+ "chainId" : 9911 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "escscan" ,
8
+ "url" : "https://escscan.com" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf" ,
12
+ "width" : 335 ,
13
+ "height" : 335 ,
14
+ "format" : "svg"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "icon" : {
20
+ "url" : "ipfs://QmVvQdmAj6GNQjP1dsxQKbA7xgzqsciooGTQtQ2RsJ37Lf" ,
21
+ "width" : 335 ,
22
+ "height" : 335 ,
23
+ "format" : "svg"
24
+ } ,
25
+ "infoURL" : "https://espento.network" ,
26
+ "name" : "Espento Mainnet" ,
27
+ "nativeCurrency" : {
28
+ "name" : "ESPENTO" ,
29
+ "symbol" : "SPENT" ,
30
+ "decimals" : 18
31
+ } ,
32
+ "networkId" : 9911 ,
33
+ "rpc" : [
34
+ "https://9911.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
35
+ "https://rpc.escscan.com/"
36
+ ] ,
37
+ "shortName" : "spent" ,
38
+ "slug" : "espento" ,
39
+ "testnet" : false
40
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments