You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ KHOST=44.232.27.44 # or devnet.solana.com
51
51
./test_publish -k $KDIR -r $KHOST
52
52
```
53
53
54
-
The certification environment can be found at the IP address 44.232.27.44. Solana devnet can be found at: devnet.solana.com
54
+
The certification environment (pythnet) can be found at the IP address 44.232.27.44. Please also provide to the administrator the IP address you plan to publish to pythnet from so that it can be added to the pythnet firewall. Solana devnet can be found at: devnet.solana.com. No additional permissioning is required to publish to devnet.
55
55
56
56
You can also publish to solana using the pythd server. Start up the server using the same key-store directory and host specification:
0 commit comments