Skip to content

Commit

Permalink
♻️ Deprecate sokol Network
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 8, 2023
1 parent 2621220 commit 463b377
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ The current available networks are:
- `polygonZkEVMTestnet`
- `fantomTestnet`
- `fuji`
- `sokol`
- `chiado`
- `moonbaseAlpha`
- `alfajores`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdeployer",
"version": "2.2.0",
"version": "2.2.1",
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
"author": "Pascal Marco Caversaccio <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.2.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const networks = [
"polygonZkEVMTestnet",
"fantomTestnet",
"fuji",
"sokol",
"chiado",
"moonbaseAlpha",
"alfajores",
Expand Down Expand Up @@ -79,7 +78,6 @@ export const explorers = [
"https://testnet-zkevm.polygonscan.com/",
"https://testnet.ftmscan.com/",
"https://testnet.snowtrace.io/",
"https://blockscout.com/poa/sokol/",
"https://gnosis-chiado.blockscout.com/",
"https://moonbase.moonscan.io/",
"https://alfajores.celoscan.io/",
Expand Down

0 comments on commit 463b377

Please sign in to comment.