Skip to content

Commit c069f1f

Browse files
authored
Merge pull request #216 from blend-capital/wallet-kit-patch
chore: patch wallet-kit version
2 parents f448fe2 + ce8f20e commit c069f1f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blend-ui",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@blend-capital/blend-sdk": "v3.2.0-beta.2",
16-
"@creit.tech/stellar-wallets-kit": "1.7.6",
16+
"@creit.tech/stellar-wallets-kit": "1.7.7",
1717
"@emotion/react": "^11.9.3",
1818
"@emotion/styled": "^11.9.3",
1919
"@mui/icons-material": "^5.8.4",

src/external/stellar-toml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function getTokenMetadataFromTOML(
8989

9090
// no matching entry found
9191
console.log(
92-
`Unable to find currerncy entry for ${assetId} in toml for ${tokenAccountHomeDomain}`
92+
`Unable to find currency entry for ${assetId} in toml for ${tokenAccountHomeDomain}`
9393
);
9494
return { image: undefined, domain: undefined };
9595
} catch (e) {

0 commit comments

Comments
 (0)