How to find release keys

If you cannot connect to the official testnet, you probably need to set proper environment variables before building your app, otherwise client will use default ones:

[2024-11-27T17:53:07.441382Z WARN sn_transfers] Using default FOUNDATION_PK: 8f73b97377f30bed96df1c92daf9f21b4a82c862615439fab8095e68860a5d0dff9f97dba5aef503a26c065e5cb3c7ca
[2024-11-27T17:53:07.441651Z WARN sn_transfers::genesis] USING DEFAULT GENESIS SK (9934c2) FOR TESTING PURPOSES! EXPECTING PAIRED SK (23746b) TO BE USED!
[2024-11-27T17:53:07.441843Z INFO sn_transfers::genesis] Genesis PK: 9934c21469a68415e6b06a435709e16bff6e92bf302aeb0ea9199d2d06a55f1b1a21e155853d3f94ae31f8f313f886ee
[2024-11-27T17:53:07.441891Z WARN sn_transfers] Using default NETWORK_ROYALTIES_PK: b4243ec9ceaec374ef992684cd911b209758c5de53d1e406b395bc37ebc8ce50e68755ea6d32da480ae927e1af4ddadb

This is ok if you are connecting to local testnet, because if you build the testnet binaries without environment variables, it will build also with the default. So, if you want to use both networks, you have to set environment variables with release keys also when building local testnet binaries.

There is an issue where you can discuss the problem:

Latest release keys:

FOUNDATION_PK: b20c916c7a28707018292f06dfdb66ab88ebcbad9c78d18135e843a91b1d66b875b24d2c27d8d1ad4637c2d5811896fe
GENESIS_PK: 93f7355906fa8c1a639bac80f4619dbb4cf5f71c47827d1ff2c30f0d133f6b841859662cbf7e0bbceca0eb0f521f6ebc
NETWORK_ROYALTIES_PK: af451aa34a0d16c50eb217b91ab6b2ca75ef43b9c20449384ff1e90dbf8477351499cca985828e33b208805dadc80c63
PAYMENT_FORWARD_PK: adc6401588af49c60af6717a60546207abddb4e150014b4ab6c407ef6d7b3d3899b8892a91ab23042378b7b285e655fc
1 Like