Skip to content

Commit e844594

Browse files
author
Karl Ranna
authored
Merge pull request #2050 from ExchangeUnion/feat/change-simnet-connext-router-pubkey
feat(connext): change simnet connext router node public key
2 parents 62aad3d + c7ac68f commit e844594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connextclient/ConnextClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const getRouterNodeIdentifier = (network: string): string => {
6363
case 'regtest':
6464
case 'simnet':
6565
// public key of our simnet router node
66-
return 'vector6YgGnwSox2vCh8vsKChD3r8nRWbZJFX8o9sP5GS2ZEoeWcsrqq';
66+
return 'vector5yw6vEx4VJPWMC4Vf48WSfY4bzgfJxAt4EGGFGT1o1mmQnRz35';
6767
case 'testnet':
6868
// public key of our testnet router node
6969
return 'vector5ZGTZ1izRvvM73c5Rt1cMK34SdPVGLccMdc72v2B2HBmcTXRiD';

0 commit comments

Comments
 (0)