UNPKG

@arbitrum/sdk

Version:

Typescript library client-side interactions with Arbitrum

84 lines (83 loc) 2.07 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IRollupEventInbox__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { inputs: [], name: "bridge", outputs: [ { internalType: "contract IBridge", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "contract IBridge", name: "_bridge", type: "address", }, ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [], name: "rollup", outputs: [ { internalType: "address", name: "", type: "address", }, ], stateMutability: "view", type: "function", }, { inputs: [ { internalType: "uint256", name: "chainId", type: "uint256", }, { internalType: "string", name: "chainConfig", type: "string", }, ], name: "rollupInitialized", outputs: [], stateMutability: "nonpayable", type: "function", }, { inputs: [], name: "updateRollupAddress", outputs: [], stateMutability: "nonpayable", type: "function", }, ]; class IRollupEventInbox__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.IRollupEventInbox__factory = IRollupEventInbox__factory; IRollupEventInbox__factory.abi = _abi;