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