Skip to content

Commit 50e7dba

Browse files
chore(chains): update chains (#2580)
Co-authored-by: GitHub Action <action@github.com>
1 parent 04961f0 commit 50e7dba

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

.changeset/sync-chains.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/chains": patch
3+
---
4+
5+
Synced Chains Package

legacy_packages/chains/chains/9911.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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;

0 commit comments

Comments
 (0)