Skip to content

Commit

Permalink
use latest constitution
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Sep 26, 2024
1 parent cdf05c7 commit 5b9ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b9ed60

Please sign in to comment.