From 5b9ed6083626678727cf3eab66d89ad9fde5efbc Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Thu, 26 Sep 2024 12:53:27 +0200 Subject: [PATCH] use latest constitution --- genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis.go b/genesis.go index 7c32234..a138223 100644 --- a/genesis.go +++ b/genesis.go @@ -22,7 +22,7 @@ import ( distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" ) -const constitutionLink = "https://raw.githubusercontent.com/atomone-hub/genesis/b84df30364674c3f68b4bc0a43d7ed977ae22226/CONSTITUTION.md" +const constitutionLink = "https://raw.githubusercontent.com/atomone-hub/genesis/af652e0bc2bf1579350648770bf1f7b2d51d4884/CONSTITUTION.md" func writeGenesis(genesisFile string, airdrop airdrop) error { bz, err := os.ReadFile(genesisFile)