add https://cln.network token base CLN#1491
Conversation
|
I think there's a problem with master.. |
| { 'addr': '0x2941deaad71adb02b944bd38ebce2f1f4c9a62dc', 'name': 'COLO', 'decimals': 18 }, | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'GIT', 'decimals': 18 } | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'GIT', 'decimals': 18 }, | ||
| { 'addr': '0x41C9d91E96b933b74ae21bCBb617369CBE022530', 'name': 'CLN', 'decimals': 18 } |
There was a problem hiding this comment.
this is ropsten is the address the same on ropsten as it is mainnet?
| {'addr': '0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466', 'name': 'AION', 'decimals': 8}, | ||
| {"addr": "0x09617f6fd6cf8a71278ec86e23bbab29c04353a7", "name": "ULT", "decimals": 18}, | ||
| {"addr": "0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466", "name": "AION", "decimals": 8}, | ||
| {"addr": "0x4162178B78D6985480A308B2190EE5517460406D", "name": "CLN", "decimals": 18} |
There was a problem hiding this comment.
sorrry to be pedantic, but can you add a trailing comma to each of these lines so a future token adder won't have to edit your line to add their token?
| { 'addr': '0x0000000000000000000000000000000000000000', 'name': 'ETH', 'decimals': 18, 'priority': 999 }, | ||
| { 'addr': '0x2941deaad71adb02b944bd38ebce2f1f4c9a62dc', 'name': 'COLO', 'decimals': 18 }, | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'FOO', 'decimals': 18 } | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'FOO', 'decimals': 18 }, |
There was a problem hiding this comment.
same qeustion as below on ropsten
There was a problem hiding this comment.
@owocki no problem, it makes much easier to view the changes.
but now I've got a linting error and so I can't merge :(. Add a rule exception for that file?
|
created this for the test errors #1492 |
| { 'addr': '0x09617f6fd6cf8a71278ec86e23bbab29c04353a7', 'name': 'ULT', 'decimals': 18 }, | ||
| {'addr': '0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466', 'name': 'AION', 'decimals': 8} | ||
| { 'addr': '0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466', 'name': 'AION', 'decimals': 8 }, | ||
| { 'addr': '0x4162178B78D6985480A308B2190EE5517460406D', 'name': 'CLN', 'decimals': 18 }, |
There was a problem hiding this comment.
Unexpected trailing comma. (comma-dangle)
| { 'addr': '0x2941deaad71adb02b944bd38ebce2f1f4c9a62dc', 'name': 'COLO', 'decimals': 18 }, | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'FOO', 'decimals': 18 } | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'FOO', 'decimals': 18 }, | ||
| { 'addr': '0x41C9d91E96b933b74ae21bCBb617369CBE022530', 'name': 'CLN', 'decimals': 18 }, |
There was a problem hiding this comment.
Unexpected trailing comma. (comma-dangle)
| {'addr': '0x09617f6fd6cf8a71278ec86e23bbab29c04353a7', 'name': 'ULT', 'decimals': 18}, | ||
| {'addr': '0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466', 'name': 'AION', 'decimals': 8} | ||
| {'addr': '0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466', 'name': 'AION', 'decimals': 8}, | ||
| {'addr': '0x4162178B78D6985480A308B2190EE5517460406D', 'name': 'CLN', 'decimals': 18}, |
There was a problem hiding this comment.
Unexpected trailing comma. (comma-dangle)
| { 'addr': '0x2941deaad71adb02b944bd38ebce2f1f4c9a62dc', 'name': 'COLO', 'decimals': 18 }, | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'GIT', 'decimals': 18 } | ||
| { 'addr': '0xeccb46ebe07c5a2b249586796f921ddfe0d46271', 'name': 'GIT', 'decimals': 18 }, | ||
| { 'addr': '0x41C9d91E96b933b74ae21bCBb617369CBE022530', 'name': 'CLN', 'decimals': 18 }, |
There was a problem hiding this comment.
Unexpected trailing comma. (comma-dangle)
Codecov Report
@@ Coverage Diff @@
## master #1491 +/- ##
=========================================
Coverage ? 28.31%
=========================================
Files ? 125
Lines ? 9233
Branches ? 1188
=========================================
Hits ? 2614
Misses ? 6522
Partials ? 97
Continue to review full report at Codecov.
|
|
@owocki Hey, been off for a day. I see you already merged and it's even deployed 😄 , So all suberb 👍 |
Description
Add CLN token (ERC20). links: https://cln.network, https://www.colu.com
Checklist
Affected core subsystem(s)
Testing
Based my PR on this #155