@big-whale-labs/constants
Advanced tools
Comparing version 0.1.1 to 0.1.2
export declare const ETH_NETWORK = "goerli"; | ||
export declare const ETH_RPC = "https://goerli.sealcred.xyz/rpc"; | ||
export declare const ETH_RPC_MAINNET = "https://eth.sealcred.xyz/rpc"; | ||
export declare const ETH_WS = "wss://gorli.sealcred.xyz/ws"; | ||
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0x23D23D705F00580852075add1149BF2db059512f"; | ||
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3"; | ||
export declare const EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0x88d5A525D5Ae030bCb66BFCec92EE7E051861732"; | ||
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0xDbf1d0AEc19A7799181bCF582412083e102A14F8"; | ||
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x060a92F0fa5C6Ef1091cDa03ED423ECddaf5321B"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.ETH_WS = exports.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0; | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.ETH_RPC_MAINNET = exports.ETH_RPC = exports.ETH_NETWORK = void 0; | ||
exports.ETH_NETWORK = 'goerli'; | ||
exports.ETH_RPC = 'https://goerli.sealcred.xyz/rpc'; | ||
exports.ETH_RPC_MAINNET = 'https://eth.sealcred.xyz/rpc'; | ||
exports.ETH_WS = 'wss://gorli.sealcred.xyz/ws'; | ||
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x23D23D705F00580852075add1149BF2db059512f'; | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3'; | ||
exports.EXTERNAL_SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x88d5A525D5Ae030bCb66BFCec92EE7E051861732'; | ||
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0xDbf1d0AEc19A7799181bCF582412083e102A14F8'; | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x060a92F0fa5C6Ef1091cDa03ED423ECddaf5321B'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@big-whale-labs/constants", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Various constants used by BWL products", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4514