npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@dfdao/settings

v6.7.31

Published

This package contains decoders and types for settings required to prepare and deploy the Dark Forest smart contracts.

Downloads

9

Readme

@dfdao/settings

This package contains decoders and types for settings required to prepare and deploy the Dark Forest smart contracts.

Installation

You can install this package using npm or yarn by running:

npm install --save @dfdao/settings
yarn add @dfdao/settings

When using this in a plugin, you might want to load it with skypack

import * as settings from 'http://cdn.skypack.dev/@dfdao/settings';

Table of contents

Type aliases

Functions

Type aliases

AdminPlanets

Ƭ AdminPlanets: ReturnType<typeof decodeAdminPlanets>


ArenaPlanets

Ƭ ArenaPlanets: ReturnType<typeof decodeArenaPlanets>


Contracts

Ƭ Contracts: ReturnType<typeof decodeContracts>


Initializers

Ƭ Initializers: ReturnType<typeof decodeInitializers>

Functions

decodeAdminPlanets

Const decodeAdminPlanets(blob): Object[]

Parameters

| Name | Type | | :----- | :------ | | blob | unknown |

Returns

Object[]


decodeArenaPlanet

Const decodeArenaPlanet(blob): DecodeResult<Object>

Parameters

| Name | Type | | :----- | :------ | | blob | unknown |

Returns

DecodeResult<Object>


decodeArenaPlanets

Const decodeArenaPlanets(blob): Object[]

Parameters

| Name | Type | | :----- | :------ | | blob | unknown |

Returns

Object[]


decodeContracts

Const decodeContracts(blob): Object

Parameters

| Name | Type | | :----- | :------ | | blob | unknown |

Returns

Object

| Name | Type | | :--------------------------- | :------------------ | | CONTRACT_ADDRESS | string | | FAUCET_ADDRESS | undefined | string | | INIT_ADDRESS | string | | LIB_ARTIFACT_UTILS_ADDRESS | undefined | string | | LIB_GAME_UTILS_ADDRESS | undefined | string | | LIB_PLANET_ADDRESS | undefined | string | | NETWORK | string | | NETWORK_ID | number | | START_BLOCK | number | | VERIFIER_ADDRESS | undefined | string |


decodeInitializers

Const decodeInitializers(blob): Object

Parameters

| Name | Type | | :----- | :------ | | blob | unknown |

Returns

Object

| Name | Type | | :------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ABANDON_RANGE_CHANGE_PERCENT | number | | ABANDON_SPEED_CHANGE_PERCENT | number | | ADMIN_CAN_ADD_PLANETS | boolean | | ARTIFACT_POINT_VALUES | Tuple6<number> | | BIOMEBASE_KEY | number | | BIOME_THRESHOLD_1 | number | | BIOME_THRESHOLD_2 | number | | BLOCK_CAPTURE | boolean | | BLOCK_MOVES | boolean | | CAPTURE_ZONES_ENABLED | boolean | | CAPTURE_ZONES_PER_5000_WORLD_RADIUS | number | | CAPTURE_ZONE_CHANGE_BLOCK_INTERVAL | number | | CAPTURE_ZONE_COUNT | number | | CAPTURE_ZONE_HOLD_BLOCKS_REQUIRED | number | | CAPTURE_ZONE_PLANET_LEVEL_SCORE | ExactArray10<number> | | CAPTURE_ZONE_RADIUS | number | | CLAIM_VICTORY_ENERGY_PERCENT | number | | CONFIRM_START | boolean | | DISABLE_ZK_CHECKS | boolean | | INIT_PERLIN_MAX | number | | INIT_PERLIN_MIN | number | | INIT_PLANETS | ({ location: string; x: string; y: string; perlin: number; level: number; planetType: number; requireValidLocationId: boolean; isTargetPlanet: boolean; isSpawnPlanet: boolean; blockedPlanetIds: string[]; })[] | | LOCATION_REVEAL_COOLDOWN | number | | MANUAL_SPAWN | boolean | | MAX_NATURAL_PLANET_LEVEL | number | | MODIFIERS | ExactArray8<number> | | NO_ADMIN | boolean | | NUM_TEAMS | number | | PERLIN_LENGTH_SCALE | number | | PERLIN_MIRROR_X | boolean | | PERLIN_MIRROR_Y | boolean | | PERLIN_THRESHOLD_1 | number | | PERLIN_THRESHOLD_2 | number | | PERLIN_THRESHOLD_3 | number | | PHOTOID_ACTIVATION_DELAY | number | | PLANETHASH_KEY | number | | PLANET_LEVEL_JUNK | ExactArray10<number> | | PLANET_LEVEL_THRESHOLDS | ExactArray10<number> | | PLANET_RARITY | number | | PLANET_TRANSFER_ENABLED | boolean | | PLANET_TYPE_WEIGHTS | PlanetTypeWeights | | RANDOM_ARTIFACTS | boolean | | RANKED | boolean | | SILVER_SCORE_VALUE | number | | SPACESHIPS | ExactArray5<boolean> | | SPACETYPE_KEY | number | | SPACE_JUNK_ENABLED | boolean | | SPACE_JUNK_LIMIT | number | | SPAWN_RIM_AREA | number | | START_PAUSED | boolean | | TARGETS_REQUIRED_FOR_VICTORY | number | | TARGET_PLANETS | boolean | | TEAMS_ENABLED | boolean | | TIME_FACTOR_HUNDREDTHS | number | | TOKEN_MINT_END_TIMESTAMP | number | | WORLD_RADIUS_LOCKED | boolean | | WORLD_RADIUS_MIN | number |