@axelar-network/interchain-token-service
Version:
Interchain token service for EVM chains to faciliate interchain token transfers and contract calls
83 lines (82 loc) • 1.71 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IChainTracker",
"sourceName": "contracts/interfaces/IChainTracker.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "chainName",
"type": "string"
}
],
"name": "TrustedChainRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "chainName",
"type": "string"
}
],
"name": "TrustedChainSet",
"type": "event"
},
{
"inputs": [
{
"internalType": "string",
"name": "chainName",
"type": "string"
}
],
"name": "isTrustedChain",
"outputs": [
{
"internalType": "bool",
"name": "trusted",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "chainName",
"type": "string"
}
],
"name": "removeTrustedChain",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "chainName",
"type": "string"
}
],
"name": "setTrustedChain",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}