Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"name": "@mergefi/contracts-scripts",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"description": "Deploy/invoke helper scripts for the MergeFi Soroban contracts, used when stellar-cli's own network client can't reach the RPC endpoint.",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"deploy": "node scripts/deploy.mjs",
"invoke": "node scripts/invoke.mjs"
Expand Down