adamant-api / metadata / walletMetadataSource
Variable: walletMetadataSource
ts
const walletMetadataSource: {
repository: string;
revision: string;
} = wallets.source;Defined in: src/metadata/index.ts:11
Pinned upstream revision used to generate the bundled wallet metadata.
Type Declaration
repository
ts
repository: string = "Adamant-im/adamant-wallets";revision
ts
revision: string = "54a820b6dc5e0ec77c3a6fbac91d2f7809a2f5b7";