diff --git a/Contract.rs b/Contract.rs index fcbd6cd..cc48ee3 100644 --- a/Contract.rs +++ b/Contract.rs @@ -3,7 +3,7 @@ Schema { root_id: none!(), genesis: GenesisSchema { metadata: type_map! { - FieldType::Ticker => JET, + FieldType::Ticker => USDJJ, FieldType::Name => Jet, FieldType::ContractText => NoneOrOnce, FieldType::Precision => Once,