File tree Expand file tree Collapse file tree 3 files changed +72
-4
lines changed Expand file tree Collapse file tree 3 files changed +72
-4
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,48 @@ export default {
15
15
}
16
16
}
17
17
] ,
18
- "faucets" : [ ] ,
19
- "features" : [ ] ,
18
+ "faucets" : [
19
+ "https://www.campnetwork.xyz/faucet"
20
+ ] ,
21
+ "features" : [
22
+ {
23
+ "name" : "EIP155"
24
+ } ,
25
+ {
26
+ "name" : "EIP1559"
27
+ }
28
+ ] ,
20
29
"icon" : {
21
30
"url" : "ipfs://Qmd5ux27W44fjxHP2opz7eLhJ6CJJm9WR6VcKNhbQBxiSd/QOyzwbO2_400x400.jpg" ,
22
31
"width" : 400 ,
23
32
"height" : 400 ,
24
33
"format" : "jpg"
25
34
} ,
35
+ "infoURL" : "https://campaign-1.gitbook.io/camp-technical-docså" ,
26
36
"name" : "Camp Network" ,
27
37
"nativeCurrency" : {
28
38
"name" : "Ether" ,
29
39
"symbol" : "ETH" ,
30
40
"decimals" : 18
31
41
} ,
32
42
"networkId" : 90354 ,
43
+ "parent" : {
44
+ "type" : "L2" ,
45
+ "chain" : "eip155-1" ,
46
+ "bridges" : [
47
+ {
48
+ "url" : "https://camp-testnet-bridge.vercel.app/"
49
+ }
50
+ ]
51
+ } ,
33
52
"redFlags" : [ ] ,
34
53
"rpc" : [
35
54
"https://90354.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
36
- "https://rpc-camp-network-4xje7wy105.t.conduit.xyz/"
55
+ "https://rpc-camp-network-4xje7wy105.t.conduit.xyz/" ,
56
+ "https://rpc-camp-network-4xje7wy105.t.conduit.xyz"
37
57
] ,
38
58
"shortName" : "campaign-l2" ,
59
+ "slip44" : 1 ,
39
60
"slug" : "camp-network" ,
40
61
"testnet" : false
41
62
} 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" : "AmChain" ,
4
+ "chainId" : 999999 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "AMCAmChain explorer" ,
8
+ "url" : "https://explorer.amchain.net" ,
9
+ "standard" : "none"
10
+ }
11
+ ] ,
12
+ "faucets" : [ ] ,
13
+ "features" : [
14
+ {
15
+ "name" : "EIP155"
16
+ } ,
17
+ {
18
+ "name" : "EIP1559"
19
+ }
20
+ ] ,
21
+ "icon" : {
22
+ "url" : "ipfs://Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ" ,
23
+ "width" : 200 ,
24
+ "height" : 200 ,
25
+ "format" : "png"
26
+ } ,
27
+ "infoURL" : "https://hewe.io/" ,
28
+ "name" : "AmChain" ,
29
+ "nativeCurrency" : {
30
+ "name" : "AMC" ,
31
+ "symbol" : "AMC" ,
32
+ "decimals" : 18
33
+ } ,
34
+ "networkId" : 999999 ,
35
+ "rpc" : [
36
+ "https://999999.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
37
+ "https://node1.amchain.net"
38
+ ] ,
39
+ "shortName" : "AMC" ,
40
+ "slug" : "amchain" ,
41
+ "testnet" : false ,
42
+ "title" : "AMC"
43
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments