violet_node_runtime/
ordinals_config.rs

1use crate::{Runtime, RuntimeEvent};
2
3impl pallet_ordinals::Config for Runtime {
4	type RuntimeEvent = RuntimeEvent;
5	type InscriptionId = u128;
6	type WeightInfo = pallet_ordinals::weights::SubstrateWeight<Runtime>;
7}