Skip to content

Commit

Permalink
Update spc-network-and-issuer-icons demo to latest API shape
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Apr 30, 2024
1 parent 8c0cd3d commit 9af9956
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pr/spc-network-and-issuer-icons/pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ async function onBuyClicked(windowLocalStorageIdentifier) {
displayName: '···· 1234',
icon: 'https://rsolomakhin.github.io/pr/spc-network-and-issuer-icons/troy-card.png',
},
networkName: 'Sync',
networkIcon: 'https://rsolomakhin.github.io/pr/spc-network-and-issuer-icons/sync-logo.png',
issuerName: 'TroyBank',
issuerIcon: 'https://rsolomakhin.github.io/pr/spc/troy-alt-logo.png',
networkInfo: {
name: 'Sync',
icon: 'https://rsolomakhin.github.io/pr/spc-network-and-issuer-icons/sync-logo.png',
},
issuerInfo: {
name: 'TroyBank',
icon: 'https://rsolomakhin.github.io/pr/spc/troy-alt-logo.png',
},
});

try {
Expand Down

0 comments on commit 9af9956

Please sign in to comment.