@@ -3,15 +3,15 @@ import { CroNetwork } from '@crypto-org-chain/chain-jslib/lib/dist/core/cro';
33export const INTERCOM_APP_ID = 'yrt83fbd' ;
44
55export const APP_DB_NAMESPACE = 'data-store' ;
6- export const MARKET_API_BASE_URL = 'https://crypto .org/api' ;
6+ export const MARKET_API_BASE_URL = 'https://cronos-pos .org/api' ;
77export const COINBASE_TICKER_API_BASE_URL = 'https://api.coinbase.com/v2/' ;
88export const CRYPTO_COM_PRICE_API_BASE_URL = {
99 V1 : 'https://price-api.crypto.com/price/v1/' ,
1010 V2 : 'https://price-api.crypto.com/price/v2/' ,
1111} ;
1212export const NV_GRAPHQL_API_ENDPOINT = 'https://crypto.com/nft-api/graphql' ;
1313export const IPFS_MIDDLEWARE_SERVER_UPLOAD_ENDPOINT =
14- 'https://crypto .org/ipfs-middleware-server/uploads' ;
14+ 'https://cronos-pos .org/ipfs-middleware-server/uploads' ;
1515export const NCW_NFT_MIDDLEWARE_SERVER_ENDPOINT =
1616 'https://cronos.org/ncw-quandra-api-middleware-server' ;
1717export const DEFAULT_CLIENT_MEMO = 'client:chain-desktop-app' ;
@@ -221,7 +221,7 @@ SUPPORTED_CURRENCY.set('BRL', { value: 'BRL', label: 'BRL - R$', symbol: 'R$' })
221221SUPPORTED_CURRENCY . set ( 'TRY' , { value : 'TRY' , label : 'TRY - ₺' , symbol : '₺' } ) ;
222222
223223export enum SupportedChainName {
224- CRYPTO_ORG = 'Crypto.org Chain' ,
224+ CRONOS_TENDERMINT = 'Cronos POS Chain' ,
225225 CRONOS = 'Cronos Chain' ,
226226 COSMOS_HUB = 'Cosmos Hub Chain' ,
227227 ETHEREUM = 'Ethereum Chain' ,
@@ -315,7 +315,7 @@ export const NFT_WRAPPED_ETH_DENOM_SCHEMA = {
315315 properties : {
316316 isExternal : {
317317 type : 'boolean' ,
318- description : 'Describes whether the NFT is external or internal to the Crypto.org chain ' ,
318+ description : 'Describes whether the NFT is external or internal to the Cronos POS Chain ' ,
319319 } ,
320320 network : {
321321 type : 'string' ,
@@ -338,13 +338,13 @@ const TestNetConfig: WalletConfig = {
338338 name : NetworkName . TESTNET ,
339339 derivationPath : 'm/44\'/1\'/0\'/0/0' ,
340340 explorer : {
341- baseUrl : 'https://crypto .org/explorer/croeseid' ,
342- tx : 'https://crypto .org/explorer/croeseid/tx' ,
343- address : 'https://crypto .org/explorer/croeseid/account' ,
344- validator : 'https://crypto .org/explorer/croeseid/validator' ,
341+ baseUrl : 'https://cronos-pos .org/explorer/croeseid' ,
342+ tx : 'https://cronos-pos .org/explorer/croeseid/tx' ,
343+ address : 'https://cronos-pos .org/explorer/croeseid/account' ,
344+ validator : 'https://cronos-pos .org/explorer/croeseid/validator' ,
345345 } ,
346- explorerUrl : 'https://crypto .org/explorer/croeseid' ,
347- indexingUrl : 'https://crypto .org/explorer/croeseid/api/v1/' ,
346+ explorerUrl : 'https://cronos-pos .org/explorer/croeseid' ,
347+ indexingUrl : 'https://cronos-pos .org/explorer/croeseid/api/v1/' ,
348348 nodeUrl : CroNetwork . Testnet . defaultNodeUrl ,
349349 network : CroNetwork . Testnet ,
350350 disableDefaultClientMemo : false ,
@@ -395,13 +395,13 @@ export const TestNetCroeseid4Config: WalletConfig = {
395395 name : NetworkName . TESTNET ,
396396 derivationPath : 'm/44\'/1\'/0\'/0/0' ,
397397 explorer : {
398- baseUrl : 'https://crypto .org/explorer/croeseid4' ,
399- tx : 'https://crypto .org/explorer/croeseid4/tx' ,
400- address : 'https://crypto .org/explorer/croeseid4/account' ,
401- validator : 'https://crypto .org/explorer/croeseid4/validator' ,
398+ baseUrl : 'https://cronos-pos .org/explorer/croeseid4' ,
399+ tx : 'https://cronos-pos .org/explorer/croeseid4/tx' ,
400+ address : 'https://cronos-pos .org/explorer/croeseid4/account' ,
401+ validator : 'https://cronos-pos .org/explorer/croeseid4/validator' ,
402402 } ,
403- explorerUrl : 'https://crypto .org/explorer/croeseid4' ,
404- indexingUrl : 'https://crypto .org/explorer/croeseid4/api/v1/' ,
403+ explorerUrl : 'https://cronos-pos .org/explorer/croeseid4' ,
404+ indexingUrl : 'https://cronos-pos .org/explorer/croeseid4/api/v1/' ,
405405 nodeUrl : TestnetCroeseid4 . defaultNodeUrl ,
406406 network : TestnetCroeseid4 ,
407407 disableDefaultClientMemo : false ,
@@ -413,7 +413,7 @@ export const TestNetCroeseid4Config: WalletConfig = {
413413 } ,
414414 tendermintNetwork : {
415415 ...TestnetCroeseid4 ,
416- chainName : SupportedChainName . CRYPTO_ORG ,
416+ chainName : SupportedChainName . CRONOS_TENDERMINT ,
417417 node : {
418418 clientUrl : 'https://rpc-testnet-croeseid-4.crypto.org' ,
419419 proxyUrl : 'https://rest-testnet-croeseid-4.crypto.org' ,
@@ -427,13 +427,13 @@ export const TestNetCroeseid5Config: WalletConfig = {
427427 name : NetworkName . TESTNET ,
428428 derivationPath : 'm/44\'/1\'/0\'/0/0' ,
429429 explorer : {
430- baseUrl : 'https://crypto .org/explorer/croeseid5' ,
431- tx : 'https://crypto .org/explorer/croeseid5/tx' ,
432- address : 'https://crypto .org/explorer/croeseid5/account' ,
433- validator : 'https://crypto .org/explorer/croeseid5/validator' ,
430+ baseUrl : 'https://cronos-pos .org/explorer/croeseid5' ,
431+ tx : 'https://cronos-pos .org/explorer/croeseid5/tx' ,
432+ address : 'https://cronos-pos .org/explorer/croeseid5/account' ,
433+ validator : 'https://cronos-pos .org/explorer/croeseid5/validator' ,
434434 } ,
435- explorerUrl : 'https://crypto .org/explorer/croeseid5' ,
436- indexingUrl : 'https://crypto .org/explorer/croeseid5/api/v1/' ,
435+ explorerUrl : 'https://cronos-pos .org/explorer/croeseid5' ,
436+ indexingUrl : 'https://cronos-pos .org/explorer/croeseid5/api/v1/' ,
437437 nodeUrl : TestnetCroeseid5 . defaultNodeUrl ,
438438 network : TestnetCroeseid5 ,
439439 disableDefaultClientMemo : false ,
@@ -445,7 +445,7 @@ export const TestNetCroeseid5Config: WalletConfig = {
445445 } ,
446446 tendermintNetwork : {
447447 ...TestnetCroeseid5 ,
448- chainName : SupportedChainName . CRYPTO_ORG ,
448+ chainName : SupportedChainName . CRONOS_TENDERMINT ,
449449 node : {
450450 clientUrl : 'https://rpc-c5.crypto.org' ,
451451 proxyUrl : 'https://rest-c5.crypto.org'
@@ -459,13 +459,13 @@ export const MainNetConfig: WalletConfig = {
459459 derivationPath : 'm/44\'/394\'/0\'/0/0' ,
460460 nodeUrl : 'https://rpc.mainnet.crypto.org' ,
461461 explorer : {
462- baseUrl : 'https://crypto .org/explorer' ,
463- tx : 'https://crypto .org/explorer/tx' ,
464- address : 'https://crypto .org/explorer/account' ,
465- validator : 'https://crypto .org/explorer/validator' ,
462+ baseUrl : 'https://cronos-pos .org/explorer/ ' ,
463+ tx : 'https://cronos-pos .org/explorer/tx' ,
464+ address : 'https://cronos-pos .org/explorer/account' ,
465+ validator : 'https://cronos-pos .org/explorer/validator' ,
466466 } ,
467- explorerUrl : 'https://crypto .org/explorer' ,
468- indexingUrl : 'https://crypto .org/explorer/api/v1/' ,
467+ explorerUrl : 'https://cronos-pos .org/explorer' ,
468+ indexingUrl : 'https://cronos-pos .org/explorer/api/v1/' ,
469469 network : {
470470 ...CroNetwork . Mainnet ,
471471 defaultNodeUrl : 'https://rpc.mainnet.crypto.org' ,
@@ -481,7 +481,7 @@ export const MainNetConfig: WalletConfig = {
481481 tendermintNetwork : {
482482 ...CroNetwork . Mainnet ,
483483 defaultNodeUrl : 'https://rpc.mainnet.crypto.org' ,
484- chainName : SupportedChainName . CRYPTO_ORG ,
484+ chainName : SupportedChainName . CRONOS_TENDERMINT ,
485485 rpcUrl : 'https://rpc.mainnet.crypto.org' ,
486486 node : {
487487 clientUrl : 'https://rpc.mainnet.crypto.org' ,
0 commit comments