Skip to content

Commit 8518ea1

Browse files
chore(chains): update chains (#2567)
Co-authored-by: GitHub Action <action@github.com>
1 parent 18aaf5a commit 8518ea1

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed
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": "Quantum",
4+
"chainId": 44445,
5+
"explorers": [
6+
{
7+
"name": "Quantum Explorer",
8+
"url": "https://qtm.avescoin.io",
9+
"standard": "EIP3091",
10+
"icon": {
11+
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
12+
"width": 232,
13+
"height": 232,
14+
"format": "png"
15+
}
16+
}
17+
],
18+
"faucets": [],
19+
"icon": {
20+
"url": "ipfs://QmeKQVv2QneHaaggw2NfpZ7DGMdjVhPywTdse5RzCs4oGn",
21+
"width": 232,
22+
"height": 232,
23+
"format": "png"
24+
},
25+
"infoURL": "https://avescoin.io/",
26+
"name": "Quantum Network",
27+
"nativeCurrency": {
28+
"name": "Quantum",
29+
"symbol": "QTM",
30+
"decimals": 18
31+
},
32+
"networkId": 44445,
33+
"rpc": [
34+
"https://44445.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
35+
"https://rpcqtm.avescoin.io"
36+
],
37+
"shortName": "QTM",
38+
"slug": "quantum-network",
39+
"testnet": false
40+
} as const satisfies Chain;

legacy_packages/chains/chains/5439.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import type { Chain } from "../src/types";
2+
export default {
3+
"chain": "EGAX",
4+
"chainId": 5439,
5+
"explorers": [
6+
{
7+
"name": "egoscan",
8+
"url": "https://egoscan.io",
9+
"standard": "EIP3091"
10+
}
11+
],
12+
"faucets": [],
13+
"infoURL": "https://docs.egochain.org/",
14+
"name": "Egochain",
15+
"nativeCurrency": {
16+
"name": "EGAX",
17+
"symbol": "EGAX",
18+
"decimals": 18
19+
},
20+
"networkId": 5439,
21+
"rpc": [
22+
"https://5439.rpc.thirdweb.com/${THIRDWEB_API_KEY}",
23+
"https://mainnet.egochain.org"
24+
],
25+
"shortName": "egax",
26+
"slug": "egochain",
27+
"testnet": false
28+
} as const satisfies Chain;

0 commit comments

Comments
 (0)