Skip to content

Commit

Permalink
well known types: update genesis block ids of near to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Sep 3, 2024
1 parent a0efd33 commit cc78521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions well-known/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ var WellKnownProtocols = WellKnownProtocolList([]WellKnownProtocol{
{
Name: "near-mainnet",
Aliases: []string{"near"},
GenesisBlockID: "CFAAJTVsw5y4GmMKNmuTNybxFJtapKcrarsTh5TPUyQf",
GenesisBlockID: "a7110b9052e1be68f7fa8bb4065bf54e731205801878e708db7464ec4b9b8014",
GenesisBlockNumber: 9820214,
},
{
Name: "near-testnet",
Aliases: []string{},
GenesisBlockID: "fQURSjwQKZn8F98ayQjpndh85msJBu12FBkUY1gc5WA",
GenesisBlockID: "09d69c8ba4f319f8e78d0b701f0c1f763cc0d920551bfbd00072d5f56016d853",
GenesisBlockNumber: 42376923,
},
},
Expand Down

0 comments on commit cc78521

Please sign in to comment.