mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-15 12:41:09 +00:00
fix: update URLs, logos, and package versions
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps - Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io - Fix support/statement URLs to use pezkuwichain.io domain - Fix chain logos import (use variables instead of strings) - Update @pezkuwi/networks to ^14.0.9 - Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
@@ -120,8 +120,8 @@ function getPezkuwi (kind?: StatementKind | null): Statement | undefined {
|
||||
}
|
||||
|
||||
const url = kind.isRegular
|
||||
? 'https://statement.pezkuwi.network/regular.html'
|
||||
: 'https://statement.pezkuwi.network/saft.html';
|
||||
? 'https://statement.pezkuwichain.io/regular.html'
|
||||
: 'https://statement.pezkuwichain.io/saft.html';
|
||||
const hash = kind.isRegular
|
||||
? 'Qmc1XYqT6S39WNp2UeiRUrZichUWUPpGEThDE6dAb3f6Ny'
|
||||
: 'QmXEkMahfhHJPzT3RjkXiZVFi77ZeVeuxtAjhojGRNYckz';
|
||||
|
||||
Reference in New Issue
Block a user