1.0.9 • Published 1 year ago

@whoislewys/predict-deterministic-address v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Predict Deterministic Address

Minimal JavaScript version of Clones.predictDeterministicAddress from OpenZeppelin

Usage

Installation:

npm i viem predict-deterministic-address

Usage:

import { predictDeterministicAddress } from '@whoislewys/predict-deterministic-address';
import { zeroAddress } from 'viem';

// Mock values for implementation, salt, and deployer
const implementation = zeroAddress;
const salt = 69n;
const deployer = zeroAddress;

const predictedAddress = predictDeterministicAddress(implementation, salt, deployer);
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago