@0xsequence/auth
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -217,3 +217,3 @@ 'use strict'; | ||
const jwtAuth = (await this.getJWT(tryAuth)).token; | ||
this.indexerGateway = new indexer.SequenceIndexerGateway(this.settings.sequenceMetadataUrl, undefined, jwtAuth); | ||
this.indexerGateway = new indexer.SequenceIndexerGateway(this.settings.sequenceIndexerGatewayUrl, undefined, jwtAuth); | ||
} | ||
@@ -220,0 +220,0 @@ return this.indexerGateway; |
@@ -217,3 +217,3 @@ 'use strict'; | ||
const jwtAuth = (await this.getJWT(tryAuth)).token; | ||
this.indexerGateway = new indexer.SequenceIndexerGateway(this.settings.sequenceMetadataUrl, undefined, jwtAuth); | ||
this.indexerGateway = new indexer.SequenceIndexerGateway(this.settings.sequenceIndexerGatewayUrl, undefined, jwtAuth); | ||
} | ||
@@ -220,0 +220,0 @@ return this.indexerGateway; |
@@ -213,3 +213,3 @@ import { ethers } from 'ethers'; | ||
const jwtAuth = (await this.getJWT(tryAuth)).token; | ||
this.indexerGateway = new SequenceIndexerGateway(this.settings.sequenceMetadataUrl, undefined, jwtAuth); | ||
this.indexerGateway = new SequenceIndexerGateway(this.settings.sequenceIndexerGatewayUrl, undefined, jwtAuth); | ||
} | ||
@@ -216,0 +216,0 @@ return this.indexerGateway; |
{ | ||
"name": "@0xsequence/auth", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "auth sub-package for Sequence", | ||
@@ -13,14 +13,14 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/auth", | ||
"@0xsequence/ethauth": "^1.0.0", | ||
"@0xsequence/abi": "2.2.4", | ||
"@0xsequence/account": "2.2.4", | ||
"@0xsequence/api": "2.2.4", | ||
"@0xsequence/core": "2.2.4", | ||
"@0xsequence/indexer": "2.2.4", | ||
"@0xsequence/metadata": "2.2.4", | ||
"@0xsequence/migration": "2.2.4", | ||
"@0xsequence/network": "2.2.4", | ||
"@0xsequence/sessions": "2.2.4", | ||
"@0xsequence/utils": "2.2.4", | ||
"@0xsequence/signhub": "2.2.4", | ||
"@0xsequence/wallet": "2.2.4" | ||
"@0xsequence/abi": "2.2.5", | ||
"@0xsequence/account": "2.2.5", | ||
"@0xsequence/api": "2.2.5", | ||
"@0xsequence/core": "2.2.5", | ||
"@0xsequence/indexer": "2.2.5", | ||
"@0xsequence/migration": "2.2.5", | ||
"@0xsequence/metadata": "2.2.5", | ||
"@0xsequence/network": "2.2.5", | ||
"@0xsequence/sessions": "2.2.5", | ||
"@0xsequence/signhub": "2.2.5", | ||
"@0xsequence/wallet": "2.2.5", | ||
"@0xsequence/utils": "2.2.5" | ||
}, | ||
@@ -36,3 +36,3 @@ "peerDependencies": { | ||
"mockttp": "^3.6.0", | ||
"@0xsequence/tests": "2.2.4" | ||
"@0xsequence/tests": "2.2.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "files": [ |
@@ -274,3 +274,3 @@ import { Account } from '@0xsequence/account' | ||
const jwtAuth = (await this.getJWT(tryAuth)).token | ||
this.indexerGateway = new SequenceIndexerGateway(this.settings.sequenceMetadataUrl, undefined, jwtAuth) | ||
this.indexerGateway = new SequenceIndexerGateway(this.settings.sequenceIndexerGatewayUrl, undefined, jwtAuth) | ||
} | ||
@@ -277,0 +277,0 @@ |
122614
+ Added@0xsequence/abi@2.2.5(transitive)
+ Added@0xsequence/account@2.2.5(transitive)
+ Added@0xsequence/api@2.2.5(transitive)
+ Added@0xsequence/core@2.2.5(transitive)
+ Added@0xsequence/indexer@2.2.5(transitive)
+ Added@0xsequence/metadata@2.2.5(transitive)
+ Added@0xsequence/migration@2.2.5(transitive)
+ Added@0xsequence/network@2.2.5(transitive)
+ Added@0xsequence/relayer@2.2.5(transitive)
+ Added@0xsequence/replacer@2.2.5(transitive)
+ Added@0xsequence/sessions@2.2.5(transitive)
+ Added@0xsequence/signhub@2.2.5(transitive)
+ Added@0xsequence/utils@2.2.5(transitive)
+ Added@0xsequence/wallet@2.2.5(transitive)
- Removed@0xsequence/abi@2.2.4(transitive)
- Removed@0xsequence/account@2.2.4(transitive)
- Removed@0xsequence/api@2.2.4(transitive)
- Removed@0xsequence/core@2.2.4(transitive)
- Removed@0xsequence/indexer@2.2.4(transitive)
- Removed@0xsequence/metadata@2.2.4(transitive)
- Removed@0xsequence/migration@2.2.4(transitive)
- Removed@0xsequence/network@2.2.4(transitive)
- Removed@0xsequence/relayer@2.2.4(transitive)
- Removed@0xsequence/replacer@2.2.4(transitive)
- Removed@0xsequence/sessions@2.2.4(transitive)
- Removed@0xsequence/signhub@2.2.4(transitive)
- Removed@0xsequence/utils@2.2.4(transitive)
- Removed@0xsequence/wallet@2.2.4(transitive)
Updated@0xsequence/abi@2.2.5
Updated@0xsequence/account@2.2.5
Updated@0xsequence/api@2.2.5
Updated@0xsequence/core@2.2.5
Updated@0xsequence/indexer@2.2.5
Updated@0xsequence/metadata@2.2.5
Updated@0xsequence/migration@2.2.5
Updated@0xsequence/network@2.2.5
Updated@0xsequence/sessions@2.2.5
Updated@0xsequence/signhub@2.2.5
Updated@0xsequence/utils@2.2.5
Updated@0xsequence/wallet@2.2.5