* Open popup without attempting inline * Cater for all .web3.site addresses
This commit is contained in:
committed by
Jaco Greeff
parent
43bb862adb
commit
ab2d02bbb6
@@ -21,9 +21,12 @@ const MAX_GAS_ESTIMATION = '50000000';
|
||||
|
||||
const NULL_ADDRESS = '0000000000000000000000000000000000000000';
|
||||
|
||||
const DOMAIN = '.web3.site';
|
||||
|
||||
export {
|
||||
DEFAULT_GAS,
|
||||
DEFAULT_GASPRICE,
|
||||
MAX_GAS_ESTIMATION,
|
||||
NULL_ADDRESS
|
||||
NULL_ADDRESS,
|
||||
DOMAIN
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user