Skip to content

Instantly share code, notes, and snippets.

@jackeycui7
jackeycui7 / KyaAllocatorProxy.abi.json
Created April 25, 2026 17:03
KyaAllocatorProxy ABI (Base mainnet 0xD544E5A2EF9100d3BD2fB7CffD2a4f7C773a1963)
[
{
"type": "constructor",
"inputs": [
{
"name": "allocator_",
"type": "address",
"internalType": "address"
},
{
@jackeycui7
jackeycui7 / sui...supra-svalue-feed-framework...Move.toml
Created September 7, 2023 10:20
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.18+commit.87f61d96.js&optimize=false&runs=200&gist=
[package]
name = "SupraOracle"
version = "0.0.1"
published-at = "0x4dedb6c492a901d21dfdbec38e2261802df0edd436a02c247a7934c4d7539301"
[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.2.0" }