Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ob-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Optional fields:
- `decimals` (fetch from contract)
- `label` (fetch from contract, called `name` in the erc20 interface)
- `symbol` (fetch from contract)
- `logo-uri` (fetch from token list)

```
tokens:
Expand All @@ -189,6 +190,7 @@ tokens:
decimals: 8
label: USD Coin
symbol: USDC
logo-uri: https://example.com/usdc-logo.png
eth-dai:
network: mainnet
address: 0x6b175474e89094c44da98b954eedeac495271d0f
Expand Down