UNPKG

toucan-sdk

Version:

A JavaScript SDK for Toucan Protocol. Works in the web browser and Node.js.

10 lines (9 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const networkIds = { mumbai: 80001, polygon: 137, celo: 42220, alfajores: 44787, }; exports.default = networkIds;