Skip to content

Commit

Permalink
Merge pull request #5 from coincord/Modified/Coincord-docs
Browse files Browse the repository at this point in the history
Modified/coincord docs
  • Loading branch information
Mozartted authored Jun 29, 2024
2 parents 98009b2 + 20c84f8 commit b2335e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFY_URL }}
SLACK_MESSAGE: "new coincord-core-sdk version published"
SLACK_TITLE: "Updated library: Coincord core sdk"
# slackNotification:
# name: Slack Notification
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Slack Notification
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFY_URL }}
# SLACK_MESSAGE: "new coincord-core-sdk version published"
# SLACK_TITLE: "Updated library: Coincord core sdk"
2 changes: 1 addition & 1 deletion lib/requester.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { request, GraphQLClient } from "graphql-request";

const graphQLClient = new GraphQLClient(
<string>process.env.COINCORD_CORE_HOST_URL,
`https://${<string>process.env.COINCORD_CORE_HOST_URL}/graphql`,
{
headers: {
"Client-Id": <string>process.env.COINCORD_CORE_HOST_CLIENT_ID,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coincord/coincord-core-sdk-wallet",
"version": "0.1.4",
"version": "0.1.5",
"description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.",
"main": "dist/lib/index.js",
"publishConfig": {
Expand Down

0 comments on commit b2335e3

Please sign in to comment.