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 )
380380 return rhost + " :80:80" ;
381381 } else if ( rhost == " api.mainnet-beta.solana.com" ) {
382382 return rhost + " :80:80" ;
383+ } else if ( rhost == " api.testnet.solana.com" ) {
384+ return rhost + " :80:80" ;
383385 } else {
384386 return rhost;
385387 }
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ case $KENV in
2323 MAP_KEY=BmA9Z6FjioHJPpjT39QazZyhDRUdZy2ezwx4GiDdE2u2
2424 PGM_KEY=gSbePebfvPy7tRqimPoVecS2UsBvYv46ynrzWocc92s
2525 ;;
26- pythnet )
27- MAP_KEY=Fy4NhY7n3yoWHZmVdEwsjjRt6tbHUgPpJ2j22ABVUy4B
28- PGM_KEY=E7g6dJUeKaWJTyYPxKXcaLJhzkkLaK3NwPKNyzLfZSnP
26+ testnet )
27+ MAP_KEY=AFmdnt9ng1uVxqCmqwQJDAYC5cKTkw8gJKSM5PnzuF6z
28+ PGM_KEY=8tfDNiaEyrV6Q1U4DEXrEigs9DoDtkugzFbybENEbCDz
2929 ;;
3030 * )
31- echo " Unknown environment. Please use: prodbeta, devnet, pythnet "
31+ echo " Unknown environment. Please use: prodbeta, devnet, testnet "
3232 exit 1;
3333esac
3434if [ -z " $KDIR " ] ; then
You can’t perform that action at this time.
0 commit comments