Skip to content

Commit cf79287

Browse files
migrate etherscan refs to blockscout (#1085)
* migrate etherscan refs to blockscout Signed-off-by: Yashvardhan Kukreja <[email protected]> * codegen sync Signed-off-by: Yashvardhan Kukreja <[email protected]> --------- Signed-off-by: Yashvardhan Kukreja <[email protected]>
1 parent 981ce23 commit cf79287

File tree

18 files changed

+56
-46
lines changed

18 files changed

+56
-46
lines changed

CHAINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
| Lisk Sepolia Testnet ||| https://sepolia-blockscout.lisk.com | `https://rpc.sepolia-api.lisk.com` | `https://rpc.sepolia-api.lisk.com` |
6060
| Metal L2 Testnet ||| https://testnet.explorer.metall2.com | `https://testnet.rpc.metall2.com` | `https://testnet.rpc.metall2.com` |
6161
| Mode Testnet ||| https://sepolia.explorer.mode.network | `https://sepolia.mode.network` | `https://sepolia.mode.network` |
62-
| OP Sepolia Testnet ||| https://sepolia-optimistic.etherscan.io | `https://sepolia.optimism.io` | `https://sepolia-sequencer.optimism.io` |
62+
| OP Sepolia Testnet ||| https://testnet-explorer.optimism.io | `https://sepolia.optimism.io` | `https://sepolia-sequencer.optimism.io` |
6363
| Ozean Poseidon Testnet ||| https://ozean-testnet.explorer.caldera.xyz | `https://ozean-testnet.rpc.caldera.xyz/http` | `https://ozean-testnet.rpc.caldera.xyz/http` |
6464
| Pivotal Sepolia ||| https://sepolia.pivotalscan.org/ | `https://sepolia.pivotalprotocol.com/` | `https://sepolia.pivotalprotocol.com/` |
6565
| RACE Testnet ||| https://testnet.racescan.io/ | `https://racetestnet.io` | `https://racetestnet.io` |

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ name: Goerli Dev 0
4444
l1:
4545
chain_id: 5
4646
public_rpc: https://ethereum-goerli-rpc.allthatnode.com
47-
explorer: https://goerli.etherscan.io
47+
explorer: https://eth-goerli.blockscout.com
4848
4949
protocol_versions_addr: null # todo
5050
superchain_config_addr: null # todo

chainList.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
"chain": "sepolia"
757757
},
758758
"faultProofs": {
759-
"status": "none"
759+
"status": "permissioned"
760760
}
761761
},
762762
{
@@ -914,7 +914,7 @@
914914
"https://sepolia.optimism.io"
915915
],
916916
"explorers": [
917-
"https://sepolia-optimistic.etherscan.io"
917+
"https://testnet-explorer.optimism.io"
918918
],
919919
"superchainLevel": 1,
920920
"governedByOptimism": true,

chainList.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
type = "L2"
541541
chain = "sepolia"
542542
[chains.fault_proofs]
543-
status = "none"
543+
status = "permissioned"
544544

545545
[[chains]]
546546
name = "Cyber Testnet"
@@ -652,7 +652,7 @@
652652
identifier = "sepolia/op"
653653
chain_id = 11155420
654654
rpc = ["https://sepolia.optimism.io"]
655-
explorers = ["https://sepolia-optimistic.etherscan.io"]
655+
explorers = ["https://testnet-explorer.optimism.io"]
656656
superchain_level = 1
657657
governed_by_optimism = true
658658
data_availability_type = "eth-da"

docs/ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ state file, however you will need to populate the following yourself:
5959
- `sequencer_rpc`: Sequencer RPC endpoint for your chain.
6060
- `explorer`: Block explorer for your chain.
6161
- `deployment_tx_hash`: Transaction hash of the transaction OP Deployer generated to deploy your chain. You'll need
62-
to look this up on Etherscan for now. It will be automatically populated in the future.
62+
to look this up on Blockscout for now. It will be automatically populated in the future.
6363

6464
Don't forget to double-check the config for any inaccuracies.
6565

ops/internal/manage/testdata/CHAINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Chain Name | OP Governed[^1] | Superchain Hardforks[^2] | Explorer | Public RPC | Sequencer RPC
66
|---|---|---|---|---|---|
7-
| OP Sepolia Testnet ||| https://sepolia-optimistic.etherscan.io | `https://sepolia.optimism.io` | `https://sepolia-sequencer.optimism.io` |
7+
| OP Sepolia Testnet ||| https://testnet-explorer.optimism.io | `https://sepolia.optimism.io` | `https://sepolia-sequencer.optimism.io` |
88
| TestChain ||| https://foo.bar.net | `https://foo.bar.net` | `https://foo.bar.net` |
99

1010

ops/internal/manage/testdata/chainList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"https://sepolia.optimism.io"
88
],
99
"explorers": [
10-
"https://sepolia-optimistic.etherscan.io"
10+
"https://testnet-explorer.optimism.io"
1111
],
1212
"superchainLevel": 1,
1313
"governedByOptimism": true,

ops/internal/manage/testdata/chainList.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
identifier = "sepolia/op"
44
chain_id = 11155420
55
rpc = ["https://sepolia.optimism.io"]
6-
explorers = ["https://sepolia-optimistic.etherscan.io"]
6+
explorers = ["https://testnet-explorer.optimism.io"]
77
superchain_level = 1
88
governed_by_optimism = true
99
data_availability_type = "eth-da"

ops/internal/manage/testdata/superchain/configs/sepolia/op.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "OP Sepolia Testnet"
22
chain_id = 11155420
33
public_rpc = "https://sepolia.optimism.io"
44
sequencer_rpc = "https://sepolia-sequencer.optimism.io"
5-
explorer = "https://sepolia-optimistic.etherscan.io"
5+
explorer = "https://testnet-explorer.optimism.io"
66
superchain_level = 1
77
governed_by_optimism = true
88
superchain_time = 0

ops/internal/manage/testdata/superchain/configs/sepolia/superchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ holocene_time = 1732633200 # Tue Nov 26 15:00:00 UTC 2024
1414
[l1]
1515
chain_id = 11155111
1616
public_rpc = "https://ethereum-sepolia-rpc.publicnode.com"
17-
explorer = "https://sepolia.etherscan.io"
17+
explorer = "https://eth-sepolia.blockscout.com"

0 commit comments

Comments
 (0)