From f45be205411fe6b61548a87e4d1ebdd55a606ee3 Mon Sep 17 00:00:00 2001 From: Yaro Shkvorets Date: Thu, 28 Nov 2024 18:25:05 -0500 Subject: [PATCH] update api urls (#21) --- package.json | 2 +- registry/eip155/bsc.json | 2 +- registry/eip155/iotex.json | 2 +- registry/eip155/mainnet.json | 2 +- registry/eip155/matic.json | 2 +- registry/eip155/polygon-zkevm-cardona.json | 4 ++++ 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bc753e7..7522494 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.8", + "version": "0.6.9", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/bsc.json b/registry/eip155/bsc.json index e58dd67..b1be15e 100644 --- a/registry/eip155/bsc.json +++ b/registry/eip155/bsc.json @@ -11,7 +11,7 @@ "https://bsc-dataseed1.defibit.io", "https://bsc.rpc.pinax.network/v1/{PINAX_API_KEY}" ], - "apiUrls": [{ "url": "https://api.bscscan.com/api", "kind": "etherscan" }], + "apiUrls": [{ "url": "https://bsc.abi.pinax.network/api", "kind": "etherscan" }], "networkType": "mainnet", "services": { "subgraphs": ["https://api.thegraph.com/deploy"], diff --git a/registry/eip155/iotex.json b/registry/eip155/iotex.json index 6213942..cf33a9c 100644 --- a/registry/eip155/iotex.json +++ b/registry/eip155/iotex.json @@ -7,7 +7,7 @@ "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://iotexscan.io"], "rpcUrls": ["https://babel-api.mainnet.iotex.io"], - "apiUrls": [{ "url": "https://iotexscan.io/api", "kind": "etherscan" }], + "apiUrls": [{ "url": "https://index.iotexscan.io/api", "kind": "etherscan" }], "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "mainnet", "issuanceRewards": false, diff --git a/registry/eip155/mainnet.json b/registry/eip155/mainnet.json index d3af161..cef4d29 100644 --- a/registry/eip155/mainnet.json +++ b/registry/eip155/mainnet.json @@ -13,7 +13,7 @@ "https://mainnet.infura.io/v3/{INFURA_API_KEY}" ], "apiUrls": [ - { "url": "https://api.etherscan.io/api", "kind": "etherscan" }, + { "url": "https://mainnet.abi.pinax.network/api", "kind": "etherscan" }, { "url": "https://eth.blockscout.com/api", "kind": "blockscout" } ], "networkType": "mainnet", diff --git a/registry/eip155/matic.json b/registry/eip155/matic.json index 0b29a5f..f2e7878 100644 --- a/registry/eip155/matic.json +++ b/registry/eip155/matic.json @@ -13,7 +13,7 @@ "https://rpc.ankr.com/polygon" ], "apiUrls": [ - { "url": "https://api.polygonscan.com/api", "kind": "etherscan" } + { "url": "https://polygon.abi.pinax.network/api", "kind": "etherscan" } ], "networkType": "mainnet", "services": { diff --git a/registry/eip155/polygon-zkevm-cardona.json b/registry/eip155/polygon-zkevm-cardona.json index 0b27fca..4a3f7ed 100644 --- a/registry/eip155/polygon-zkevm-cardona.json +++ b/registry/eip155/polygon-zkevm-cardona.json @@ -19,6 +19,10 @@ { "url": "https://api-cardona-zkevm.polygonscan.com/api", "kind": "etherscan" + }, + { + "url": "https://polygon-zkevm-cardona.abi.pinax.network/api", + "kind": "etherscan" } ], "networkType": "testnet",