Skip to content

Commit

Permalink
Merge pull request #41 from cp-wjhan/dev
Browse files Browse the repository at this point in the history
metadium/scripts: Fixed stake and balance value errors.
  • Loading branch information
cp-jhjin authored Nov 10, 2023
2 parents 702256b + 42d08dc commit 537df81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadium/scripts/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"members": [
{
"addr": "0x1be19928ed1dada205aec56ab85e0e2ab5670ad5",
"stake": 2000000000000000000000000000,
"stake": 1500000000000000000000000,
"name": "fak1",
"id": "0xfa5f92fc954e4e45ac5773d5472bf8ab0b888979a5e65d49bac65e1b4345e82a745e255d1018d7a6de7ae8fd3a04b0e8eca4359f0fd35c2d0c45d29f7ffa0290",
"ip": "172.18.0.1",
Expand All @@ -31,7 +31,7 @@
},
{
"addr": "0xb4388353fd0f3b3a017e09f2b857052ff219e663",
"stake": 2000000000000000000000000000,
"stake": 1500000000000000000000000,
"name": "fak2",
"id": "0xea5f92fc954e4e45ac5773d5472bf8ab0b888979a5e65d49bac65e1b4345e82a745e255d1018d7a6de7ae8fd3a04b0e8eca4359f0fd35c2d0c45d29f7ffa0290",
"ip": "172.18.0.2",
Expand All @@ -41,11 +41,11 @@
"accounts": [
{
"addr": "0x1be19928ed1dada205aec56ab85e0e2ab5670ad5",
"balance": 200000000000000000000000
"balance": 2000000000000000000000000
},
{
"addr": "0xb4388353fd0f3b3a017e09f2b857052ff219e663",
"balance": 200000000000000000000000
"balance": 2000000000000000000000000
}
]
}

0 comments on commit 537df81

Please sign in to comment.