@unstoppabledomains/config
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -61,3 +61,3 @@ export default function getDefaultConfig() { | ||
NETWORK_NAME: 'solana', | ||
JSON_RPC_API_URL: '', | ||
JSON_RPC_API_URL: 'https://solana-mainnet.g.alchemy.com/v2/NHnzEesdDuX90lFZRMOa4ZSE0wIR-BAo', | ||
BLOCK_EXPLORER_TX_URL: 'https://www.oklink.com/sol/tx/', | ||
@@ -64,0 +64,0 @@ BLOCK_EXPLORER_NAME: 'oklink', |
@@ -35,2 +35,5 @@ export default function getProductionConfig() { | ||
}, | ||
SOL: { | ||
JSON_RPC_API_URL: 'https://solana-mainnet.g.alchemy.com/v2/NHnzEesdDuX90lFZRMOa4ZSE0wIR-BAo', | ||
}, | ||
}, | ||
@@ -37,0 +40,0 @@ LOGIN_WITH_UNSTOPPABLE: { |
@@ -13,2 +13,3 @@ export const defaultFlagValues = { | ||
'ud-me-service-domains-enable-fireblocks': false, | ||
'ud-me-enable-wallet-solana-signing': false, | ||
'ud-me-service-enable-swap': false, | ||
@@ -15,0 +16,0 @@ 'ecommerce-service-users-enable-chat-community-udBlue': false, |
@@ -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-community-udBlue' | 'ecommerce-service-users-enable-chat-support-bubble' | 'ecommerce-service-users-public-profile-address-verified-check' | 'profile-service-enable-wallet-creation' | 'profile-service-enable-wallet-identity' | 'profile-service-enable-wallet-send-to-email' | 'ud-me-service-domains-enable-social-verification' | 'ud-me-service-domains-enable-fireblocks' | 'ud-me-service-domains-enable-management' | 'ud-me-service-enable-swap'; | ||
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-community-udBlue' | 'ecommerce-service-users-enable-chat-support-bubble' | 'ecommerce-service-users-public-profile-address-verified-check' | 'profile-service-enable-wallet-creation' | 'profile-service-enable-wallet-identity' | 'profile-service-enable-wallet-send-to-email' | 'ud-me-service-domains-enable-social-verification' | 'ud-me-service-domains-enable-fireblocks' | 'ud-me-service-domains-enable-management' | 'ud-me-enable-wallet-solana-signing' | 'ud-me-service-enable-swap'; | ||
export type LaunchDarklyNumberKey = 'example-number'; | ||
@@ -3,0 +3,0 @@ export type LaunchDarklyStringKey = 'example-string'; |
{ | ||
"name": "@unstoppabledomains/config", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Configuration variables for Unstoppable Domains environments", |
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
49791
1065