diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fedcedc8..efee0d2e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,13 +91,13 @@ TODO comments should usually include the author's github username in parentheses ## Publishing `"version": "0.0.0"` is used because publishing will be done automatically -by [GitHub releases](https://github.com/JellyfishSDK/jellyfish/releases) with connected workflows. On +by [GitHub releases](https://github.com/BirthdayResearch/jellyfishsdk/releases) with connected workflows. On release `types: [ published ]`, GitHub Action will automatically build all packages in this repo and publish it into npm. All packages in this mono-repo will require `"peerDependencies": "defichain"` this setup ensures all subsequent `@defichain/*` package uses the same version. For packages with accompanying docker images, they are published automatically to GitHub Container Registry -(ghcr.io/jellyfishsdk). When a new [GitHub releases](https://github.com/JellyfishSDK/jellyfish/releases) is triggered, +(ghcr.io/birthdayresearch). When a new [GitHub releases](https://github.com/BirthdayResearch/jellyfishsdk/releases) is triggered, GitHub Action will automatically build the docker image in this repo and publish it. Two images are created for each release targeting `linux/amd64` and `linux/arm64`. The latest tag will always be updated with the last release and semantic release is enforced for each release. diff --git a/README.md b/README.md index 35578735e..658686550 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![CI](https://github.com/JellyfishSDK/jellyfish/actions/workflows/ci.yml/badge.svg)](https://github.com/JellyfishSDK/jellyfish/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/JellyfishSDK/jellyfish/branch/main/graph/badge.svg?token=M22thSGyqO)](https://codecov.io/gh/JellyfishSDK/jellyfish) +[![CI](https://github.com/BirthdayResearch/jellyfishsdk/actions/workflows/ci.yml/badge.svg)](https://github.com/BirthdayResearch/jellyfishsdk/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/BirthdayResearch/jellyfishsdk/branch/main/graph/badge.svg?token=M22thSGyqO)](https://codecov.io/gh/BirthdayResearch/jellyfishsdk) [![npm](https://img.shields.io/npm/v/@defichain/jellyfish-network)](https://www.npmjs.com/package/@defichain/jellyfish-network) [![Netlify Status](https://api.netlify.com/api/v1/badges/c5b7a65e-aeec-4e12-a7b7-300cbc1a8069/deploy-status)](https://app.netlify.com/sites/cranky-franklin-5e59ef/deploys) @@ -22,11 +22,11 @@ the way to make it merge-able. Here are some of our documented [contributing gui ## Security issues If you discover a security vulnerability in -`JellyfishSDK/jellyfish`, +`BirthdayResearch/jellyfishsdk`, [please see submit it privately](https://github.com/JellyfishSDK/.github/blob/main/SECURITY.md). ## License & Disclaimer -By using `JellyfishSDK/jellyfish` (this repo), you (the user) agree to be bound by [the terms of this license](LICENSE). +By using `BirthdayResearch/jellyfishsdk` (this repo), you (the user) agree to be bound by [the terms of this license](LICENSE). [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDeFiCh%2Fjellyfish.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDeFiCh%2Fjellyfish?ref=badge_large) diff --git a/apps/package.json b/apps/package.json index 033eec0c7..2c94f1ed6 100644 --- a/apps/package.json +++ b/apps/package.json @@ -3,7 +3,7 @@ "name": "@defichain-apps/nest-apps", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "scripts": { "build": "nest build", diff --git a/apps/playground-api/README.md b/apps/playground-api/README.md index 341db13d6..31a2ad419 100644 --- a/apps/playground-api/README.md +++ b/apps/playground-api/README.md @@ -1,18 +1,18 @@ # Playground API -Migration of the entire `JellyfishSDK/playground` project into `JellyfishSDK/jellyfish/apps/playground-api`. This -project is different from `JellyfishSDK/jellyfish/packages/playground`. +Migration of the entire `JellyfishSDK/playground` project into `BirthdayResearch/jellyfishsdk/apps/playground-api`. This +project is different from `BirthdayResearch/jellyfishsdk/packages/playground`. ## Motivation -> https://github.com/JellyfishSDK/jellyfish/issues/580 +> https://github.com/BirthdayResearch/jellyfishsdk/issues/580 -As part of [#580](https://github.com/JellyfishSDK/jellyfish/issues/580) consolidation efforts. We had multiple projects +As part of [#580](https://github.com/BirthdayResearch/jellyfishsdk/issues/580) consolidation efforts. We had multiple projects that were extensions of the jellyfish project. The separated projects allowed us to move quickly initially but proves to be a bottleneck when it comes to development. -> https://github.com/JellyfishSDK/jellyfish/issues/978 +> https://github.com/BirthdayResearch/jellyfishsdk/issues/978 We need to maintain this project regardless of the slated deprecation. By migrating this project into -`JellyfishSDK/jellyfish`, we can maintain it in one place. +`BirthdayResearch/jellyfishsdk`, we can maintain it in one place. diff --git a/apps/status-api/README.md b/apps/status-api/README.md index 7ba5c5345..cd6ffce57 100644 --- a/apps/status-api/README.md +++ b/apps/status-api/README.md @@ -4,12 +4,12 @@ DeFiChain Status API, providing the statuses of different DeFiChain services. ## Motivation -> https://github.com/JellyfishSDK/jellyfish/issues/1270 +> https://github.com/BirthdayResearch/jellyfishsdk/issues/1270 To decouple the DeFiChain products from the status page, the approach of having a centralised provider to determine each DeFiChain service status with a pre-defined logic will allow it to be maintained consistently throughout. This will allow other apps or services to share the status from the same Status APIs. ### `/blockchain` ->https://github.com/JellyfishSDK/jellyfish/issues/1271 +>https://github.com/BirthdayResearch/jellyfishsdk/issues/1271 To provide the status of the blockchain based on the block creation time interval @@ -31,7 +31,7 @@ To provide the status of each oracle given the address based on the last publish ### `/overall` ->https://github.com/JellyfishSDK/jellyfish/issues/1274 +>https://github.com/BirthdayResearch/jellyfishsdk/issues/1274 To provide the aggregated status of all services required by Light Wallet & Scan (Blockchain & Ocean). diff --git a/docs/node/02-design.md b/docs/node/02-design.md index 4a357889b..2645d6667 100644 --- a/docs/node/02-design.md +++ b/docs/node/02-design.md @@ -21,7 +21,7 @@ const {blocks} = await client.mining.getMiningInfo() ## IEEE-754 arbitrary precision Due to the dynamic nature of the JavaScript language, it forces all number to be interpolated as IEEE-754 which can -cause precision to be lost. [JellyfishSDK/jellyfish/issues/18](https://github.com/JellyfishSDK/jellyfish/issues/18) +cause precision to be lost. [BirthdayResearch/jellyfishsdk/issues/18](https://github.com/BirthdayResearch/jellyfishsdk/issues/18) ```js it('lost precision converting DFI 😥', () => { diff --git a/docs/ocean/01-overview.mdx b/docs/ocean/01-overview.mdx index 948a9efec..cc4949dcf 100644 --- a/docs/ocean/01-overview.mdx +++ b/docs/ocean/01-overview.mdx @@ -8,7 +8,7 @@ slug: / :::info BETA API v0 & beyond Ocean REST API is currently in public BETA, all endpoint is prefixed with `/v0`. As part of -[JellyfishSDK/jellyfish#580](https://github.com/JellyfishSDK/jellyfish/issues/580) consolidation effort to creating +[BirthdayResearch/jellyfishsdk#580](https://github.com/BirthdayResearch/jellyfishsdk/issues/580) consolidation effort to creating better development synergy, `/v1` of the API is undergoing redesign and will look very different from `/v0`. `/v0` of the API is **used in production by `DeFiCh/wallet` and `DeFiCh/scan`**, the API will be long-lived with frequent incremental change with backward compatibility. @@ -20,7 +20,7 @@ frequent incremental change with backward compatibility. Ocean REST API is a global infrastructure project hosted by DeFiChain to simplify building decentralized light applications. Powered by the Jellyfish Ecosystem, it features a super index that extends the capability of `defid`. The project is currently housed in [JellyfishSDK/whale](https://github.com/JellyfishSDK/whale), they are getting -consolidated into `JellyfishSDK/jellyfish` as a single monorepo project. +consolidated into `BirthdayResearch/jellyfishsdk` as a single monorepo project. Ocean Nodes are globally distributed around the world, any API request is served by the node nearest to the requester with auto fail-over. diff --git a/docs/testing/03-jellyfish-testing.md b/docs/testing/03-jellyfish-testing.md index f1b942bbf..df9b7c510 100644 --- a/docs/testing/03-jellyfish-testing.md +++ b/docs/testing/03-jellyfish-testing.md @@ -39,7 +39,7 @@ testing.poolpair // for poolpair setup with reasonable defaults
-Usage within JellyfishSDK/jellyfish/packages +Usage within BirthdayResearch/jellyfishsdk/packages ### Cyclic dependencies diff --git a/package.json b/package.json index 82a0079b0..26f99435b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "defichain", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "files": [], "workspaces": [ diff --git a/packages/jellyfish-address/package.json b/packages/jellyfish-address/package.json index 92b8360b7..602325e4e 100644 --- a/packages/jellyfish-address/package.json +++ b/packages/jellyfish-address/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-address", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-api-core/package.json b/packages/jellyfish-api-core/package.json index 5c21394d5..9090f4f8b 100644 --- a/packages/jellyfish-api-core/package.json +++ b/packages/jellyfish-api-core/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-api-core", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-api-core/src/category/spv.ts b/packages/jellyfish-api-core/src/category/spv.ts index c1d76038d..0a1657410 100644 --- a/packages/jellyfish-api-core/src/category/spv.ts +++ b/packages/jellyfish-api-core/src/category/spv.ts @@ -132,7 +132,7 @@ export class Spv { /** * Looking at ain, it's returning an array of txid containing only 1 txid. * Considering some factors, this implementation is different from the rpc docs - * on ain side. Refer to PR https://github.com/JellyfishSDK/jellyfish/pull/1324 + * on ain side. Refer to PR https://github.com/BirthdayResearch/jellyfishsdk/pull/1324 */ return await this.client.call('spv_refundhtlcall', [destinationAddress, options.feeRate], 'number') } diff --git a/packages/jellyfish-api-jsonrpc/package.json b/packages/jellyfish-api-jsonrpc/package.json index fc195d0b1..24912ac50 100644 --- a/packages/jellyfish-api-jsonrpc/package.json +++ b/packages/jellyfish-api-jsonrpc/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-api-jsonrpc", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-block/package.json b/packages/jellyfish-block/package.json index 899383952..d3969240a 100644 --- a/packages/jellyfish-block/package.json +++ b/packages/jellyfish-block/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-block", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist", "types": "dist", diff --git a/packages/jellyfish-buffer/package.json b/packages/jellyfish-buffer/package.json index c8218846a..7b11edb61 100644 --- a/packages/jellyfish-buffer/package.json +++ b/packages/jellyfish-buffer/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-buffer", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-crypto/package.json b/packages/jellyfish-crypto/package.json index a1a5c32c4..48d37603e 100644 --- a/packages/jellyfish-crypto/package.json +++ b/packages/jellyfish-crypto/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-crypto", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/jellyfish-json/package.json b/packages/jellyfish-json/package.json index f05839ea7..706c53ee4 100644 --- a/packages/jellyfish-json/package.json +++ b/packages/jellyfish-json/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-json", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-network/package.json b/packages/jellyfish-network/package.json index 086c34226..3057a06d8 100644 --- a/packages/jellyfish-network/package.json +++ b/packages/jellyfish-network/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-network", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-testing/package.json b/packages/jellyfish-testing/package.json index 4d960179c..068ad7681 100644 --- a/packages/jellyfish-testing/package.json +++ b/packages/jellyfish-testing/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-testing", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/jellyfish-transaction-builder/package.json b/packages/jellyfish-transaction-builder/package.json index 032e7d1af..b3a21e44c 100644 --- a/packages/jellyfish-transaction-builder/package.json +++ b/packages/jellyfish-transaction-builder/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-transaction-builder", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist", "types": "dist", diff --git a/packages/jellyfish-transaction-signature/package.json b/packages/jellyfish-transaction-signature/package.json index e798e71c5..c78996e7f 100644 --- a/packages/jellyfish-transaction-signature/package.json +++ b/packages/jellyfish-transaction-signature/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-transaction-signature", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist", "types": "dist", diff --git a/packages/jellyfish-transaction/package.json b/packages/jellyfish-transaction/package.json index 1fb2da269..7a3cc0b47 100644 --- a/packages/jellyfish-transaction/package.json +++ b/packages/jellyfish-transaction/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-transaction", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist", "types": "dist", diff --git a/packages/jellyfish-wallet-classic/package.json b/packages/jellyfish-wallet-classic/package.json index b9b72a783..919724897 100644 --- a/packages/jellyfish-wallet-classic/package.json +++ b/packages/jellyfish-wallet-classic/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-wallet-classic", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-wallet-encrypted/package.json b/packages/jellyfish-wallet-encrypted/package.json index b25b30873..bd1a7541c 100644 --- a/packages/jellyfish-wallet-encrypted/package.json +++ b/packages/jellyfish-wallet-encrypted/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-wallet-encrypted", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-wallet-mnemonic/README.md b/packages/jellyfish-wallet-mnemonic/README.md index ba0d9c2a5..1bf659956 100644 --- a/packages/jellyfish-wallet-mnemonic/README.md +++ b/packages/jellyfish-wallet-mnemonic/README.md @@ -11,9 +11,9 @@ agnostic. ### #555 Broke Compatibility with BIP32 -> https://github.com/JellyfishSDK/jellyfish/pull/555 +> https://github.com/BirthdayResearch/jellyfishsdk/pull/555 -In [#555](https://github.com/JellyfishSDK/jellyfish/pull/555) a significant change was done to +In [#555](https://github.com/BirthdayResearch/jellyfishsdk/pull/555) a significant change was done to "@defichain/jellyfish-wallet-mnemonic". Part of the BIP32 specification literature defines the use of HMAC-SHA512. `"Calculate I = HMAC-SHA512(Key = "Bitcoin seed", Data = S)"`. The `Key` in this implementation was updated to `"@defichain/jellyfish-wallet-mnemonic"`. Although a novel idea at that time, this, unfortunately, created diff --git a/packages/jellyfish-wallet-mnemonic/package.json b/packages/jellyfish-wallet-mnemonic/package.json index 1a6254199..27b3c0988 100644 --- a/packages/jellyfish-wallet-mnemonic/package.json +++ b/packages/jellyfish-wallet-mnemonic/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-wallet-mnemonic", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/jellyfish-wallet/package.json b/packages/jellyfish-wallet/package.json index 4773347ac..ac6ad4b8b 100644 --- a/packages/jellyfish-wallet/package.json +++ b/packages/jellyfish-wallet/package.json @@ -3,7 +3,7 @@ "name": "@defichain/jellyfish-wallet", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ocean-api-client/package.json b/packages/ocean-api-client/package.json index 615eb7282..f48beb0f2 100644 --- a/packages/ocean-api-client/package.json +++ b/packages/ocean-api-client/package.json @@ -3,7 +3,7 @@ "name": "@defichain/ocean-api-client", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/playground-api-client/package.json b/packages/playground-api-client/package.json index e6dd04a6d..5a8efad9b 100644 --- a/packages/playground-api-client/package.json +++ b/packages/playground-api-client/package.json @@ -3,7 +3,7 @@ "name": "@defichain/playground-api-client", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/playground/package.json b/packages/playground/package.json index d29b6146e..1318ebdda 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -3,7 +3,7 @@ "name": "@defichain/playground", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/rich-list-core/package.json b/packages/rich-list-core/package.json index 2c7145cf5..2f1a3d00d 100644 --- a/packages/rich-list-core/package.json +++ b/packages/rich-list-core/package.json @@ -3,7 +3,7 @@ "name": "@defichain/rich-list-core", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/testcontainers/package.json b/packages/testcontainers/package.json index 74d88375a..3d60a4e0a 100644 --- a/packages/testcontainers/package.json +++ b/packages/testcontainers/package.json @@ -3,7 +3,7 @@ "name": "@defichain/testcontainers", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/testing/package.json b/packages/testing/package.json index b58f64e9d..6fc88db67 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -3,7 +3,7 @@ "name": "@defichain/testing", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/whale-api-client/package.json b/packages/whale-api-client/package.json index ae661bdc9..0927231f1 100644 --- a/packages/whale-api-client/package.json +++ b/packages/whale-api-client/package.json @@ -3,7 +3,7 @@ "name": "@defichain/whale-api-client", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/whale-api-wallet/package.json b/packages/whale-api-wallet/package.json index 2388c4a31..9fae2ef92 100644 --- a/packages/whale-api-wallet/package.json +++ b/packages/whale-api-wallet/package.json @@ -3,7 +3,7 @@ "name": "@defichain/whale-api-wallet", "version": "0.0.0", "description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", - "repository": "JellyfishSDK/jellyfish", + "repository": "BirthdayResearch/jellyfishsdk", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 7fefeeb05..c8f6395a5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -56,7 +56,7 @@ module.exports = { position: 'left' }, { - href: 'https://github.com/JellyfishSDK/jellyfish', + href: 'https://github.com/BirthdayResearch/jellyfishsdk', label: 'GitHub', position: 'right' } @@ -107,7 +107,7 @@ module.exports = { }, { label: 'MIT License', - to: 'https://github.com/JellyfishSDK/jellyfish/blob/main/LICENSE' + to: 'https://github.com/BirthdayResearch/jellyfishsdk/blob/main/LICENSE' } ] }, @@ -132,7 +132,7 @@ module.exports = { docs: { path: '../docs/ecosystem', routeBasePath: 'ecosystem', - editUrl: 'https://github.com/JellyfishSDK/jellyfish/tree/main/website', + editUrl: 'https://github.com/BirthdayResearch/jellyfishsdk/tree/main/website', sidebarCollapsed: false, }, theme: { @@ -148,7 +148,7 @@ module.exports = { id: 'node', path: '../docs/node', routeBasePath: 'node', - editUrl: 'https://github.com/JellyfishSDK/jellyfish/tree/main/website', + editUrl: 'https://github.com/BirthdayResearch/jellyfishsdk/tree/main/website', sidebarCollapsed: false, }, ], @@ -158,7 +158,7 @@ module.exports = { id: 'ocean', path: '../docs/ocean', routeBasePath: 'ocean', - editUrl: 'https://github.com/JellyfishSDK/jellyfish/tree/main/website', + editUrl: 'https://github.com/BirthdayResearch/jellyfishsdk/tree/main/website', sidebarCollapsed: false, }, ], @@ -168,7 +168,7 @@ module.exports = { id: 'testing', path: '../docs/testing', routeBasePath: 'testing', - editUrl: 'https://github.com/JellyfishSDK/jellyfish/tree/main/website', + editUrl: 'https://github.com/BirthdayResearch/jellyfishsdk/tree/main/website', sidebarCollapsed: false, }, ], @@ -178,7 +178,7 @@ module.exports = { id: 'legacy', path: '../docs/legacy', routeBasePath: 'legacy', - editUrl: 'https://github.com/JellyfishSDK/jellyfish/tree/main/website', + editUrl: 'https://github.com/BirthdayResearch/jellyfishsdk/tree/main/website', sidebarCollapsed: false, }, ],