Skip to content

Commit

Permalink
Merge pull request #181 from Fingerling42/master
Browse files Browse the repository at this point in the history
Added params for humanoid robot
  • Loading branch information
vol4tim authored Jan 7, 2025
2 parents c5b8925 + 7d0cc4d commit 738a287
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/views/humanoid/config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export const price = 1_000_000_000;
export const robot = "4GzMLepDF5nKTWDM6XpB3CrBcFmwgazcVFAD3ZBNAjKT6hQJ";
export const robot = "4GfZP7fbGZBx5GxR4mreLGTm872vHYhDMmaV6d1SEHGtv7AP";
export const listOfCommands = [
{
name: "A",
value: "0x0000000000000000000000000000000000000000000000000000000000000001"
name: "Squat",
value: "0x3000000000000000000000000000000000000000000000000000000000000000"
},
{
name: "B",
value: "0x0000000000000000000000000000000000000000000000000000000000000002"
name: "Stand Up",
value: "0x3100000000000000000000000000000000000000000000000000000000000000"
},
{
name: "C",
value: "0x0000000000000000000000000000000000000000000000000000000000000003"
name: "Rotate",
value: "0x3200000000000000000000000000000000000000000000000000000000000000"
}
];

0 comments on commit 738a287

Please sign in to comment.