├── README.md ├── archive ├── holodeck-2 │ └── details.md ├── pulsar-1 │ └── details.md ├── pulsar-2 │ └── details.md └── supernova-2 │ └── details.md └── production_api_providers.md /README.md: -------------------------------------------------------------------------------- 1 | ⚠️⚠️ The location of the API-registry has changed! ⚠️⚠️ 2 | 3 | ### New location: 4 | [Official Documentation](https://docs.scrt.network/secret-network-documentation/development/connecting-to-the-network) 5 | 6 | ### Edit registry: 7 | [Documentation repository](https://github.com/SecretFoundation/docs/blob/gitbook/development/connecting-to-the-network.md) 8 | -------------------------------------------------------------------------------- /archive/holodeck-2/details.md: -------------------------------------------------------------------------------- 1 | # DEPRECATED - PLEASE USE PULSAR-2 2 | 3 | # Holodeck-2 Testnet powered by Chain Of Secrets 4 | 5 | Binaries and executables: https://github.com/chainofsecrets/SecretNetwork/releases/tag/v1.0.0 6 | 7 | Explorer: https://secretnodes.com/secret/chains/holodeck-2 8 | Faucet: https://faucet.secrettestnet.io 9 | Chain-id: holodeck-2 10 | 11 | REST Api endpoint: https://chainofsecrets.secrettestnet.io/ 12 | 13 | RPC: https://chainofsecrets.secrettestnet.io:26667/ 14 | 15 | Bootstrap node: 16 | 5374df116ac3133168999b8bfa8ccaa6d1a34fbf@chainofsecrets.secrettestnet.io:26656 17 | -------------------------------------------------------------------------------- /archive/pulsar-1/details.md: -------------------------------------------------------------------------------- 1 | # (DEPRECATED - PLEASE USE PULSAR-2) 2 | 3 | ## Version 1.2.2 Pulsar-1! 4 | 5 | Binaries and executables: https://github.com/scrtlabs/SecretNetwork/releases/tag/v1.2.2 6 | Use the testnet binary 7 | 8 | Explorer: https://secretnodes.com/secret/chains/pulsar-1 9 | 10 | Faucet: https://faucet.secrettestnet.io/ 11 | 12 | chain-id: `pulsar-1` 13 | 14 | ### Connecting to the network 15 | Peer nodes: 16 | - `078d185f8442c85f2a85cf33dd69ba6e099285d8@52.190.249.47:26656` 17 | - `6f718f97a040588b17540aa5f9705aadb5d20168@185.107.80.166:26656` 18 | - `badc882d93809ce2dc06ec0ca1c2873d05a10ce3@144.202.126.98:26656` 19 | - `89013e0fa43129a1025d571ac6f82bd01b462590@104.217.251.74:26656` 20 | 21 | REST port: http://testnet.securesecrets.org:1317/ 22 | 23 | RPC port: http://testnet.securesecrets.org:26657/ 24 | 25 | Docker Support : TBD 26 | -------------------------------------------------------------------------------- /archive/pulsar-2/details.md: -------------------------------------------------------------------------------- 1 | ## pulsar-2 2 | 3 | Binaries and executables: https://github.com/scrtlabs/SecretNetwork/releases/tag/v1.3.1 4 | Use the testnet binary 5 | 6 | Explorer: https://secretnodes.com/secret/chains/pulsar-2 7 | 8 | Faucet: https://faucet.secrettestnet.io/ 9 | 10 | chain-id: `pulsar-2` 11 | 12 | ### Connecting to the network 13 | 14 | Peer nodes: 15 | 16 | - `7a421a6f5f1618f7b6fdfbe4854985746f85d263@108.62.104.102:26656` 17 | - `a72e376dca664bac55e8ce55a2e972a8ae2c995e@144.202.126.98:26656` 18 | - `a941999e72f4726d276ef055a09cb8bedf8e7a9a@45.35.77.30:26656` 19 | - `f95ba3da4a9eec559397f4b47b1539e24af6904c@52.190.249.47:26656` 20 | 21 | APIs: 22 | 23 | - LCD: http://testnet.securesecrets.org:1317 24 | - LCD: https://api.pulsar.griptapejs.com 25 | - RPC: https://rpc.pulsar.griptapejs.com 26 | - Websocket: wss://rpc.pulsar.griptapejs.com/websocket 27 | - gRPC-web: http://rpc.pulsar.griptapejs.com:9091 28 | -------------------------------------------------------------------------------- /archive/supernova-2/details.md: -------------------------------------------------------------------------------- 1 | # DEPRECATED - PLEASE USE PULSAR-2 2 | 3 | ## Version 1.2.0-beta2 has been released - Supernova upgrade testnet v2! 4 | 5 | Binaries and executables: https://github.com/scrtlabs/SecretNetwork/releases/tag/v1.2.0-beta2 6 | 7 | Explorer: https://secretnodes.com/secret/chains/supernova-2 8 | 9 | Faucet: https://faucet.supernova.enigma.co 10 | 11 | chain-id: `supernova-2` 12 | 13 | ### Connecting to the network 14 | Bootstrap nodes: 15 | `ab6394e953e0b570bb1deeb5a8b387aa0dc6188a@bootstrap.supernova.enigma.co:26656` 16 | `9cdaa5856e0245ecd73bd464308fb990fbc53b57@node2.supernova.enigma.co:26656` 17 | 18 | REST port: 1317 19 | RPC port: 26657 20 | 21 | Docker Image Name: TBD 22 | 23 | Registration service (for docker image or auto registration): 24 | `register.supernova.enigma.co:36667` 25 | -------------------------------------------------------------------------------- /production_api_providers.md: -------------------------------------------------------------------------------- 1 | | Provider | Contact info | Additional information | 2 | | ------------- | ------------ | ----------------------------------------------------------------------- | 3 | | E.g. ABC Inc. | | E.g. "we provide best in class API services for production use, etc..." | 4 | --------------------------------------------------------------------------------