Skip to content

Commit

Permalink
Merge pull request #3 from iconLake/master
Browse files Browse the repository at this point in the history
update default value
  • Loading branch information
huanxiangspace committed Mar 6, 2024
2 parents 11fb2a9 + fc88efb commit bb52fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/CreateValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const isKeplrReady = ref(false);
const fm = reactive({
description: {
moniker: "A Node",
identity: "ABCDEFGH12345678",
website: "https://abcd.com/",
details: "Something about description of this node.",
securityContact: "support@abcd.com or WeChat@abcd",
identity: "",
website: "https://test.iconlake.com/",
details: "",
securityContact: "support@iconlake.com",
},
commission: {
maxChangeRate: "0.010000000000000000",
Expand Down

0 comments on commit bb52fdf

Please sign in to comment.