Skip to content

Instantly share code, notes, and snippets.

@mukul013
mukul013 / gist:46f74fdc6a232556b47ac1eb1b677785
Created October 23, 2025 12:25
meteora-public-config.json
[
{
"index": 0,
"baseFeeValue": 2500000,
"baseFee": {
"cliffFeeNumerator": 2500000,
"numberOfPeriod": 0,
"reductionFactor": 0,
"periodFrequency": 0,
"feeSchedulerMode": 0
@mukul013
mukul013 / .deps...npm...hardhat...console.sol
Created October 11, 2023 18:30
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=
// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;
library console {
address constant CONSOLE_ADDRESS =
0x000000000000000000636F6e736F6c652e6c6f67;
function _sendLogPayloadImplementation(bytes memory payload) internal view {
address consoleAddress = CONSOLE_ADDRESS;
/// @solidity memory-safe-assembly