@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.
- package/dist/startrail-sdk.js +1 -1
- package/package.json +1 -1
package/dist/startrail-sdk.js
CHANGED
|
@@ -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.
|
|
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 = {
|