Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Update explorer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cryppyrc authored Sep 3, 2024
1 parent 1c2bee1 commit 5e7ebd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/explorer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fetch('https://rpc.nosocoin.com:8078', {
fetch('173.212.222.226:8078', {
method: 'POST',
headers: {
'Origin': 'https://rpc.nosocoin.com'
'Origin': '173.212.222.226'
},
body: JSON.stringify({
"jsonrpc": "2.0",
Expand Down Expand Up @@ -41,10 +41,10 @@ const shortenHash = (hash) => {
};

const fetchBlocks = async (i) => {
const response = await fetch('https://rpc.nosocoin.com:8078', {
const response = await fetch('173.212.222.226:8078', {
method: 'POST',
headers: {
'Origin': 'https://rpc.nosocoin.com'
'Origin': '173.212.222.226'
},
body: JSON.stringify({
"jsonrpc": "2.0",
Expand Down

0 comments on commit 5e7ebd4

Please sign in to comment.