updating version

This commit is contained in:
matias martinez 2023-11-22 17:30:09 -03:00
parent e3a59ffc69
commit 850b93b668
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@wormhole-foundation/blockchain-watcher",
"version": "0.0.0",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@wormhole-foundation/blockchain-watcher",
"version": "0.0.0",
"version": "0.0.2",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-sns": "^3.445.0",

View File

@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/blockchain-watcher",
"version": "0.0.0",
"version": "0.0.2",
"description": "A process for watching blockchain events and moving them to persistent storage",
"main": "index.js",
"scripts": {

View File

@ -49,7 +49,7 @@ export const solanaLogMessagePublishedMapper = async (
results.push({
name: "log-message-published",
address: programId, //
address: programId,
chainId: emitterChain,
txHash: tx.transaction.signatures[0],
blockHeight: BigInt(tx.slot.toString()),