Skip to content

Commit 2014139

Browse files
authored
deprecated several chains (#231)
2 parents 6b4b78b + e6d7d23 commit 2014139

13 files changed

Lines changed: 13 additions & 13 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.88",
2+
"version": "0.7.89",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/apechain-curtis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{ "kind": "testnetOf", "network": "apechain" },
2020
{ "kind": "l2Of", "network": "arbitrum-sepolia" }
2121
],
22-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
22+
"services": { "subgraphs": [] },
2323
"issuanceRewards": false,
2424
"nativeToken": "APE",
2525
"docsUrl": "https://docs.apechain.com",

registry/eip155/apechain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apiUrls": [
1111
{ "url": "https://apechain.abi.pinax.network/api", "kind": "etherscan" }
1212
],
13-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
13+
"services": { "subgraphs": [] },
1414
"networkType": "mainnet",
1515
"issuanceRewards": false,
1616
"nativeToken": "APE",

registry/eip155/autonomys-chronos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"kind": "blockscout"
1414
}
1515
],
16-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
16+
"services": { "subgraphs": [] },
1717
"networkType": "testnet",
1818
"relations": [{ "kind": "testnetOf", "network": "autonomys" }],
1919
"issuanceRewards": false,

registry/eip155/autonomys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"kind": "blockscout"
1414
}
1515
],
16-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
16+
"services": { "subgraphs": [] },
1717
"networkType": "mainnet",
1818
"issuanceRewards": false,
1919
"nativeToken": "AI3",

registry/eip155/berachain-bepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"networkType": "testnet",
2222
"relations": [{ "kind": "testnetOf", "network": "berachain" }],
23-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
23+
"services": { "subgraphs": [] },
2424
"issuanceRewards": false,
2525
"nativeToken": "BERA",
2626
"docsUrl": "https://docs.berachain.com",

registry/eip155/berachain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"services": {
18-
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
18+
"subgraphs": [],
1919
"firehose": [],
2020
"substreams": []
2121
},

registry/eip155/cronos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apiUrls": [
1111
{ "url": "https://cronos.org/explorer/api", "kind": "blockscout" }
1212
],
13-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
13+
"services": { "subgraphs": [] },
1414
"networkType": "mainnet",
1515
"issuanceRewards": false,
1616
"nativeToken": "CRO",

registry/eip155/ink-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"rpcUrls": ["https://rpc-gel-sepolia.inkonchain.com"],
17-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
17+
"services": { "subgraphs": [] },
1818
"networkType": "testnet",
1919
"relations": [
2020
{ "kind": "testnetOf", "network": "ink" },

registry/eip155/ink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{ "url": "https://explorer.inkonchain.com/api", "kind": "blockscout" }
1111
],
1212
"rpcUrls": ["https://rpc-gel.inkonchain.com"],
13-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
13+
"services": { "subgraphs": [] },
1414
"networkType": "mainnet",
1515
"issuanceRewards": false,
1616
"nativeToken": "ETH",

0 commit comments

Comments
 (0)