Skip to content

Commit 73cc230

Browse files
committed
➕ Add Etherlink Shadownet Test Network Deployment
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent a5adcd7 commit 73cc230

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

deployments/deployments.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,10 @@
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
{

hardhat.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)