Skip to content

Commit

Permalink
Merge pull request leapwallet#72 from leapwallet/release-20240710-130953
Browse files Browse the repository at this point in the history
Release release-20240710-130953
  • Loading branch information
barun1313 authored Jul 10, 2024
2 parents b9eec89 + 02b6d7a commit ae830c8
Show file tree
Hide file tree
Showing 526 changed files with 28,101 additions and 15,966 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ apps/extension/.env.development.compass
.zed
.zed
apps/extension/staging-builds
apps/extension/src/components/header/header.tsx
2 changes: 1 addition & 1 deletion apps/demo/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
300: '#FFC770',
500: '#FF9F0A',
600: '#D17F00',
},
}
},
extend: {
animation: {
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/e2e-tests/send-tx/sendTxTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function sendTxTest() {
'send-recipient-address-error-ele',
)

const expectedSendRecipientAddressErrorEleText = 'IBC transfers not supported on testnet.'
const expectedSendRecipientAddressErrorEleText = 'IBC transfers are not supported on testnet.'
expect(sendRecipientAddressErrorEleText).toBe(expectedSendRecipientAddressErrorEleText)
})

Expand Down
4 changes: 3 additions & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"react-range": "1.8.14",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-window": "1.8.10",
"reaviz": "14.9.7",
"recoil": "0.7.3",
"remark-gfm": "3.0.1",
Expand All @@ -121,6 +122,7 @@
"@types/react-dom": "18.0.5",
"@types/react-lottie": "1.2.6",
"@types/react-router-dom": "5.3.2",
"@types/react-window": "1.8.8",
"@types/semver": "7.3.10",
"@types/dompurify": "3.0.5",
"@types/post-message-stream": "3.0.1",
Expand All @@ -144,7 +146,7 @@
"stream-browserify": "3.0.0",
"style-loader": "3.3.1",
"svg-url-loader": "7.1.1",
"tailwindcss": "3.2.4",
"tailwindcss": "3.4.4",
"ts-jest": "29.0.5",
"ts-loader": "9.2.8",
"tsconfig-paths-webpack-plugin": "3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/base_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__NAME__",
"description": "__DESCRIPTION__",
"version": "0.12.4",
"version": "0.13.0",
"options_page": "index.html",
"web_accessible_resources": [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/public/compass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Compass Wallet for Sei",
"description": "A crypto wallet for Sei Blockchain, brought to you by the Leap Wallet team.",
"version": "0.12.4",
"version": "0.13.0",
"options_page": "index.html",
"web_accessible_resources": [
{
Expand Down
Loading

0 comments on commit ae830c8

Please sign in to comment.