Skip to content

Commit

Permalink
misc fixes example
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Feb 22, 2023
1 parent f1d7a2e commit 26e2a6b
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 81 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to svelte-ethers-store
# Contributing to ethers-svelte

Thanks for your interest in improving svelte-ethers-store! We welcome
Thanks for your interest in improving ethers-svelte! We welcome
contributions of all kinds: from discussion to documentation to
bugfixes to feature improvements.

Expand All @@ -11,7 +11,7 @@ everyone's precious time.

No software is bug-free. So, if you got an issue, follow these steps:

- Search the [issue list](https://gitlab.com/clb1/svelte-ethers-store/-/issues) for current and old issues.
- Search the [issue list](https://github.com/clbrge/ethers-svelte/issues) for current and old issues.
- If you find an existing issue, please UPVOTE the issue by adding a "thumbs-up reaction". We use this to help prioritize issues!
- If none of that is helping, create an issue with the following information:
- Clear title (shorter is better).
Expand Down
2 changes: 1 addition & 1 deletion example/src/lib/Contracts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

{#if $connected }

{#if $chainId !== 5 }
{#if $chainId !== BigInt(5) }

<p>
Your are connected to the wrong network ("{$chainData.name}")". Please
Expand Down
147 changes: 74 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"svelte-proxied-store": "^1.1.5"
},
"devDependencies": {
"ethers": "^6.0.4",
"ethers": "^6.0.5",
"lint-staged": "^13.1.2",
"prettier-standard": "^16.4.1",
"release-it": "^15.6.0",
"rollup": "^2.78.1",
"rollup-plugin-dts": "^4.2.2",
"rollup": "^3.17.2",
"rollup-plugin-dts": "^5.2.0",
"svelte": "^3.55.1"
},
"lint-staged": {
Expand All @@ -52,7 +52,7 @@
]
},
"release-it": {
"gitlab": {
"github": {
"release": true
}
},
Expand Down
File renamed without changes.

0 comments on commit 26e2a6b

Please sign in to comment.