Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/nara' into nara
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Feb 29, 2024
2 parents 237c900 + 261319f commit f1561b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

const { getViewDefinitions } = require('../viewDefinitions')

module.exports = class Views1709038872576 {
name = 'Views1709038872576'
module.exports = class Views1709203295214 {
name = 'Views1709203295214'

async up(db) {
const viewDefinitions = getViewDefinitions(db);
Expand Down
1 change: 1 addition & 0 deletions src/mappings/token/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export async function processTokenIssuedEvent({
isInviteOnly: transferPolicy.__kind === 'Permissioned',
accountsNum: 0, // will be uptdated as account are added
deissued: false,
isFeatured: false,
numberOfVestedTransferIssued: 0,
numberOfRevenueShareActivations: 0,
})
Expand Down

0 comments on commit f1561b5

Please sign in to comment.