diff --git a/package-lock.json b/package-lock.json index 8ad0541e..fc2cf5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "license": "CAL-1.0", "dependencies": { diff --git a/package.json b/package.json index dc6fcd80..b9d4a17b 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { - "name": "@rainprotocol/arb-bot", + "name": "@rainlanguage/arb-bot", "version": "2.3.1", "description": "NodeJS app that clears Rain orderbook orders against decentralized liquididty providers (decentralized exchanges)", "author": "Rain Protocol", "license": "CAL-1.0", "repository": { "type": "git", - "url": "https://github.com/rainprotocol/arb-bot.git" + "url": "https://github.com/rainlanguage/arb-bot.git" }, "keywords": [], "bugs": { - "url": "https://github.com/rainprotocol/arb-bot/issues" + "url": "https://github.com/rainlanguage/arb-bot/issues" }, - "homepage": "https://github.com/rainprotocol/arb-bot/", + "homepage": "https://github.com/rainlanguage/arb-bot/", "engines": { "node": ">=18" },