Skip to content

Commit bdeb673

Browse files
chore(chains): update chains (#2895)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdbc2cc commit bdeb673

File tree

3 files changed

+72
-4
lines changed

3 files changed

+72
-4
lines changed

legacy_packages/chains/chains/90354.ts

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

0 commit comments

Comments
 (0)