This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "illlefr4u", | |
| "website": "https://github.com/illlefr4u", | |
| "description": "Love less government intervention and more freedom", | |
| "logo": "https://upload.wikimedia.org/wikipedia/commons/0/01/Brazil_flag_300.png", | |
| "twitter": "" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use primitives::{ed25519, sr25519, Pair}; | |
| use contract_chain_runtime::{ | |
| AccountId, ContractConfig, GenesisConfig, ConsensusConfig, TimestampConfig, BalancesConfig, | |
| SudoConfig, IndicesConfig, | |
| }; | |
| use substrate_service; | |
| use ed25519::Public as AuthorityId; | |
| // Note this is the URL for the telemetry server |