File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,8 @@ static std::string get_rpc_end_point( const std::string& rhost )
380
380
return rhost + " :80:80" ;
381
381
} else if ( rhost == " api.mainnet-beta.solana.com" ) {
382
382
return rhost + " :80:80" ;
383
+ } else if ( rhost == " api.testnet.solana.com" ) {
384
+ return rhost + " :80:80" ;
383
385
} else {
384
386
return rhost;
385
387
}
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ case $KENV in
23
23
MAP_KEY=BmA9Z6FjioHJPpjT39QazZyhDRUdZy2ezwx4GiDdE2u2
24
24
PGM_KEY=gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s
25
25
;;
26
- pythnet )
27
- MAP_KEY=Fy4NhY7n3yoWHZmVdEwsjjRt6tbHUgPpJ2j22ABVUy4B
28
- PGM_KEY=E7g6dJUeKaWJTyYPxKXcaLJhzkkLaK3NwPKNyzLfZSnP
26
+ testnet )
27
+ MAP_KEY=AFmdnt9ng1uVxqCmqwQJDAYC5cKTkw8gJKSM5PnzuF6z
28
+ PGM_KEY=8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz
29
29
;;
30
30
* )
31
- echo " Unknown environment. Please use: prodbeta, devnet, pythnet "
31
+ echo " Unknown environment. Please use: prodbeta, devnet, testnet "
32
32
exit 1;
33
33
esac
34
34
if [ -z " $KDIR " ] ; then
You can’t perform that action at this time.
0 commit comments