@mstable/protocol
Version:
mStable Contracts
41 lines (40 loc) • 715 B
JSON
[
{
"inputs": [
{
"internalType": "string",
"name": "_tokenSymbol",
"type": "string"
}
],
"name": "getGatewayBySymbol",
"outputs": [
{
"internalType": "contract IGateway",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "_tokenSymbol",
"type": "string"
}
],
"name": "getTokenBySymbol",
"outputs": [
{
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]