Skip to content

Commit 352770a

Browse files
kevinumaKevin
andauthored
chore: update AcrossMerkleDistributor address in Mainnet and bump version (#203)
* chore: update AcrossMerkleDistributor address in Mainnet and bump version * Update .gitignore * update version Co-authored-by: Kevin <kevinh@uma.xyz>
1 parent d3af464 commit 352770a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ cache
1111
artifacts
1212
cache-zk
1313
artifacts-zk
14+
15+
# IDE
16+
.idea

deployments/deployments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"1": {
33
"AcrossConfigStore": { "address": "0x3B03509645713718B78951126E0A6de6f10043f5", "blockNumber": 14717196 },
4+
"AcrossMerkleDistributor": { "address": "0xE50b2cEAC4f60E840Ae513924033E753e2366487", "blockNumber": 15976846 },
45
"Arbitrum_Adapter": { "address": "0x937958992799bF4A9a656E6596FD10d7Da5c2216", "blockNumber": 14704380 },
56
"Boba_Adapter": { "address": "0x33B0Ec794c15D6Cc705818E70d4CaCe7bCfB5Af3", "blockNumber": 14716798 },
67
"Ethereum_Adapter": { "address": "0x527E872a5c3f0C7c24Fe33F2593cFB890a285084", "blockNumber": 14704381 },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts-v2",
3-
"version": "1.0.7",
3+
"version": "2.0.0",
44
"author": "UMA Team",
55
"license": "AGPL-3.0",
66
"repository": {

0 commit comments

Comments
 (0)