Skip to main content
Home

Built and signed on GitHub Actions

Dexlens Addressbook

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
94%
Published
a year ago (0.0.3)

addressbook

Contains common addresses used by Dexlens applications.

Installation

deno add jsr:@dexlens/addressbook

Usage

import { ETH_UNISWAP_ROUTER_ADDRESS } from "jsr:@dexlens/addressbook";

Examples

Example 1

import { ETH_UNISWAP_ROUTER_ADDRESS } from "jsr:@dexlens/addressbook";
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";
or

Import directly with a jsr specifier

import * as addressbook from "jsr:@dexlens/addressbook";

Add Package

pnpm i jsr:@dexlens/addressbook
or (using pnpm 10.8 or older)
pnpm dlx jsr add @dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";

Add Package

yarn add jsr:@dexlens/addressbook
or (using Yarn 4.8 or older)
yarn dlx jsr add @dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";

Add Package

vlt install jsr:@dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";

Add Package

npx jsr add @dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";

Add Package

bunx jsr add @dexlens/addressbook

Import symbol

import * as addressbook from "@dexlens/addressbook";