@startbahn/startrail-sdk-js 1.27.0 → 1.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163905,7 +163905,7 @@ exports.ERROR_STATUS_CODE = {
163905
163905
  // Host name and chainId pair is defined and validated in torus-website.
163906
163906
  exports.ETHEREUM_NETWORK = {
163907
163907
  PROD: { rpc: 'https://polygon-rpc.com', chainId: 137, name: 'Polygon' },
163908
- DEV: { rpc: 'https://rpc-mumbai.maticvigil.com', chainId: 80001, name: 'Mumbai' },
163908
+ DEV: { rpc: 'https://rpc-mumbai.matic.today', chainId: 80001, name: 'Mumbai' },
163909
163909
  LOCAL: { rpc: 'https://localhost:8545', chainId: 5777, name: 'Local' }
163910
163910
  };
163911
163911
  const GCS_URL = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startbahn/startrail-sdk-js",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "description": "Startrail Api for JS SDK",
5
5
  "main": "dist/startrail-sdk.js",
6
6
  "unpkg": "dist/startrail-sdk.js",