Skip to content

Commit

Permalink
Merge pull request #13 from binance-chain/cross-chain-contract
Browse files Browse the repository at this point in the history
[R4R] Refactor cross chain architecture
  • Loading branch information
unclezoro authored Jun 23, 2020
2 parents 6ae20a3 + ec997ab commit 6f548e1
Show file tree
Hide file tree
Showing 76 changed files with 7,711 additions and 4,370 deletions.
8 changes: 7 additions & 1 deletion .soliumignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
node_modules
contracts/Migrations.sol
contracts/Seriality
contracts/Seriality
contracts/tool
contracts/flattened
contracts/interface
contracts/mock
contracts/test
contracts/lib
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node generate-system.js --mock true
node generate-systemReward.js --mock true
node generate-validatorset.js --mock true
node generate-system.js --mock true
node generate-govhub.js --mock true
node generate-crosschain.js --mock true
node generate-tokenhub.js --mock true
node generate-tendermintlightclient.js --mock true
node generate-relayerincentivizecontract.js --roundSize 30 --maximumWeight 3 --mock true
Expand Down
5 changes: 4 additions & 1 deletion abi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
| TendermintLightClient |0x0000000000000000000000000000000000001003 | [tendermintlightclient](tendermintlightclient.abi) |
| TokenHub |0x0000000000000000000000000000000000001004 | [tokenhub](tokenhub.abi) |
| RelayerIncentivize |0x0000000000000000000000000000000000001005 | [relayerincentivize](relayerincentivize.abi) |
| RelayerHub |0x0000000000000000000000000000000000001006 | [relayerhub](relayerhub.abi) |
| RelayerHub |0x0000000000000000000000000000000000001006 | [relayerhub](relayerhub.abi) |
| GovHub |0x0000000000000000000000000000000000001007 | [govhub](govhub.abi) |
| TokenManager |0x0000000000000000000000000000000000001008 | [tokenmanager](tokenmanager.abi) |
| CrossChain |0x0000000000000000000000000000000000002000 | [crosschain](crosschain.abi) |
Loading

0 comments on commit 6f548e1

Please sign in to comment.