Skip to content

Commit

Permalink
rename: gear-development -> vara-development
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Oct 5, 2023
1 parent 61f9dad commit 8b8ab09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/rosetta/gear-development.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "development",
"blockchain": "gear",
"blockchain": "vara",
"network": "development",
"wsAddress": "ws://127.0.0.1:9944",
"httpAddress": "http://127.0.0.1:9933",
Expand Down
2 changes: 1 addition & 1 deletion test/development/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"network": {
"blockchain": "gear",
"blockchain": "vara",
"network": "development"
},
"online_url": "http://localhost:8080",
Expand Down
4 changes: 2 additions & 2 deletions test/development/gear.ros
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
create_account(1){
create{
network = {"network":"development", "blockchain":"gear"};
network = {"network":"development", "blockchain":"vara"};
key = generate_key({"curve_type": "edwards25519"});
account = derive({
"network_identifier": {{network}},
Expand All @@ -16,7 +16,7 @@ create_account(1){

transfer(1){
transfer{
transfer.network = {"network":"development", "blockchain":"gear"};
transfer.network = {"network":"development", "blockchain":"vara"};
currency = {"symbol":"VARA", "decimals":12};

sender = find_balance({
Expand Down

0 comments on commit 8b8ab09

Please sign in to comment.