From 074f27ae73d68fc9da22f2d997cd0185a31866af Mon Sep 17 00:00:00 2001 From: Yaroslav Savchuk Date: Tue, 17 Jan 2023 00:40:19 +0100 Subject: [PATCH] Fix testnet genesis tx fee denom to be utestcore --- .../create-validator-validator-earth-signed.json | 4 ++-- .../create-validator-validator-mars-signed.json | 4 ++-- .../create-validator-validator-mercury-signed.json | 4 ++-- .../create-validator-validator-venus-signed.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-earth-signed.json b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-earth-signed.json index 40d0f7ef3..9b409e9c3 100644 --- a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-earth-signed.json +++ b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-earth-signed.json @@ -51,7 +51,7 @@ "fee": { "amount": [ { - "denom": "ducore", + "denom": "utestcore", "amount": "0" } ], @@ -61,6 +61,6 @@ } }, "signatures": [ - "gKROVmS4yxxumIb46xtsoV+EIzotNkj7iDdX5MGjhgM2/vazGGynNRNkYdGsBD0VEb9jVx2V5NZ6RRk0PFGUWw==" + "E6Hz1zXyxYNC2dbjfsjH2izllOmWSBm+cKlwzIerUUhTVHlxFCxeGlp8rWvCZvGNkg7cyX2JOLLOsdjQy87sZg==" ] } diff --git a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mars-signed.json b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mars-signed.json index eb9d358dd..5daf7adc8 100644 --- a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mars-signed.json +++ b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mars-signed.json @@ -51,7 +51,7 @@ "fee": { "amount": [ { - "denom": "ducore", + "denom": "utestcore", "amount": "0" } ], @@ -61,6 +61,6 @@ } }, "signatures": [ - "vZdFFF6HK0B+pTzN2HKY570mM/loCwTpMgW0xRvc9+Ec/MBcNqNR++8HY+3/Ho6m+SGY3zRVlkjY9Va4K15u8Q==" + "6y+6j45rccpjli1+o+Y4DGu9T8G2Bue96W2NxqGr/zVJjMVaxw7V1GD9qQaO1bdZgVtdfpI7Ydj2N8NJcAnP7g==" ] } diff --git a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mercury-signed.json b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mercury-signed.json index db7cb15bc..4f9a31e39 100644 --- a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mercury-signed.json +++ b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-mercury-signed.json @@ -51,7 +51,7 @@ "fee": { "amount": [ { - "denom": "ducore", + "denom": "utestcore", "amount": "0" } ], @@ -61,6 +61,6 @@ } }, "signatures": [ - "nw2EoGJHmrBwZhtfL8C74E7WMB/Ywt4OJfOKbmbWkvd/PPq6JtLKqGLX4/qEytRQugm/C0088O1U5Qcf2tAPXw==" + "DyQpC14cpFNAyfcLUK7SRNzbldwYa3t7ASDx2H8EJENlgNPS0JfvU3W60FrO3O2+xfSb4kfRENXuXVHbjHYHQg==" ] } diff --git a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-venus-signed.json b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-venus-signed.json index 9ac55c68e..325471c3d 100644 --- a/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-venus-signed.json +++ b/pkg/config/genesis/gentx/coreum-testnet-1/create-validator-validator-venus-signed.json @@ -51,7 +51,7 @@ "fee": { "amount": [ { - "denom": "ducore", + "denom": "utestcore", "amount": "0" } ], @@ -61,6 +61,6 @@ } }, "signatures": [ - "KPKSxz7aAAXB+9rgZjUB3TG8SQMN8PIqXcjbXO4kyNwtd79IyOCZoMMOIznols2ZAbwB0vSdyUXfqDeBA0NvdQ==" + "KLyaNZ+MORXl6cCzqX4iU2Odgm8Ya/9BuRrZZqMij6ccT0eZzwPseRJgFjzBlKUBszpcxOv2JX7UR2r8k3of/A==" ] }