omni / poa-bridge

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead
https://github.com/poanetwork/token-bridge
GNU General Public License v3.0
80 stars 39 forks source link

bridge config example updated #62

Closed akolotov closed 6 years ago

akolotov commented 6 years ago

Examples in the git repo could lead to situation when a public node (especially a Kovan public) could drop transaction due to low gas price (0 by default). In order to reduce number of questions which could appear with usage of examples, the gas_price field is initialized with 1 gwei in the corresponding files.

Other files with examples and outdated js tools which are irrelevant to latest version of POA Bridge were removed.