Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 20 additions & 70 deletions sourcify-chains-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
]
},
"133": {
"sourcifyName": "HashKey Chain Testnet",
"sourcifyName": "HSKChain Testnet",
"supported": true,
"discoveredBy": [
"drpc"
Expand Down Expand Up @@ -1072,22 +1072,14 @@
"sourcifyName": "Fantom Opera",
"supported": true,
"discoveredBy": [
"drpc",
"quicknode"
"drpc"
],
"rpc": [
{
"type": "APIKeyRPC",
"url": "https://lb.drpc.org/ogrpc?network=fantom&dkey={API_KEY}",
"apiKeyEnvName": "DRPC_API_KEY",
"traceSupport": "trace_transaction"
},
{
"type": "APIKeyRPC",
"url": "https://{SUBDOMAIN}.fantom.quiknode.pro/{API_KEY}/",
"apiKeyEnvName": "QUICKNODE_API_KEY",
"subDomainEnvName": "QUICKNODE_SUBDOMAIN",
"traceSupport": "trace_transaction"
}
]
},
Expand Down Expand Up @@ -1453,19 +1445,9 @@
},
"626": {
"sourcifyName": "BattleChain Mainnet",
"supported": true,
"supported": false,
"discoveredBy": [
"chain-overrides"
],
"fetchContractCreationTxUsing": {
"etherscanApi": true
},
"etherscanApi": {
"supported": true,
"url": "https://block-explorer-api.battlechain.com"
},
"rpc": [
"https://mainnet.battlechain.com"
]
},
"627": {
Expand Down Expand Up @@ -1928,37 +1910,17 @@
},
"1284": {
"sourcifyName": "Moonbeam Mainnet",
"supported": true,
"supported": false,
"discoveredBy": [
"etherscan"
],
"fetchContractCreationTxUsing": {
"etherscanApi": true
},
"etherscanApi": {
"supported": true,
"apiKeyEnvName": "ETHERSCAN_API_KEY_MOONBEAM"
},
"rpc": [
"https://moonbeam.api.onfinality.io/public",
"https://moonbeam.unitedbloc.com",
"https://moonbeam.drpc.org"
]
},
"1285": {
"sourcifyName": "Moonriver Mainnet",
"sourcifyName": "Moonriver",
"supported": true,
"discoveredBy": [
"drpc",
"etherscan"
"drpc"
],
"fetchContractCreationTxUsing": {
"etherscanApi": true
},
"etherscanApi": {
"supported": true,
"apiKeyEnvName": "ETHERSCAN_API_KEY_MOONRIVER"
},
"rpc": [
{
"type": "APIKeyRPC",
Expand All @@ -1969,19 +1931,11 @@
]
},
"1287": {
"sourcifyName": "Moonbase Alpha Testnet",
"sourcifyName": "Moonbase Alpha",
"supported": true,
"discoveredBy": [
"drpc",
"etherscan"
"drpc"
],
"fetchContractCreationTxUsing": {
"etherscanApi": true
},
"etherscanApi": {
"supported": true,
"apiKeyEnvName": "ETHERSCAN_API_KEY_MOONBEAM"
},
"rpc": [
{
"type": "APIKeyRPC",
Expand Down Expand Up @@ -5284,13 +5238,9 @@
},
"200810": {
"sourcifyName": "Bitlayer Testnet",
"supported": true,
"supported": false,
"discoveredBy": [
"additional-chains"
],
"rpc": [
"https://testnet-rpc.bitlayer-rpc.com",
"https://rpc.ankr.com/bitlayer_testnet"
]
},
"200901": {
Expand Down Expand Up @@ -5546,9 +5496,16 @@
},
"543210": {
"sourcifyName": "ZERO Network",
"supported": false,
"supported": true,
"discoveredBy": [
"drpc"
],
"rpc": [
{
"type": "APIKeyRPC",
"url": "https://lb.drpc.org/ogrpc?network=zero&dkey={API_KEY}",
"apiKeyEnvName": "DRPC_API_KEY"
}
]
},
"560048": {
Expand Down Expand Up @@ -5910,17 +5867,9 @@
},
"6281971": {
"sourcifyName": "DogeOS Testnet",
"supported": true,
"supported": false,
"discoveredBy": [
"drpc"
],
"rpc": [
{
"type": "APIKeyRPC",
"url": "https://lb.drpc.org/ogrpc?network=dogeos-testnet&dkey={API_KEY}",
"apiKeyEnvName": "DRPC_API_KEY",
"traceSupport": "debug_traceTransaction"
}
]
},
"7080969": {
Expand Down Expand Up @@ -6324,7 +6273,8 @@
{
"type": "APIKeyRPC",
"url": "https://lb.drpc.org/ogrpc?network=harmony-0&dkey={API_KEY}",
"apiKeyEnvName": "DRPC_API_KEY"
"apiKeyEnvName": "DRPC_API_KEY",
"traceSupport": "trace_transaction"
}
]
},
Expand Down