Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release release-20240710-130953 #72

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading