Skip to content

Commit

Permalink
chore(testnet): replace Alice in genesis.json (#5284)
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <[email protected]>
  • Loading branch information
s8sato authored Jan 17, 2025
1 parent e434186 commit 5dfa6f1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions defaults/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"Register": {
"Account": {
"id": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland",
"id": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland",
"metadata": {
"key": "value"
}
Expand Down Expand Up @@ -98,15 +98,15 @@
"Mint": {
"Asset": {
"object": "13",
"destination": "rose##ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "rose##ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
{
"Mint": {
"Asset": {
"object": "44",
"destination": "cabbage#garden_of_live_flowers#ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "cabbage#garden_of_live_flowers#ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -115,7 +115,7 @@
"AssetDefinition": {
"source": "ed01204164BF554923ECE1FD412D241036D863A6AE430476C898248B8237D77534CFC4@genesis",
"object": "rose#wonderland",
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -124,7 +124,7 @@
"Domain": {
"source": "ed01204164BF554923ECE1FD412D241036D863A6AE430476C898248B8237D77534CFC4@genesis",
"object": "wonderland",
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -135,7 +135,7 @@
"name": "CanSetParameters",
"payload": null
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -146,7 +146,7 @@
"name": "CanRegisterDomain",
"payload": null
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -159,7 +159,7 @@
"asset_definition": "rose#wonderland"
}
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -170,7 +170,7 @@
"name": "CanManagePeers",
"payload": null
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -181,7 +181,7 @@
"name": "CanManageRoles",
"payload": null
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -194,7 +194,7 @@
"domain": "wonderland"
}
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
},
Expand All @@ -205,7 +205,7 @@
"name": "CanUpgradeExecutor",
"payload": null
},
"destination": "ed0120CE7FA46C9DCE7EA4B125E2E36BDB63EA33073E7590AC92816AE1E861B7048B03@wonderland"
"destination": "ed0120FC126A7272403803751DFFC2A40B7E1A6860D6FDE5637E36E783E0032488ACCF@wonderland"
}
}
}
Expand Down

0 comments on commit 5dfa6f1

Please sign in to comment.