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 {
1515 }
1616 }
1717 ] ,
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+ ] ,
2029 "icon" : {
2130 "url" : "ipfs://Qmd5ux27W44fjxHP2opz7eLhJ6CJJm9WR6VcKNhbQBxiSd/QOyzwbO2_400x400.jpg" ,
2231 "width" : 400 ,
2332 "height" : 400 ,
2433 "format" : "jpg"
2534 } ,
35+ "infoURL" : "https://campaign-1.gitbook.io/camp-technical-docså" ,
2636 "name" : "Camp Network" ,
2737 "nativeCurrency" : {
2838 "name" : "Ether" ,
2939 "symbol" : "ETH" ,
3040 "decimals" : 18
3141 } ,
3242 "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+ } ,
3352 "redFlags" : [ ] ,
3453 "rpc" : [
3554 "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"
3757 ] ,
3858 "shortName" : "campaign-l2" ,
59+ "slip44" : 1 ,
3960 "slug" : "camp-network" ,
4061 "testnet" : false
4162} 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