Closed MaxMustermann2 closed 1 month ago
The changes introduce two new constants, nativeChain
and nativeAsset
, defining the Exocore blockchain and its native EXO token. Modifications to the updateGenesisFile
function allow the integration of these constants into the genesisJSON
structure, specifically appending them to the client_chains
and tokens
arrays, along with creating a new entry in the asset_ids
array. This enhances the genesis file structure to accommodate the new blockchain and its asset.
File | Change Summary |
---|---|
script/generate.js | Added constants nativeChain and nativeAsset , modified updateGenesisFile to include these in genesisJSON . |
script/generate.js
for managing blockchain data structures and genesis file updates.In the land of code where rabbits play,
New chains and tokens hop into the fray.
With genesis files, they dance and twirl,
A blockchain bloom in a digital whirl.
So let’s cheer for EXO, our shiny new friend,
In the world of tech, may the fun never end! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add the native chain and native asset to
x/assets
andx/dogfood
parametersSummary by CodeRabbit
New Features
Bug Fixes