You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const customNetwork = {
messagePrefix: 'Your_Message_Prefix', // Replace with the value from the configuration file
bech32: 'your_bech32_prefix', // Replace with the value from the configuration file
bip32: {
public: 0x00000000, // Replace with the value from the configuration file
private: 0x00000000, // Replace with the value from the configuration file
},
pubKeyHash: 0x00, // Replace with the value from the configuration file
scriptHash: 0x05, // Replace with the value from the configuration file
};
I would need to fill up the variables as per the above, how can I achieve this by using elements? For context, I am using nigiri to run containerised elements, and I have made changes too to the configuration file i.e. elements.conf
How can I get these values for the element blockchain?
The text was updated successfully, but these errors were encountered:
const customNetwork = {
messagePrefix: 'Your_Message_Prefix', // Replace with the value from the configuration file
bech32: 'your_bech32_prefix', // Replace with the value from the configuration file
bip32: {
public: 0x00000000, // Replace with the value from the configuration file
private: 0x00000000, // Replace with the value from the configuration file
},
pubKeyHash: 0x00, // Replace with the value from the configuration file
scriptHash: 0x05, // Replace with the value from the configuration file
};
I would need to fill up the variables as per the above, how can I achieve this by using elements? For context, I am using nigiri to run containerised elements, and I have made changes too to the configuration file i.e. elements.conf
How can I get these values for the element blockchain?
I am not sure how can I get these values when following the tutorial.
I would need to fill up the variables as per the above, how can I achieve this by using elements? For context, I am using nigiri to run containerised elements, and I have made changes too to the configuration file i.e. elements.conf
How can I get these values for the element blockchain?
The text was updated successfully, but these errors were encountered: