mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
9b3c466dff
* add token name symbol to pools * fix lint * fix build * remove token prefixed keys and add isDatatoken * add decimals * merge * fix package lock * lock fix * fix tokenId Co-authored-by: mihaisc <mihai@oceanprotocol.com>
17 lines
302 B
JSON
17 lines
302 B
JSON
[
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "symbol",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bytes32",
|
|
"name": "",
|
|
"type": "bytes32"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
] |