Skip to content

Cloudflare worker that facilitates gasless avatar record updates via the ENS manager app

License

Notifications You must be signed in to change notification settings

ensdomains/ens-avatar-worker

Repository files navigation

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

About

Cloudflare worker that facilitates gasless avatar record updates via the ENS manager app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •