0.0.11 • Published 2 years ago

ens-avatar-worker v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ens-avatar-worker

Install

pnpm install

Setup

cp .example.vars .dev.vars

Run

pnpm start

Publish

pnpm publish

Note

The WEB3_ENDPOINT_MAP needs to be manually set as a secret value. The value should be a JSON object of network name => endpoint.

Value structure:

{
  "mainnet": "<MAINNET_RPC>",
  "goerli": "<GOERLI_RPC>",
  "sepolia": "<SEPOLIA_RPC>",
  "holesky": "<HOLESKY_RPC>"
}

The value can be set by using:

echo <VALUE> | pnpm wrangler secret put WEB3_ENDPOINT_MAP
0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago

1.0.1

3 years ago