Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unstoppabledomains/config

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unstoppabledomains/config - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## 0.0.7
- Off-chain profile management React components
- On-chain records management React components
- Upgrade Push Protocol SDK packages to support token gated group chat
## 0.0.6

@@ -8,0 +14,0 @@

16

env/default.js

@@ -24,3 +24,4 @@ export default function getDefaultConfig() {

PROXY_READER_ADDRESS: '0xFc5f608149f4D9e2Ed0733efFe9DD57ee24BCF68',
OPEN_SEA_BASE_URL: 'https://testnets.opensea.io/assets/',
OPEN_SEA_BASE_URL: 'https://testnets.opensea.io/assets/goerli/',
ENS_CONTRACT_ADDRESS: '0x114d4603199df73e7d157787f8778e21fcd13066',
},

@@ -45,13 +46,4 @@ MATIC: {

UNSTOPPABLE_METADATA_ENDPOINT: 'https://api.ud-staging.com/metadata',
IPFS_BASE_URL: 'https://ipfs.io/ipfs',
VERIFICATION_SUPPORTED: [
'SOL',
'ETH',
'MATIC',
'FTM',
'AVAX',
'ADA',
'HBAR',
'BTC',
],
IPFS_BASE_URL: 'https://ipfs.io',
VERIFICATION_SUPPORTED: ['SOL', 'ETH', 'MATIC', 'FTM', 'AVAX'],
LOGIN_WITH_UNSTOPPABLE: {

@@ -58,0 +50,0 @@ CLIENT_ID: '115148ec-364d-4e19-b7d8-2807e8f1b525',

@@ -23,2 +23,3 @@ export default function getProductionConfig() {

OPEN_SEA_BASE_URL: 'https://opensea.io/assets/',
ENS_CONTRACT_ADDRESS: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85',
},

@@ -25,0 +26,0 @@ MATIC: {

@@ -20,3 +20,4 @@ export type AppEnv = 'development' | 'test' | 'e2e' | 'staging' | 'production';

PROXY_READER_ADDRESS: string;
OPEN_SEA_BASE_URL: 'https://opensea.io/assets/' | 'https://testnets.opensea.io/assets/';
ENS_CONTRACT_ADDRESS: string;
OPEN_SEA_BASE_URL: 'https://opensea.io/assets/' | 'https://testnets.opensea.io/assets/' | 'https://testnets.opensea.io/assets/goerli/';
};

@@ -23,0 +24,0 @@ export type MaticBlockchainConfig = BaseBlockchainConfig & {

@@ -7,2 +7,4 @@ export const defaultFlagValues = {

'ecommerce-service-users-public-profile-address-verified-check': true,
'ud-me-service-domains-enable-social-verification': false,
'ud-me-service-domains-enable-management': false,
'ecommerce-service-wallets-disable-badges': [],

@@ -9,0 +11,0 @@ 'example-number': 0,

@@ -1,2 +0,2 @@

export type LaunchDarklyBooleanKey = 'ecommerce-service-users-enable-chat' | 'ecommerce-service-users-enable-chat-community' | 'ecommerce-service-users-enable-chat-community-media' | 'ecommerce-service-users-enable-chat-support-bubble' | 'ecommerce-service-users-public-profile-address-verified-check';
export type LaunchDarklyBooleanKey = 'ecommerce-service-users-enable-chat' | 'ecommerce-service-users-enable-chat-community' | 'ecommerce-service-users-enable-chat-community-media' | 'ecommerce-service-users-enable-chat-support-bubble' | 'ecommerce-service-users-public-profile-address-verified-check' | 'ud-me-service-domains-enable-social-verification' | 'ud-me-service-domains-enable-management';
export type LaunchDarklyNumberKey = 'example-number';

@@ -3,0 +3,0 @@ export type LaunchDarklyStringKey = 'example-string';

{
"name": "@unstoppabledomains/config",
"version": "0.0.6",
"version": "0.0.7",
"private": false,

@@ -5,0 +5,0 @@ "description": "Configuration variables for Unstoppable Domains environments",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc