rubic-sdk
Version:
Simplify dApp creation
26 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZRC_20_ABI = void 0;
const erc_20_token_abi_1 = require("../../../../../../core/blockchain/web3-public-service/web3-public/evm-web3-public/constants/erc-20-token-abi");
exports.ZRC_20_ABI = [
...erc_20_token_abi_1.ERC20_TOKEN_ABI,
{
inputs: [],
name: 'withdrawGasFee',
outputs: [
{
internalType: 'address',
name: '',
type: 'address'
},
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
}
];
//# sourceMappingURL=zrc-20-token-abi.js.map