@xlink-network/xlink-sdk
Version:
116 lines (115 loc) • 2.01 kB
JavaScript
// src/evmUtils/contractAbi/bridgeConfig.ts
var BridgeConfigAbi = [
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "previousOwner",
type: "address"
},
{
indexed: true,
internalType: "address",
name: "newOwner",
type: "address"
}
],
name: "OwnershipTransferred",
type: "event"
},
{
inputs: [
{
internalType: "string",
name: "",
type: "string"
}
],
name: "config",
outputs: [
{
internalType: "string",
name: "",
type: "string"
}
],
stateMutability: "view",
type: "function"
},
{
inputs: [
{
internalType: "string[]",
name: "keys",
type: "string[]"
}
],
name: "getConfigs",
outputs: [
{
internalType: "string[]",
name: "",
type: "string[]"
}
],
stateMutability: "view",
type: "function"
},
{
inputs: [],
name: "owner",
outputs: [
{
internalType: "address",
name: "",
type: "address"
}
],
stateMutability: "view",
type: "function"
},
{
inputs: [],
name: "renounceOwnership",
outputs: [],
stateMutability: "nonpayable",
type: "function"
},
{
inputs: [
{
internalType: "string[]",
name: "keys",
type: "string[]"
},
{
internalType: "string[]",
name: "values",
type: "string[]"
}
],
name: "setConfigs",
outputs: [],
stateMutability: "nonpayable",
type: "function"
},
{
inputs: [
{
internalType: "address",
name: "newOwner",
type: "address"
}
],
name: "transferOwnership",
outputs: [],
stateMutability: "nonpayable",
type: "function"
}
];
export {
BridgeConfigAbi
};
//# sourceMappingURL=chunk-NZDFZ5GI.mjs.map