Skip to content

Commit b126350

Browse files
committed
chore(api-reference)-add-more-chains
1 parent 4d4446a commit b126350

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

apps/api-reference/src/components/EvmProvider/chain-overrides.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,42 @@ export const chainOverrides: readonly Chain[] = [
7474
},
7575
},
7676
}),
77+
defineChain({
78+
id: 484,
79+
name: "Camp",
80+
nativeCurrency: {
81+
name: "CAMP",
82+
symbol: "CAMP",
83+
decimals: 18,
84+
},
85+
rpcUrls: {
86+
default: { http: ["https://rpc.camp.raas.gelato.cloud"] },
87+
},
88+
testnet: false,
89+
blockExplorers: {
90+
default: {
91+
name: "Campscout",
92+
url: "https://camp.cloud.blockscout.com/",
93+
},
94+
},
95+
}),
96+
defineChain({
97+
id: 31_612,
98+
name: "Mezo",
99+
nativeCurrency: {
100+
name: "BTC",
101+
symbol: "BTC",
102+
decimals: 18,
103+
},
104+
rpcUrls: {
105+
default: { http: ["https://jsonrpc-mezo.boar.network"] },
106+
},
107+
testnet: false,
108+
blockExplorers: {
109+
default: {
110+
name: "Mezo Explorer",
111+
url: "https://explorer.mezo.org/",
112+
},
113+
},
114+
}),
77115
];

0 commit comments

Comments
 (0)