File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ const config: HardhatUserConfig = {
122122 url : 'https://rpc.zerion.io/v1/ink' ,
123123 accounts : PRIVATE_KEY ? [ PRIVATE_KEY ] : [ ] ,
124124 } ,
125+ katana : {
126+ url : 'https://rpc.zerion.io/v1/katana' ,
127+ accounts : PRIVATE_KEY ? [ PRIVATE_KEY ] : [ ] ,
128+ } ,
125129 linea : {
126130 url : 'https://rpc.zerion.io/v1/linea' ,
127131 accounts : PRIVATE_KEY ? [ PRIVATE_KEY ] : [ ] ,
@@ -223,6 +227,14 @@ const config: HardhatUserConfig = {
223227 browserURL : 'https://celoscan.io'
224228 } ,
225229 } ,
230+ {
231+ network : 'katana' ,
232+ chainId : 747474 ,
233+ urls : {
234+ apiURL : 'https://api.etherscan.io/v2/api?chainid=747474' ,
235+ browserURL : 'https://katanascan.com'
236+ } ,
237+ } ,
226238 {
227239 network : 'linea' ,
228240 chainId : 59144 ,
You can’t perform that action at this time.
0 commit comments