@big-whale-labs/constants
Advanced tools
Comparing version 0.0.18 to 0.1.0
export declare const ETH_NETWORK = "goerli"; | ||
export declare const ETH_RPC = "https://goerli.sealcred.xyz/rpc"; | ||
export declare const ETH_WS = "wss://gorli.sealcred.xyz/ws"; | ||
export declare const SCLEDGER_CONTRACT_ADDRESS = "0xEB0cB50a5C12B376aaf555E72FE06a6ECA154292"; | ||
export declare const DOSU_INVITES_CONTRACT_ADDRESS = "0x7aB9ECe4C506A87A5f6555542B9b205851aBc002"; | ||
export declare const SC_ERC721_LEDGER_CONTRACT_ADDRESS = "0x23D23D705F00580852075add1149BF2db059512f"; | ||
export declare const SC_EMAIL_LEDGER_CONTRACT_ADDRESS = "0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DOSU_INVITES_CONTRACT_ADDRESS = exports.SCLEDGER_CONTRACT_ADDRESS = exports.ETH_WS = exports.ETH_RPC = exports.ETH_NETWORK = void 0; | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = exports.ETH_WS = exports.ETH_RPC = exports.ETH_NETWORK = void 0; | ||
exports.ETH_NETWORK = 'goerli'; | ||
exports.ETH_RPC = 'https://goerli.sealcred.xyz/rpc'; | ||
exports.ETH_WS = 'wss://gorli.sealcred.xyz/ws'; | ||
exports.SCLEDGER_CONTRACT_ADDRESS = '0xEB0cB50a5C12B376aaf555E72FE06a6ECA154292'; | ||
exports.DOSU_INVITES_CONTRACT_ADDRESS = '0x7aB9ECe4C506A87A5f6555542B9b205851aBc002'; | ||
exports.SC_ERC721_LEDGER_CONTRACT_ADDRESS = '0x23D23D705F00580852075add1149BF2db059512f'; | ||
exports.SC_EMAIL_LEDGER_CONTRACT_ADDRESS = '0x5AA6b79A8ea7c240c8DE59a83765AC984912A8f3'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@big-whale-labs/constants", | ||
"version": "0.0.18", | ||
"version": "0.1.0", | ||
"description": "Various constants used by BWL products", | ||
@@ -30,17 +30,17 @@ "main": "dist/index.js", | ||
"@types/node": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.28.0", | ||
"@typescript-eslint/parser": "^5.28.0", | ||
"eslint": "^8.17.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
"@typescript-eslint/parser": "^5.30.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-no-relative-import-paths": "^1.3.3", | ||
"eslint-plugin-no-relative-import-paths": "^1.3.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^4.1.0", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"np": "^7.6.1", | ||
"np": "^7.6.2", | ||
"prettier": "^2.7.1", | ||
"tsc-watch": "^5.0.3", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.4" | ||
}, | ||
"packageManager": "yarn@3.1.0" | ||
} |
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
4185