Skip to content

Commit b8e7f18

Browse files
authored
deprecated apr13 (#218)
2 parents 4915820 + 97f7d07 commit b8e7f18

18 files changed

Lines changed: 18 additions & 18 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.79",
2+
"version": "0.7.80",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/abstract-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"kind": "etherscan"
1818
}
1919
],
20-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
20+
"services": { "subgraphs": [] },
2121
"networkType": "testnet",
2222
"relations": [
2323
{ "kind": "testnetOf", "network": "abstract" },

registry/eip155/abstract.json

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

registry/eip155/corn-testnet.json

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

registry/eip155/corn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"kind": "etherscan"
1515
}
1616
],
17-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
17+
"services": { "subgraphs": [] },
1818
"networkType": "mainnet",
1919
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
2020
"issuanceRewards": false,

registry/eip155/fraxtal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"kind": "etherscan"
1515
}
1616
],
17-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
17+
"services": { "subgraphs": [] },
1818
"networkType": "mainnet",
1919
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
2020
"issuanceRewards": false,

registry/eip155/hashkeychain-sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{ "kind": "l2Of", "network": "sepolia" },
1717
{ "kind": "testnetOf", "network": "hashkeychain" }
1818
],
19-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
19+
"services": { "subgraphs": [] },
2020
"issuanceRewards": false,
2121
"nativeToken": "HSK",
2222
"docsUrl": "https://docs.hsk.xyz",

registry/eip155/hashkeychain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"rpcUrls": ["https://mainnet.hsk.xyz"],
1313
"networkType": "mainnet",
1414
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
15-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
15+
"services": { "subgraphs": [] },
1616
"issuanceRewards": false,
1717
"nativeToken": "HSK",
1818
"docsUrl": "https://docs.hsk.xyz",

registry/eip155/iotex-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"apiUrls": [
1212
{ "url": "https://testnet.index.iotexscan.io/api", "kind": "etherscan" }
1313
],
14-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
14+
"services": { "subgraphs": [] },
1515
"networkType": "testnet",
1616
"relations": [{ "kind": "testnetOf", "network": "iotex" }],
1717
"issuanceRewards": false,

registry/eip155/iotex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"https://iotex.api.onfinality.io/public"
1212
],
1313
"apiUrls": [{ "url": "https://index.iotexscan.io/api", "kind": "etherscan" }],
14-
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
14+
"services": { "subgraphs": [] },
1515
"networkType": "mainnet",
1616
"issuanceRewards": false,
1717
"nativeToken": "IOTX",

0 commit comments

Comments
 (0)