Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saberhq/merkle-distributor

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/merkle-distributor - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

LICENSE.txt

2

dist/cjs/idls/merkle_distributor.d.ts
export declare type MerkleDistributorIDL = {
version: "0.2.4";
version: "0.2.5";
name: "merkle_distributor";

@@ -4,0 +4,0 @@ instructions: [

@@ -6,3 +6,3 @@ "use strict";

exports.MerkleDistributorJSON = {
version: "0.2.4",
version: "0.2.5",
name: "merkle_distributor",

@@ -9,0 +9,0 @@ instructions: [

export declare type MerkleDistributorIDL = {
version: "0.2.4";
version: "0.2.5";
name: "merkle_distributor";

@@ -4,0 +4,0 @@ instructions: [

import { generateErrorMap } from "@saberhq/anchor-contrib";
export const MerkleDistributorJSON = {
version: "0.2.4",
version: "0.2.5",
name: "merkle_distributor",

@@ -5,0 +5,0 @@ instructions: [

{
"name": "@saberhq/merkle-distributor",
"version": "0.2.4",
"version": "0.2.5",
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -12,5 +12,3 @@ # merkle-distributor

<p align="center">
A program for distributing tokens according to a <a href="https://en.wikipedia.org/wiki/Merkle_tree">Merkle root</a>.
</p>
A program for distributing tokens efficiently via uploading a [Merkle root](https://en.wikipedia.org/wiki/Merkle_tree).

@@ -17,0 +15,0 @@ This program is largely based off of [Uniswap's Merkle Distributor](https://github.com/Uniswap/merkle-distributor).

import { generateErrorMap } from "@saberhq/anchor-contrib";
export type MerkleDistributorIDL = {
version: "0.2.4";
version: "0.2.5";
name: "merkle_distributor";

@@ -249,3 +249,3 @@ instructions: [

export const MerkleDistributorJSON: MerkleDistributorIDL = {
version: "0.2.4",
version: "0.2.5",
name: "merkle_distributor",

@@ -252,0 +252,0 @@ instructions: [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc