mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
fix(v1 relays): Discerning between v1 and v2 circuit relays
This commit is contained in:
Vendored
+9
-1
@@ -95,5 +95,13 @@ export default {
|
||||
? parseInt(process.env.IPFS_API_PORT)
|
||||
: 5001,
|
||||
|
||||
chatPubSubChan: 'psf-ipfs-chat-001'
|
||||
chatPubSubChan: 'psf-ipfs-chat-001',
|
||||
|
||||
v1Relays: [
|
||||
// v1 & v2 Circuit Relay (Token Tiger)
|
||||
'/ip4/137.184.93.145/tcp/6002/p2p/12D3KooWBTkiEn4fSGYRMtNT2ZTKhjguymGFHjiJeVVPSwEjXJwq',
|
||||
|
||||
// v1 & v2 Circuit Relay server (FullStack.cash)
|
||||
'/ip4/78.46.129.7/tcp/4002/p2p/12D3KooWR8URLT2d85MSKMUAHB2poADNz1jbrsGNL1GAjA1cZtTY'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user