caver-js
Version:
caver-js is a JavaScript API library that allows developers to interact with a Klaytn node
29 lines (23 loc) • 1.03 kB
JavaScript
/*
Copyright 2018 The caver-js Authors
This file is part of the caver-js library.
The caver-js library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
The caver-js library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the caver-js. If not, see <http://www.gnu.org/licenses/>.
*/
const setting = {
networkId: 1001,
peerCount: 2,
gas: 900000,
gasPrice: 25000000000,
fromAddress: '0x11d54a1ad94909e234a39a3e8d9ff169ba3d0941',
toAddress: '0x30d8d4217145ba3f6cde24ec28c64c9120f2bdfb',
}
module.exports = setting