Skip to content

Commit dd6c519

Browse files
authored
Update stellar_account.ts
1 parent 9b132d6 commit dd6c519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/stellar_account.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export const stellarAccount1 = {
2-
pubKey: 'GCB4UGT5JJRAHNDFQT476DCVSY3VC2TZPX2WN3RNMNGNR2LYJKLWRC2W',
3-
privKey: 'SCQKS7N2CGPGVM7JZQFQQZ2JOT6QX37MHCOXPEF4K57ZZES2LVI6VZHK',
2+
pubKey: 'GCYBIZZL6XMSL57P64MCZMIO7MYEK6TNVBO3LUQ3ZP3PWFDCPJMCXTI5',
3+
privKey: 'SB7QQCSZCMMSTTIYP3L2RH6UNEVZY4KWTAZLYNWOKUI4ZA6OBJKAIWQI',
44
};
55
export const stellarAccount2 = {
6-
pubKey: 'GD4AXTSXYURPQNO3XMOJHRRWP4R4BPXTBBZXH5QEZ3QGYSVP7G757O2J',
6+
pubKey: 'GAZTT5X34GZV67S46LRYFU5NDTFIDTUZLN7LS75HHDS52HNTZ3YRX3SG',
77
privKey: 'SBA47HOSZJJLUK54V2HGWHK6XCF4L3X3AHNNRHVWKRM2FQWSAQKDGFSA',
88
};
99

10-
export const stellarNetwork = 'https://horizon-testnet.stellar.org';
10+
export const stellarNetwork = 'https://horizon-testnet.stellar.org/';

0 commit comments

Comments
 (0)