Skip to content

Commit

Permalink
Merge pull request #543 from provenance-io/taztingo/update-provider-m…
Browse files Browse the repository at this point in the history
…etadata

Update metadata.
  • Loading branch information
Taztingo authored Nov 15, 2024
2 parents 54642ff + ecd752b commit 2ce6618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Fix signers link in Txs Information block #484
- Fix feegranter display #492
- Fix wasm params #495
- Fix metadata in CosmosProvider to be explorer related #542

### Features
- Update wcjs and wallet utils versions #481
Expand Down
6 changes: 3 additions & 3 deletions src/Providers/CosmosProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export const CosmosProvider = ({ children }: { children: React.ReactNode }) => {
projectId: '6451479b4eb6d2967465521cb99ff677',
relayUrl: 'wss://relay.walletconnect.org',
metadata: {
name: 'CosmosKit Template',
description: 'CosmosKit dapp template',
url: 'https://docs.cosmology.zone/cosmos-kit/',
name: 'Provenance Explorer',
description: 'Navigate and interact with the Provenance Blockchain.',
url: 'https://explorer.provenance.io/',
icons: [],
},
},
Expand Down

0 comments on commit 2ce6618

Please sign in to comment.