diff --git a/.github/workflows/templates-readme.yml b/.github/workflows/templates-readme.yml index 8d81a0f..eeea5b1 100644 --- a/.github/workflows/templates-readme.yml +++ b/.github/workflows/templates-readme.yml @@ -53,19 +53,19 @@ jobs: - name: Fetch and update RELATED PROJECTS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Related-projects.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Related-projects.md TEMPLATE_TAG: related_projects - name: Fetch and update CONTRIBUTIONS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Contributions-%26-Thanks.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Contributions-%26-Thanks.md TEMPLATE_TAG: contributions - name: Fetch and update STAR HISTORY template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Star-History.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Star-History.md TEMPLATE_TAG: star_history - name: Check for changes before running linter diff --git a/README.md b/README.md index 819316f..419e0c0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@
@@ -12,15 +12,15 @@ [][1] [][1] [][1] -[](https://github.com/tiagosiebler/coinbase-api/actions/workflows/e2etest.yml) -[][1] +[](https://github.com/sieblyio/coinbase-api/actions/workflows/e2etest.yml) +[][1] [](https://t.me/nodetraders) -[](https://deepwiki.com/tiagosiebler/coinbase-api) +[](https://deepwiki.com/sieblyio/coinbase-api) [1]: https://www.npmjs.com/package/coinbase-api > [!TIP] -> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghcoinbase) brand, this SDK will soon be hosted under the [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. +> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghcoinbase) brand, this SDK is now hosted under our [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. Updated & performant JavaScript & Node.js SDK for Coinbase's Advanced Trade, App, Exchange, International, Prime & Commerce REST APIs and WebSockets: @@ -85,7 +85,7 @@ Refer to the [examples](./examples) folder for implementation examples. ## Issues & Discussion -- Issues? Check the [issues tab](https://github.com/tiagosiebler/coinbase-api/issues). +- Issues? Check the [issues tab](https://github.com/sieblyio/coinbase-api/issues). - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/sieblyio) @@ -572,7 +572,7 @@ This file contains AI optimised structure of all the functions in this package, ## Used By -[](https://github.com/tiagosiebler/coinbase-api/network/dependents) +[](https://github.com/sieblyio/coinbase-api/network/dependents) --- @@ -612,6 +612,6 @@ Contributions are encouraged, I will review any incoming pull requests. See the ## Star History -[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) +[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&sieblyio/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) diff --git a/package.json b/package.json index 8779a09..8eb1027 100644 --- a/package.json +++ b/package.json @@ -83,10 +83,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/tiagosiebler/coinbase-api.git" + "url": "git+https://github.com/sieblyio/coinbase-api.git" }, "bugs": { - "url": "https://github.com/tiagosiebler/coinbase-api/issues" + "url": "https://github.com/sieblyio/coinbase-api/issues" }, - "homepage": "https://github.com/tiagosiebler/coinbase-api#readme" + "homepage": "https://github.com/sieblyio/coinbase-api#readme" }