Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Add CLO ABI and tokens definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
yograterol committed May 3, 2018
1 parent bd4711d commit c966a47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/scripts/abiDefinitions/cloAbi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
8 changes: 4 additions & 4 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ nodes.nodeList = {
'type': nodes.nodeTypes.CLO,
'eip155': true,
'chainId': 820,
'tokenList': require('./tokens/etcTokens.json'),
'abiList': require('./abiDefinitions/etcAbi.json'),
'tokenList': require('./tokens/cloTokens.json'),
'abiList': require('./abiDefinitions/cloAbi.json'),
'service': 'Callisto.network',
'lib': new nodes.customNode('https://clo-geth.0xinfra.com/', '')
},
Expand All @@ -292,8 +292,8 @@ nodes.nodeList = {
'type': nodes.nodeTypes.CLOT,
'eip155': true,
'chainId': 7919,
'tokenList': require('./tokens/etcTokens.json'),
'abiList': require('./abiDefinitions/etcAbi.json'),
'tokenList': require('./tokens/cloTokens.json'),
'abiList': require('./abiDefinitions/cloAbi.json'),
'service': 'Callisto.network',
'lib': new nodes.customNode('https://clo-testnet3.0xinfra.com/', '')
}
Expand Down
1 change: 1 addition & 0 deletions app/scripts/tokens/cloTokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit c966a47

Please sign in to comment.