Skip to content

Commit

Permalink
Merge pull request #265 from bosonprotocol/tag_1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mischat authored Nov 2, 2021
2 parents 137347d + cd537ef commit 3b52db3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bosonprotocol/core",
"version": "0.0.0",
"version": "v1.0.0-rc.2",
"description": "Repo for Boson Protocol prototype of the core exchange mechanism",
"types": "typechain/index.ts",
"directories": {
Expand Down
21 changes: 11 additions & 10 deletions scripts/contracts-dev.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"network": "ropsten",
"tokenRegistry": "0xc1EB40763165b3543C30725dBC14433c4c671FCA",
"erc1155erc721": "0x4eAe795e9d4F0a5f33B952B2750c9a64BB6D3453",
"voucherKernel": "0xe8637906721051D860af222E6021826887d9e358",
"cashier": "0x469eF8b9F583920318Ce3dd095A0402A4b061bb0",
"br": "0x0ab0Fec353C6653F2eD05b5E5ceb4fB27c7d7902",
"daiTokenWrapper": "0xf7EEBa6c7a4eC07735b4AcaC8f8AF608f9Ecb8Cf",
"gate": "0x187cE27d0ed0661521b86CDc9ef60466A4519FD1",
"erc1155NonTransferable": "0xFFcd4c407B60B0d4351945484F9354d2C9E34EA1",
"daiTokenUsed": "0x31F42841c2db5173425b5223809CF3A38FEde360"
"network": "rinkeby",
"tokenRegistry": "0x9DF461BBDa25C331286e88a083b4D3Cb931d05EA",
"voucherSets": "0x4724956909976Ec770eF6278ea4Aa8Ee7e38Cf46",
"vouchers": "0x826E6b6d28F3e8308a241Bb142FC23C83b7a77Db",
"voucherKernel": "0x02CFE84Dfd6903e5980338Ac530753331BcAc7e6",
"cashier": "0xe0D34335922cc312DAf2E80ee2095E105Dbff697",
"br": "0xDccBbB27efEfA5400E2c1A460018Dde6e9D1EC12",
"daiTokenWrapper": "0xCEC72F4D5B5d471e1373EA8c66c34405a2FAb0b4",
"gate": "0x7936D9a5f2fa24dbD0605061E7a01950C5bf103A",
"erc1155NonTransferable": "0x4064693b4BF65396aAec57f02E26a3fBe768670A",
"daiTokenUsed": "0x6A9865aDE2B6207dAAC49f8bCba9705dEB0B0e6D"
}

0 comments on commit 3b52db3

Please sign in to comment.