@@ -776,6 +776,11 @@ const config: HardhatUserConfig = {
776
776
url : vars . get ( "STORY_TESTNET_URL" , "https://aeneid.storyrpc.io" ) ,
777
777
accounts,
778
778
} ,
779
+ storyMain : {
780
+ chainId : 1514 ,
781
+ url : vars . get ( "STORY_MAINNET_URL" , "https://mainnet.storyrpc.io" ) ,
782
+ accounts,
783
+ } ,
779
784
sonicTestnet : {
780
785
chainId : 57054 ,
781
786
url : vars . get ( "SONIC_TESTNET_URL" , "https://rpc.blaze.soniclabs.com" ) ,
@@ -1298,7 +1303,8 @@ const config: HardhatUserConfig = {
1298
1303
// For Superseed testnet & mainnet
1299
1304
superseed : vars . get ( "SUPERSEED_API_KEY" , "" ) ,
1300
1305
superseedTestnet : vars . get ( "SUPERSEED_API_KEY" , "" ) ,
1301
- // For Story testnet
1306
+ // For Story testnet & mainnet
1307
+ story : vars . get ( "STORY_API_KEY" , "" ) ,
1302
1308
storyTestnet : vars . get ( "STORY_API_KEY" , "" ) ,
1303
1309
// For Sonic testnet & mainnet
1304
1310
sonic : vars . get ( "SONIC_API_KEY" , "" ) ,
@@ -2165,6 +2171,14 @@ const config: HardhatUserConfig = {
2165
2171
browserURL : "https://sepolia-explorer.superseed.xyz" ,
2166
2172
} ,
2167
2173
} ,
2174
+ {
2175
+ network : "story" ,
2176
+ chainId : 1514 ,
2177
+ urls : {
2178
+ apiURL : "https://www.storyscan.io/api" ,
2179
+ browserURL : "https://www.storyscan.io" ,
2180
+ } ,
2181
+ } ,
2168
2182
{
2169
2183
network : "storyTestnet" ,
2170
2184
chainId : 1315 ,
0 commit comments