-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please validate balances of the following addresses #651
Labels
bug
Something isn't working
Comments
JS Script to fetch balance from node fetch("https://mainnet.ckb.dev/", {
"method": "POST",
"body": JSON.stringify({
"jsonrpc": "2.0",
"id": 2,
"method": "get_cells_capacity",
"params": [
{
"script": {
"code_hash": "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8",
"args": "0x8211f1b938a107cd53b6302cc752a6fc3965638d",
"hash_type": "type"
},
"script_type": "lock"
}
]
})
})
.then((res) => res.json())
.then(res => console.log(+res.result.capacity)) |
|
|
|
Addresses that should be validated will be updated at https://ckb-metrics.vercel.app/addresses/incorrect |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The text was updated successfully, but these errors were encountered: