Skip to content

Commit

Permalink
Fix studio deploy url (#26)
Browse files Browse the repository at this point in the history
* fix studio deploy url

* update studio validation
  • Loading branch information
YaroShkvorets authored Dec 3, 2024
1 parent 1f142ac commit d651a2f
Show file tree
Hide file tree
Showing 81 changed files with 146 additions and 114 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.12",
"version": "0.6.13",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions registry/arweave/arweave-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"networkType": "mainnet",
"graphNode": { "protocol": "arweave" },
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["arweave.firehose.pinax.network:443"],
"substreams": ["arweave.substreams.pinax.network:443"]
},
Expand Down
4 changes: 2 additions & 2 deletions registry/bip122/btc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"apiUrls": [],
"networkType": "mainnet",
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": [
"bitcoin.firehose.pinax.network:443",
"mainnet.btc.streamingfast.io:443"
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/abstract-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "kind": "testnetOf", "network": "abstract" },
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/abstract.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"aliases": ["evm-2741", "abstract-mainnet"],
"caip2Id": "eip155:2741",
"graphNode": { "protocol": "ethereum" },
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
"issuanceRewards": false,
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/arbitrum-nova.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{ "url": "https://nova-explorer.arbitrum.io/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["arbnova.firehose.pinax.network:443"],
"substreams": ["arbnova.substreams.pinax.network:443"]
},
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/arbitrum-one.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{ "url": "https://arbitrum.blockscout.com/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": [
"arbone.firehose.pinax.network:443",
"arb-one.streamingfast.io:443"
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/arbitrum-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
{ "url": "https://sepolia-explorer.arbitrum.io/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["arbsepolia.firehose.pinax.network:443"],
"substreams": ["arbsepolia.substreams.pinax.network:443"]
},
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/astar-zkevm-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["zkastar.firehose.pinax.network:443"],
"substreams": ["zkastar.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/aurora-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apiUrls": [
{ "url": "https://explorer.testnet.aurora.dev/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "aurora" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/aurora.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apiUrls": [
{ "url": "https://explorer.mainnet.aurora.dev/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "ETH",
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": [
"avalanche-mainnet.streamingfast.io:443",
"avalanche.firehose.pinax.network:443"
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/base-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ "url": "https://base-sepolia.blockscout.com/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["basesepolia.firehose.pinax.network:443"],
"substreams": ["basesepolia.substreams.pinax.network:443"]
},
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
{ "url": "https://base.blockscout.com/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": [
"base.firehose.pinax.network:443",
"base-mainnet.streamingfast.io:443"
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/blast-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
{ "url": "https://blast.blockscout.com/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["blast.firehose.pinax.network:443"],
"substreams": ["blast.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/blast-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{ "url": "https://blast-testnet.blockscout.com/api", "kind": "blockscout" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["blastsepolia.firehose.pinax.network:443"],
"substreams": ["blastsepolia.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/boba-bnb-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "kind": "testnetOf", "network": "boba-bnb" },
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/boba-bnb.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["bobabnb.firehose.pinax.network:443"],
"substreams": ["bobabnb.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/boba-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["bobasepolia.firehose.pinax.network:443"],
"substreams": ["bobasepolia.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/boba.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["boba.firehose.pinax.network:443"],
"substreams": ["boba.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/botanix-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "botanix-testnet" }],
"issuanceRewards": false,
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"networkType": "mainnet",
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["bsc.firehose.pinax.network:443", "bnb.streamingfast.io:443"],
"substreams": [
"bsc.substreams.pinax.network:443",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/celo-alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{ "url": "https://celo-alfajores.blockscout.com/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"issuanceRewards": false,
"nativeToken": "CELO",
"docsUrl": "https://docs.celo.org",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{ "url": "https://celo.abi.pinax.network/api", "kind": "etherscan" },
{ "url": "https://explorer.celo.org/mainnet/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": true,
"nativeToken": "CELO",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/chapel.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "bsc" }],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["chapel.firehose.pinax.network:443"],
"substreams": ["chapel.substreams.pinax.network:443"]
},
Expand Down
8 changes: 6 additions & 2 deletions registry/eip155/chiliz-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
"explorerUrls": ["https://testnet.chiliscan.com"],
"rpcUrls": ["https://spicy-rpc.chiliz.com"],
"apiUrls": [
{ "url": "https://spicy-explorer.chiliz.com/api", "kind": "etherscan" }
{ "url": "https://spicy-explorer.chiliz.com/api", "kind": "etherscan" },
{
"url": "https://api.routescan.io/v2/network/testnet/evm/88882/etherscan/api",
"kind": "etherscan"
}
],
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "chiliz" }],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"issuanceRewards": false,
"nativeToken": "CHZ",
"docsUrl": "https://docs.chiliz.com",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/chiliz.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"networkType": "mainnet",
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["chiliz.firehose.pinax.network:443"],
"substreams": ["chiliz.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/clover.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rpcUrls": ["https://api-para.clv.org"],
"apiUrls": [{ "url": "https://clvscan.com/api", "kind": "blockscout" }],
"networkType": "mainnet",
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"issuanceRewards": false,
"nativeToken": "CLV",
"docsUrl": "https://docs.clv.org",
Expand Down
8 changes: 6 additions & 2 deletions registry/eip155/corn-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
"explorerUrls": ["https://testnet-explorer.usecorn.com"],
"rpcUrls": ["https://testnet-rpc.usecorn.com"],
"apiUrls": [
{ "url": "https://testnet-explorer.usecorn.com/api", "kind": "etherscan" }
{ "url": "https://testnet-explorer.usecorn.com/api", "kind": "etherscan" },
{
"url": "https://api.routescan.io/v2/network/testnet/evm/21000001/etherscan/api",
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "kind": "l2Of", "network": "sepolia" },
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/corn.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/etherlink-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apiUrls": [
{ "url": "https://explorer.etherlink.com/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "XTZ",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/etherlink-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"kind": "blockscout"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "etherlink-mainnet" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/fantom-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "fantom" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/fantom.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{ "url": "https://fantom.abi.pinax.network/api", "kind": "etherscan" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["fantom.firehose.pinax.network:443"],
"substreams": ["fantom.substreams.pinax.network:443"]
},
Expand Down
8 changes: 6 additions & 2 deletions registry/eip155/fuji.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
"https://fuji.rpc.pinax.network/v1/{PINAX_API_KEY}/ext/bc/C/rpc"
],
"apiUrls": [
{ "url": "https://api-testnet.snowtrace.io/api", "kind": "etherscan" }
{ "url": "https://api-testnet.snowtrace.io/api", "kind": "etherscan" },
{
"url": "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan/api",
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "avalanche" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/fuse-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apiUrls": [
{ "url": "https://explorer.fusespark.io/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "fuse" }],
"issuanceRewards": false,
Expand Down
4 changes: 2 additions & 2 deletions registry/eip155/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"apiUrls": [{ "url": "https://explorer.fuse.io/api", "kind": "blockscout" }],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"sps": ["https://api.thegraph.com/deploy"],
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
"sps": ["https://api.studio.thegraph.com/deploy"],
"firehose": ["fuse.firehose.pinax.network:443"],
"substreams": ["fuse.substreams.pinax.network:443"]
},
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/gnosis-chiado.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"apiUrls": [
{ "url": "https://gnosis-chiado.blockscout.com/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "gnosis" }],
"issuanceRewards": false,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "url": "https://gnosis.abi.pinax.network/api", "kind": "etherscan" },
{ "url": "https://gnosis.blockscout.com/api", "kind": "blockscout" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": true,
"nativeToken": "XDAI",
Expand Down
Loading

0 comments on commit d651a2f

Please sign in to comment.