Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from oraichain/fix/staking-cosmos
Browse files Browse the repository at this point in the history
Fix: pump oraiscan widget version for error delegate timeout
  • Loading branch information
ledanghuy1811 authored Oct 7, 2024
2 parents d929260 + 096f472 commit c57c421
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@leapwallet/cosmos-snap-provider": "^0.1.20",
"@leapwallet/name-matcha": "^1.1.0",
"@oraichain/oraiscan-widget": "^0.2.13",
"@oraichain/oraiscan-widget": "^0.2.14",
"@osmonauts/lcd": "^0.8.0",
"@ping-pub/chain-registry-client": "^0.0.25",
"@tharsis/proto": "^0.1.20",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"playwright.config.*"
],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"composite": true,
"types": [
"node"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"src/**/*.vue"
],
"compilerOptions": {
// "ignoreDeprecations": "5.0",
"ignoreDeprecations": "5.0",
"lib": [
"es2022",
"dom"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3126,10 +3126,10 @@
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.21.0.tgz#83f7479c524ab523ac2df702ade30b9724476c72"
integrity sha512-lkC8kZYntxVKr7b8xmjCVUgE0a8xgDakPyDo9uSWavXPyYqLgYYGdEd2j8NxihRyb6UwpX3G/hFUF4/9q2V+/g==

"@oraichain/oraiscan-widget@^0.2.13":
version "0.2.13"
resolved "https://registry.yarnpkg.com/@oraichain/oraiscan-widget/-/oraiscan-widget-0.2.13.tgz#6accdc899a0586863a03bf3c7f7255b3dc103e68"
integrity sha512-pkLl6hgfhoVHjplz1tsd+uEU/Yvmc+RGy5+DVYhaEtTyO05f3PkrmHjL9qJWiiyqwL2WuBXey8as5uA6MkAoWg==
"@oraichain/oraiscan-widget@^0.2.14":
version "0.2.14"
resolved "https://registry.yarnpkg.com/@oraichain/oraiscan-widget/-/oraiscan-widget-0.2.14.tgz#d9441907620c8dc2094eaa02d8e292d38d3070a8"
integrity sha512-1S0zqz7kZflYwXqE5kts7ZFN2RlVujNLM4NKLqJWs4mf9eMDG9djuxi0a67cvqCqsd7TQ8UyTNdMQcPvzO5Xqg==
dependencies:
"@cosmjs/amino" "^0.32.0"
"@cosmjs/cosmwasm-stargate" "^0.32.0"
Expand Down

0 comments on commit c57c421

Please sign in to comment.