Skip to content

Commit

Permalink
updates to contract addresses (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakPointer authored May 6, 2019
1 parent f768b7c commit c000cff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions packages/bootleg-app/src/contracts/BootlegToken.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
export default () => {
let networks = {
// MainNet
'1': {},
'1': {
address: '0xEe9f2af26ec8E8B1aD63ECDAeb31A6A08458E048',
transactionHash:
'0xd8883f964dbe93ddeab0b73d5b9770048f4008b351ee5b8f6fdc54e7174c7b30'
},
// Rinkeby
'4': {
address: '0x220Cb1f5e58D205c713256d4Efc4f4165b4fdfE3',
address: '0x19671109381e6bF2001D0394c7F040A2C367Bc77',
transactionHash:
'0xa658e0175e5362919b9300d60e4e9dcb3450bc6c2c5c8e6506990056bfb494e5'
'0x0b64e473896141444cb8e28262df4a08345a0e43780b8c48aba345e3d23e19ab'
}
};

Expand Down
10 changes: 7 additions & 3 deletions packages/bootleg-app/src/contracts/BootlegTraderApp.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
export default () => {
let networks = {
// MainNet
'1': {},
'1': {
address: '0xF59763dD10B070609d925D9bC508Ece2F0f7299f',
transactionHash:
'0x533773971e912cb655b2f9d394526624315549b0c560679954482fc03ea4ed72'
},
// Rinkeby
'4': {
address: '0x05128BeEe1652D7DB3e323c17B46d7F762767a22',
address: '0x9e7bE1920Ba74233676a79dee07d7615d0AC3B11',
transactionHash:
'0xcc4e4d069cbcb02e6f4ed126d38e268c7faf70708d2f1cb999901453c2aacc8f'
'0x16237c1942a99819ba39af3d87b87ee08c45ae8d27a0c28beeccd59b87cc7d44'
}
};

Expand Down

0 comments on commit c000cff

Please sign in to comment.