Skip to content

Commit

Permalink
Fix mistake in test example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 15, 2023
1 parent 6ec771f commit 5f2cb5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/engine/paima-runtime/src/cde-config/loading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ function checkOrError<T extends TSchema>(
}

const decoded = Value.Decode(structure, config);
console.log(decoded);
return decoded;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/engine/paima-runtime/test/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ extensions:
eventSignature: 'MyEvent(address,uint256)'
scheduledPrefix: 'cst'

- name: 'ERC6551 Registration'
- name: 'ERC6551 Registration'
type: 'erc6551-registry'
startBlockHeight: 7654321

0 comments on commit 5f2cb5a

Please sign in to comment.