Skip to content

Commit

Permalink
Merge pull request #3629 from OriginTrail/v8/develop
Browse files Browse the repository at this point in the history
Devnet Release v8.0.0+hotfix.1
  • Loading branch information
Mihajlo-Pavlovic authored Dec 26, 2024
2 parents 0b5f82e + 462b9bd commit f8c6be5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@
]
},
"hubContractAddress": {
"otp:2043": "0x5fA7916c48Fe6D5F1738d12Ad234b78c90B4cAdA",
"otp:2043": "0x0957e25BD33034948abc28204ddA54b6E1142D6F",
"gnosis:100": "0x882D0BF07F956b1b94BBfe9E77F47c6fc7D4EC8f",
"base:8453": "0x99Aa571fD5e681c2D27ee08A7b7989DB02541d13"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "8.0.0",
"version": "8.0.0+hotfix.1",
"description": "OTNode V8",
"main": "index.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export async function up({ context: { queryInterface } }) {
await queryInterface.sequelize.query('TRUNCATE TABLE commands;');
}

export async function down() {
// No need to do anything in the down method for truncation
}

0 comments on commit f8c6be5

Please sign in to comment.