Skip to content

Commit

Permalink
changes needed to deploy base mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoFewka committed Oct 3, 2024
1 parent bbcdffa commit 1a3256a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions v1/data/addresses.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@
"chain_name": "base_mainnet",
"type": "tssUpdater"
},
{
"address": "0x70e967acFcC17c3941E87562161406d41676FD83",
"category": "omnichain",
"chain_id": 8453,
"chain_name": "base_mainnet",
"type": "tss"
},
{
"address": "0x239e96c8f17C85c30100AC26F635Ea15f23E9c67",
"category": "messaging",
Expand Down
7 changes: 5 additions & 2 deletions v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ethereum-waffle": "^4.0.9",
"ethereumjs-utils": "^5.2.5",
"ethers": "5.6.8",
"hardhat": "^2.17.2",
"hardhat": "^2.22.12",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-gas-reporter": "^1.0.9",
"inquirer": "^8.2.4",
Expand Down Expand Up @@ -89,5 +89,8 @@
"tsc:watch": "npx tsc --watch"
},
"types": "./dist/lib/index.d.ts",
"version": "0.0.8"
"version": "0.0.8",
"dependencies": {
"chokidar": "^4.0.1"
}
}

0 comments on commit 1a3256a

Please sign in to comment.