File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2331,7 +2331,7 @@ To verify a deployed [`CreateX`](./src/CreateX.sol) contract on a block explorer
23312331- [ Ink Sepolia Testnet] ( https://explorer-sepolia.inkonchain.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
23322332- [ Morph Holešky Testnet] ( https://explorer-holesky.morphl2.io/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
23332333- [ Shape Sepolia Testnet] ( https://sepolia.shapescan.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
2334- - [ Etherlink Testnet (Ghostnet )] ( https://testnet .explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
2334+ - [ Etherlink Testnet (Shadownet )] ( https://shadownet .explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
23352335- [ Soneium Sepolia Testnet (Minato)] ( https://soneium-minato.blockscout.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
23362336- [ Swellchain Sepolia Testnet] ( https://swell-testnet-explorer.alt.technology/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
23372337- [ Hemi Sepolia Testnet] ( https://testnet.explorer.hemi.xyz/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed )
Original file line number Diff line number Diff line change 11031103 ]
11041104 },
11051105 {
1106- "name" : " Etherlink Testnet (Ghostnet )" ,
1107- "chainId" : 128123 ,
1106+ "name" : " Etherlink Testnet (Shadownet )" ,
1107+ "chainId" : 127823 ,
11081108 "urls" : [
1109- " https://testnet .explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
1109+ " https://shadownet .explorer.etherlink.com/address/0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed"
11101110 ]
11111111 },
11121112 {
Original file line number Diff line number Diff line change @@ -838,10 +838,10 @@ const config: HardhatUserConfig = {
838838 accounts,
839839 } ,
840840 etherlinkTestnet : {
841- chainId : 128123 ,
841+ chainId : 127823 ,
842842 url : vars . get (
843843 "ETHERLINK_TESTNET_URL" ,
844- "https://node.ghostnet .etherlink.com" ,
844+ "https://node.shadownet .etherlink.com" ,
845845 ) ,
846846 accounts,
847847 } ,
@@ -2375,10 +2375,10 @@ const config: HardhatUserConfig = {
23752375 } ,
23762376 {
23772377 network : "etherlinkTestnet" ,
2378- chainId : 128123 ,
2378+ chainId : 127823 ,
23792379 urls : {
2380- apiURL : "https://testnet .explorer.etherlink.com/api" ,
2381- browserURL : "https://testnet .explorer.etherlink.com" ,
2380+ apiURL : "https://shadownet .explorer.etherlink.com/api" ,
2381+ browserURL : "https://shadownet .explorer.etherlink.com" ,
23822382 } ,
23832383 } ,
23842384 {
You can’t perform that action at this time.
0 commit comments