Skip to content

Commit

Permalink
chore(config): meta servers own infra (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Mar 16, 2023
1 parent 15d56a5 commit 7835dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/yoroi-wallets/cardano/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const HASKELL_SHELLEY_TESTNET = {
BACKEND: {
API_ROOT: 'https://preprod-backend.yoroiwallet.com/api',
NFT_STORAGE_URL: 'https://validated-nft-images.s3.amazonaws.com',
TOKEN_INFO_SERVICE: 'https://metadata.cardano-testnet.iohkdev.io',
TOKEN_INFO_SERVICE: 'https://metadata.emurgornd.com',
..._DEFAULT_BACKEND_RULES,
},
BASE_CONFIG: [
Expand Down
2 changes: 1 addition & 1 deletion src/yoroi-wallets/cardano/shelley-testnet/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {DefaultAsset, TokenInfo} from '../../types'
export const NETWORK_ID = 300
export const WALLET_IMPLEMENTATION_ID = 'haskell-shelley'
export const API_ROOT = 'https://preprod-backend.yoroiwallet.com/api'
export const TOKEN_INFO_SERVICE = 'https://metadata.cardano-testnet.iohkdev.io'
export const TOKEN_INFO_SERVICE = 'https://metadata.emurgornd.com'
export const DISCOVERY_GAP_SIZE = 20
export const DISCOVERY_BLOCK_SIZE = 50 // should be less than API limitations
export const MAX_GENERATED_UNUSED = 20 // must be <= gap size
Expand Down

0 comments on commit 7835dbc

Please sign in to comment.