How to guess unichain mainnet genesis?
What we have? testnet genesis https://github.com/Uniswap/unichain-node/raw/main/chainconfig/sepolia/genesis-l2.json
a working L2 RPC https:…
How to use Pyth without SDK?
1. How to get Pyth Price ID? Human: https://pyth.network/developers/price-feed-ids
API: https://benchmarks.pyth.network/v1/price_feeds/
For…
Solana Durable Nonce介绍与python使用
Solana Durable Nonce 是什么? solana 发交易需要对recent_blockhash 做签名,超过 2 分钟之后这个交易就不再被承认,从而避免双花
但这个设计无法支持多签场景(多个人没办法保证 2 分钟之内干完所有签名并广播),Solana 就引入了…
azuro代码分析
https://azuro.org 最近的池子 profit 的 dune 查询:https://dune.com/queries/2513483
池子收益看板: https://tools.defieye.io/superset/dashboard/azuro…
修复superset默认的key CVE-2023-27524
参考: https://www.theregister.com/2023/04/25/apache_superset_cve/ superset 旧版本默认使用"\2\1thisismyscretkey\1\2\\e\\y\\y\\h" 作为加密的 key,用于 sesison…
AAVE跨链治理的技术细节
AAVE的跨链治理是怎么做的?技术上又是如何实现的?真的必须等待7天嘛?