komputing / KEthereum

Kotlin library for Ethereum
MIT License
349 stars 73 forks source link

Support EIP-1191 #80

Closed juli closed 4 years ago

juli commented 4 years ago

KEthereum is used to automatically check files submitted to ethereum-lists tokens

EIP-1191 addresses are rejected by the ethereum-lists CI scripts.

Adding EIP-1191 support to KEthereum will allow to check and accept EIP-1191 addresses for networks that choose to use this format.

Adding EIP-1191 support is simple if the chain id can be obtained from the submitted JSON Files.

ligi commented 4 years ago

closed via #85