index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
dev-utils
/
src
/
constants.ts
blob: 14cb5b937a9754ec47c28f1a4836288684c45f62 (
plain
) (
blame
)
1
2
3
4
export const
constants
= {
RPC_URL
:
'http://localhost:8545'
,
GAS_ESTIMATE
:
500000
,
};