File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
apps/api-reference/src/components/EvmProvider Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments