Skip to content

Commit

Permalink
move package repo to kredeum
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed Dec 29, 2024
1 parent 6b7317d commit 073df9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn add @kredeum/wagmi-svelte5

```svelte
<script lang="ts">
import { newWagmi } from "@wagmi-svelte5";
import { newWagmi } from "@kredeum/wagmi-svelte5";
import { Counter } from "$lib/examples/Counter.svelte";
newWagmi();
Expand Down Expand Up @@ -72,7 +72,7 @@ export class Counter extends SmartContract {

```svelte
<script lang="ts">
import { newWagmi, SmartContract } from "@wagmi-svelte5";
import { newWagmi, SmartContract } from "@kredeum/wagmi-svelte5";
newWagmi();
const contract = new SmartContract("Counter");
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kredeum/wagmi-svelte5",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"description": "Svelte5 Web3 library based on Wagmi",
"keywords": [
Expand All @@ -10,7 +10,7 @@
"web3",
"typescript"
],
"homepage": "https://github.com/zapaz/wagmi-svelte5",
"homepage": "https://github.com/kredeum/wagmi-svelte5",
"license": "MIT",
"author": "zapaz.eth <[email protected]> (http://labs.kredeum.com/)",
"files": [
Expand Down

0 comments on commit 073df9e

Please sign in to comment.