Skip to content

Commit

Permalink
Add PublicNode Endpoints (#3239)
Browse files Browse the repository at this point in the history
* Add PublicNode PulseChain Endpoint

* Add PublicNode PulseChain Testent Endpoint

* Add PublicNode Optimism Endpoint

* Add PublicNode Optimism Goerli Endpoint

* Add PublicNode Mantle Endpoint

* Add PublicNode Arbitrum Endpoint

* Add PublicNode Arbitrum Goerli Endpoint

* Add PublicNode Arbitrum Endpoint (Fix)

* Add PublicNode Arbitrum Nova Endpoint

* Add PublicNode Haqq Endpoint

* Add PublicNode Kava Endpoint

* Add PublicNode Iris Endpoint

* Add PublicNode Tenet Endpoint

* Add PublicNode Kava Endpoint (Fix)

* Add PublicNode Tenet Endpoint

* Add PublicNode Optimism Endpoint (Fix)

* Add PublicNode Haqq Endpoint (Fix)

* Add PublicNode Mantle Endpoint (Fix)
  • Loading branch information
3eph1r0th authored Jul 27, 2023
1 parent 47ad509 commit 1aa6ecd
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-10.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OP Mainnet",
"chain": "ETH",
"rpc": ["https://mainnet.optimism.io/"],
"rpc": ["https://mainnet.optimism.io", "https://optimism.publicnode.com"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-11235.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Haqq Network",
"chain": "Haqq",
"rpc": ["https://rpc.eth.haqq.network"],
"rpc": ["https://rpc.eth.haqq.network", "https://haqq-evm.publicnode.com"],
"faucets": [],
"nativeCurrency": {
"name": "Islamic Coin",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-1559.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Tenet Mainnet",
"chain": "TENET",
"icon": "tenet",
"rpc": ["https://rpc.tenet.org"],
"rpc": ["https://rpc.tenet.org", "https://tenet-evm.publicnode.com"],
"faucets": [],
"nativeCurrency": {
"name": "TENET",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-2222.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"https://evm.kava.io",
"https://evm2.kava.io",
"wss://wevm.kava.io",
"wss://wevm2.kava.io"
"wss://wevm2.kava.io",
"https://kava-evm.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
Expand Down
6 changes: 5 additions & 1 deletion _data/chains/eip155-369.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"chainId": 369,
"networkId": 369,
"infoURL": "https://pulsechain.com/",
"rpc": ["https://rpc.pulsechain.com/", "wss://rpc.pulsechain.com/"],
"rpc": [
"https://rpc.pulsechain.com",
"wss://rpc.pulsechain.com",
"https://pulsechain.publicnode.com"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"ens": {
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-420.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "Optimism Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.optimism.io/"],
"rpc": [
"https://goerli.optimism.io",
"https://optimism-goerli.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Goerli Ether",
Expand Down
3 changes: 2 additions & 1 deletion _data/chains/eip155-42161.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"rpc": [
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb1.arbitrum.io/rpc"
"https://arb1.arbitrum.io/rpc",
"https://arbitrum-one.publicnode.com"
],
"faucets": [],
"explorers": [
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-421613.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"symbol": "AGOR",
"decimals": 18
},
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
"rpc": [
"https://goerli-rollup.arbitrum.io/rpc",
"https://arbitrum-goerli.publicnode.com"
],
"faucets": [],
"infoURL": "https://arbitrum.io/",
"explorers": [
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-42170.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://nova.arbitrum.io/rpc"],
"rpc": [
"https://nova.arbitrum.io/rpc",
"https://arbitrum-nova.publicnode.com"
],
"faucets": [],
"explorers": [
{
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-5000.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mantle",
"chain": "ETH",
"icon": "mantle",
"rpc": ["https://rpc.mantle.xyz"],
"rpc": ["https://rpc.mantle.xyz", "https://mantle.publicnode.com"],
"faucets": [],
"nativeCurrency": {
"name": "Mantle",
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-6688.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "IRIShub",
"chain": "IRIShub",
"rpc": ["https://evmrpc.irishub-1.irisnet.org"],
"rpc": [
"https://evmrpc.irishub-1.irisnet.org",
"https://iris-evm.publicnode.com"
],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
Expand Down
4 changes: 3 additions & 1 deletion _data/chains/eip155-943.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"infoURL": "https://pulsechain.com",
"rpc": [
"https://rpc.v4.testnet.pulsechain.com/",
"wss://rpc.v4.testnet.pulsechain.com/"
"wss://rpc.v4.testnet.pulsechain.com/",
"https://pulsechain-testnet.publicnode.com"
],

"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": ["https://faucet.v4.testnet.pulsechain.com/"],
"ens": {
Expand Down

0 comments on commit 1aa6ecd

Please sign in to comment.