Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.18",
"version": "0.7.19",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions registry/eip155/autonomys-taurus.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
],
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "kind": "testnetOf", "network": "autonomys" }
],
"issuanceRewards": false,
"nativeToken": "AI3",
"docsUrl": "https://docs.autonomys.xyz",
Expand Down
33 changes: 33 additions & 0 deletions registry/eip155/autonomys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"id": "autonomys",
"shortName": "Autonomys",
"fullName": "Autonomys Mainnet",
"aliases": ["evm-870", "autonomys-mainnet"],
"caip2Id": "eip155:870",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://explorer.auto-evm.mainnet.autonomys.xyz/"],
"rpcUrls": ["https://auto-evm.mainnet.autonomys.xyz/ws"],
"apiUrls": [
{
"url": "https://explorer.auto-evm.mainnet.autonomys.xyz/api",
"kind": "blockscout"
}
],
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "AI3",
"docsUrl": "https://docs.autonomys.xyz",
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": true,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex",
"firstStreamableBlock": {
"id": "0x085b6a1088858e39e9f26e832db9ba44e7f8ca977f363f0aff79f8bec5abb8b9",
"height": 0
},
"blockFeatures": ["base"]
},
"icon": { "web3Icons": { "name": "autonomys" } }
}
1 change: 1 addition & 0 deletions registry/eip155/zilliqa-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"kind": "blockscout"
}
],
"rpcUrls": ["https://api.testnet.zilliqa.com"],
"networkType": "testnet",
"relations": [{ "kind": "testnetOf", "network": "zilliqa" }],
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
Expand Down
1 change: 1 addition & 0 deletions src/validate_logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ALLOWED_DUPLICATES: string[] = [
const ALLOWED_ETHEREUM_LIST_MISSING: string[] = [
"ozean-poseidon",
"injective-evm-testnet",
"autonomys",
];

function validateFilenames(networksPath: string) {
Expand Down
Loading