cc-1.0.x-dev/modules/cc_dex/config/schema/cc_dex.schema.yml
modules/cc_dex/config/schema/cc_dex.schema.yml
cc.settings:
mapping:
dex_networks:
type: sequence
label: 'DEX Networks'
sequence:
type: mapping
label: 'Network'
mapping:
name:
type: string
label: 'Network Name'
chain_id:
type: integer
label: 'Chain ID'
rpc_url:
type: string
label: 'RPC URL'
explorer_url:
type: string
label: 'Block Explorer URL'
native_currency:
type: mapping
label: 'Native Currency'
mapping:
symbol:
type: string
label: 'Symbol'
decimals:
type: integer
label: 'Decimals'
dex_contracts:
type: sequence
label: 'DEX Smart Contracts'
sequence:
type: mapping
label: 'Contract'
mapping:
name:
type: string
label: 'Contract Name'
network:
type: string
label: 'Network Name'
address:
type: string
label: 'Contract Address'
type:
type: string
label: 'Contract Type'
abi:
type: string
label: 'Contract ABI'
