Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: explorer endpoint #939

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Conversation

jessepinkman9900
Copy link
Contributor

@jessepinkman9900 jessepinkman9900 commented Feb 24, 2023

View in Huly HI-727

@kuzdogan
Copy link
Member

The immutable test was failing and it seems it is because https://canto.slingshot.finance was returning empty response when the tx is requested:

curl --location 'https://canto.slingshot.finance/' --header 'Content-Type: application/json' --data '{
	"jsonrpc":"2.0",
	"method":"eth_getTransactionByHash",
	"params":[
		"0x118e78686df742d225a28caf8852ec29269d01effa46c799ed02ff3051dbcc33"
	],
	"id":1
}'

returns:

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": null
}

The second RPC https://canto.neobase.one/ returns successfully. You might want to look into why canto.slingshot.finance is behaving this way.

This had to be handled by our server but it seems there was a bug. Now we use the successful response from the second RPC. Can you please rebase?

@jessepinkman9900
Copy link
Contributor Author

@kuzdogan rebase completed. please review

@kuzdogan kuzdogan merged commit b5b67b8 into ethereum:staging Mar 6, 2023
@jessepinkman9900 jessepinkman9900 deleted the add-chain-7700 branch March 7, 2023 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants