Skip to content

Commit

Permalink
update api urls (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Nov 28, 2024
1 parent 9500946 commit f45be20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 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.8",
"version": "0.6.9",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/iotex.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/matic.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions registry/eip155/polygon-zkevm-cardona.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f45be20

Please sign in to comment.