Skip to content

Commit 2157f15

Browse files
authored
Add Katana network configuration to Hardhat
1 parent f318304 commit 2157f15

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hardhat.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)