Skip to content

Commit

Permalink
chore(wallet-mobile): impl explorers v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Aug 22, 2024
1 parent dd565c0 commit 4908d31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@yoroi/api": "1.5.1",
"@yoroi/common": "1.5.3",
"@yoroi/exchange": "2.1.0",
"@yoroi/explorers": "1.0.0",
"@yoroi/explorers": "1.0.1",
"@yoroi/identicon": "1.0.0",
"@yoroi/links": "1.5.6",
"@yoroi/portfolio": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,17 @@ export const networkConfigs: Readonly<Record<Chain.SupportedNetworks, Readonly<N
legacyApiBaseUrl: 'https://sanchonet-backend.yoroiwallet.com/api',
},
// NOTE: not supported yet on mobile
// [Chain.Network.Preview]: {
// network: Chain.Network.Preview,
// primaryTokenInfo: primaryTokenInfoAnyTestnet,
// chainId: 0,
// protocolMagic: 2,
// eras: [shelleyEraConfig],
// name: 'Preview',
// isMainnet: false,
// },
[Chain.Network.Preview]: {
network: Chain.Network.Preview,
primaryTokenInfo: primaryTokenInfoAnyTestnet,
chainId: 0,
protocolMagic: 2,
eras: [shelleyEraConfig],
name: 'Preview',
isMainnet: false,

legacyApiBaseUrl: 'https://preview-backend.emurgornd.com/api',
},
})

export function buildNetworkManagers({
Expand Down

0 comments on commit 4908d31

Please sign in to comment.