Skip to content

Commit

Permalink
use prod api
Browse files Browse the repository at this point in the history
  • Loading branch information
rykci committed May 31, 2022
1 parent 1e6c5c5 commit 4603192
Show file tree
Hide file tree
Showing 4 changed files with 967 additions and 850 deletions.
2 changes: 1 addition & 1 deletion sdk/helper/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const MCS_API = 'https://calibration-mcs-api.filswan.com/api/v1'
const MCS_API = 'https://mcs-api.filswan.com/api/v1'

module.exports = { MCS_API }
6 changes: 3 additions & 3 deletions sdk/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const { mint } = require('./helper/mint')

class mcsSdk {
/**
* Constructs a client bound to the user and endpoint.
* Constructs a class bound to the user and endpoint.
*
* @example
* ```js
* const { mcsClient } = require('mcs-client')
* const client = new mcsClient({
* const { mcsSdk } = require('js-mcs-sdk')
* const mcs = new mcsSdk({
* privateKey: PRIVATE_KEY
* rpcURL: 'https://matic-mumbai.chainstacklabs.com'
* })
Expand Down
Loading

0 comments on commit 4603192

Please sign in to comment.