Closed kwunyeung closed 2 years ago
@kwunyeung can i have an example/format of the proof generated by likecoin?
@williamchong can you provide an example?
https://docs.desmos.network/developers/types/profiles/chain-link/#using-the-cli
I followed the output format of desmos create-chain-link-json
{
"address": {
"@type": "/desmos.profiles.v1beta1.Bech32Address",
"value": "cosmos1wfu97hwfv5ukc0xjyutajq9e6w5xkcdprlmyhj",
"prefix": "cosmos"
},
"proof": {
"plain_text": "636f736d6f733177667539376877667635756b6330786a797574616a713965367735786b636470726c6d79686a",
"pub_key": {
"type": "tendermint/PubKeySecp256k1",
"value": "xxx"
},
"signature": "xxx"
},
"chain_config": {
"name": "likecoin"
}
}
@williamchong the upload chain link proof feature has been deployed on https://x.forbole.com now, can you try and see? Do you need any specific support for Likecoin hodlers on Likerland or other dapps?
Yes the transaction part seems working, however I cannot claim airdrop yet due to graphql congestion issue
@williamchong the claim process should be back to normal now. Please test again. Thanks!
@kwunyeung Yes I successfully claimed twice for my accounts, will tell others to try, thanks
Awesome!!
A lot of
LikeCoin
stakers have their keys hosted on a custodial serviceAuthCore
. TheLikeCoin
team will let theirLikerLand
app users to sign a message and generate the proof. We should add a UI for thoseLikeCoin
stakers to upload their proof and broadcast the transaction to create the chain link and eligible to claim the airdrop.