From f740850d2f2262d534cd4218ce319e5de42fb8f8 Mon Sep 17 00:00:00 2001 From: Francis Rodriguez Date: Wed, 6 Nov 2024 17:54:01 -0400 Subject: [PATCH 1/2] Updated RIF Token dependency in package.json as RIF-Token has been moved under rootstock collective org in github --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 776307f..4e8095f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "dotenv": "^16.4.5", "fs-extra": "^11.2.0", - "rif-token-contracts": "https://github.com/Freshenext/RIF-Token" + "rif-token-contracts": "https://github.com/RootstockCollective/RIF-Token.git" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" } From be2d8c19d3abcde951d2bcf949f18b9ed40aa09e Mon Sep 17 00:00:00 2001 From: Jesse Clark Date: Mon, 2 Dec 2024 16:38:24 +0200 Subject: [PATCH 2/2] Update lock file. --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5af58cd..ab650b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4291,9 +4291,9 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -"rif-token-contracts@https://github.com/Freshenext/RIF-Token": +"rif-token-contracts@https://github.com/RootstockCollective/RIF-Token.git": version "1.0.0" - resolved "https://github.com/Freshenext/RIF-Token#c87de898c447378e9e18c88d68c244774e0d59db" + resolved "https://github.com/RootstockCollective/RIF-Token.git#c87de898c447378e9e18c88d68c244774e0d59db" ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2"