File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ describe('BitGo Prototype Methods', function () {
52
52
it ( 'staging' , ( ) => {
53
53
BitGoJS . setNetwork ( 'testnet' ) ;
54
54
TestBitGo . decorate ( BitGo , { env : 'staging' } ) ;
55
- BitGoJS . getNetwork ( ) . should . equal ( 'bitcoin ' ) ;
55
+ BitGoJS . getNetwork ( ) . should . equal ( 'testnet ' ) ;
56
56
} ) ;
57
57
58
58
it ( 'test' , ( ) => {
Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ export const Environments: Environments = {
155
155
uri : 'https://app.bitgo-latest.com' ,
156
156
stellarFederationServerUrl : 'https://app.bitgo-latest.com/api/v2/xlm/federation' ,
157
157
} ) ,
158
- staging : Object . assign ( { } , mainnetBase , {
159
- uri : 'https://staging .bitgo.com' ,
160
- stellarFederationServerUrl : 'https://staging .bitgo.com/api/v2/xlm /federation' ,
158
+ staging : Object . assign ( { } , testnetBase , {
159
+ uri : 'https://app .bitgo-staging .com' ,
160
+ stellarFederationServerUrl : 'https://app .bitgo-staging .com/api/v2/txlm /federation' ,
161
161
} ) ,
162
162
local : Object . assign ( { } , devBase , {
163
163
uri : 'https://localhost:3000' ,
You can’t perform that action at this time.
0 commit comments