Skip to content

Commit

Permalink
Remove references to 2nicove
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 20, 2024
1 parent 0cc2966 commit b4179c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/state/client/wharf.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class WharfState {
}
this.sessionKit = new SessionKit(
{
appName: '2nicove',
appName: 'unicove',
chains: this.chains,
ui: new WebRenderer({ minimal: true }),
walletPlugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
</p>
<p>
Unicove itself is
{@render link('open source', 'https://github.com/greymass/2nicove')}
{@render link('open source', 'https://github.com/greymass/unicove')}
and serves as reference material for how this integration can be performed.
</p>

Expand Down

0 comments on commit b4179c0

Please sign in to comment.