Skip to content

Commit 5da2d6f

Browse files
authored
Merge branch 'dev' into feat/save-snapshot
2 parents 970ca86 + 787ff42 commit 5da2d6f

38 files changed

+3868
-2887
lines changed

contracts/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ Refresh the list of deployed contracts by running `./scripts/populateReadme.sh`.
2424
### Sepolia
2525

2626
- [RouterArbToGnosisDevnet](https://sepolia.etherscan.io/address/0xbD6c557295cBDd57e0efC408b20096f3fe55C8a6)
27-
- [RouterArbToGnosisTestnet](https://sepolia.etherscan.io/address/0x66C85D0375b0CbD1bBeB4F7D5E73c181BAf8454e)
27+
- [RouterArbToGnosisTestnet](https://sepolia.etherscan.io/address/0x607C73650481f2a4D2B0423CFf25C36425c856EA)
2828
- [VeaOutboxArbToEthDevnet](https://sepolia.etherscan.io/address/0xb1f5125b52CE23D3763AC1C9ACEf0668825A66c0)
29-
- [VeaOutboxArbToEthTestnet](https://sepolia.etherscan.io/address/0x209BFdC6B7c66b63A8382196Ba3d06619d0F12c9)
29+
- [VeaOutboxArbToEthTestnet](https://sepolia.etherscan.io/address/0xC0574e973059e727E5E4bEB2e04F1D69F627faab)
3030

3131
### Arbitrum Sepolia
3232

3333
- [VeaInboxArbToEthDevnet](https://sepolia.arbiscan.io/address/0xF6C5640de593fEf76129F1F1A863F7ddc65776C9)
34-
- [VeaInboxArbToEthTestnet](https://sepolia.arbiscan.io/address/0xE12daFE59Bc3A996362d54b37DFd2BA9279cAd06)
34+
- [VeaInboxArbToEthTestnet](https://sepolia.arbiscan.io/address/0xAA4F00c86bf956C0Fae603D030CBc2dA7f8B7C5B)
3535
- [VeaInboxArbToGnosisDevnet](https://sepolia.arbiscan.io/address/0xF6286b9C6c7F1B33Ea976FA43434027c7b8421A7)
36-
- [VeaInboxArbToGnosisTestnet](https://sepolia.arbiscan.io/address/0x62403e9Fbac618301175C89fb21920e4FF235A6a)
36+
- [VeaInboxArbToGnosisTestnet](https://sepolia.arbiscan.io/address/0xa0d410b202D69C36871d5135ce42fC7D379BBB1c)
3737

3838
### Chiado
3939

4040
- [VeaInboxGnosisToArbDevnet](https://blockscout.com/gnosis/chiado/address/0xc0804E4FcEEfD958050356A429DAaaA71aA39385)
4141
- [VeaOutboxArbToGnosisDevnet](https://blockscout.com/gnosis/chiado/address/0xE24B2838962207F585F4fa5C5bE3e1AcA43a1a1B)
42-
- [VeaOutboxArbToGnosisTestnet](https://blockscout.com/gnosis/chiado/address/0xb78afF106DcB5fD0768a348a804bbc4DCacB3233)
42+
- [VeaOutboxArbToGnosisTestnet](https://blockscout.com/gnosis/chiado/address/0x1c35dF16AAde8Fcf1D56Bca00B3c8Ef451113DfC)
4343

4444
## Getting Started
4545

contracts/deployments/arbitrumSepolia/VeaInboxArbToEthTestnet.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisTestnet.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

contracts/deployments/chiado/VeaOutboxArbToGnosisTestnet.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

contracts/deployments/sepolia/RouterArbToGnosisTestnet.json

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

contracts/deployments/sepolia/VeaOutboxArbToEthTestnet.json

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

contracts/hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import "hardhat-deploy-ethers";
1111
import "hardhat-watcher";
1212
import "hardhat-contract-sizer";
1313
import "hardhat-tracer";
14+
import "@nomicfoundation/hardhat-chai-matchers";
1415

1516
dotenv.config();
1617

contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@
8181
"@typescript-eslint/eslint-plugin": "^5.59.1",
8282
"@typescript-eslint/parser": "^5.59.1",
8383
"chai": "^4.5.0",
84-
"chai-ethers": "^0.0.1",
8584
"dotenv": "^16.4.5",
8685
"ethereumjs-util": "^7.1.5",
8786
"ethers": "^6.13.5",
8887
"hardhat": "2.22.19",
8988
"hardhat-contract-sizer": "^2.10.0",
90-
"hardhat-deploy": "^0.14.0",
89+
"hardhat-deploy": "^1.0.2",
9190
"hardhat-deploy-ethers": "^0.4.2",
9291
"hardhat-deploy-tenderly": "^0.2.1",
9392
"hardhat-gas-reporter": "^2.2.2",

contracts/test/chai-setup.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

relayer-subgraph-inbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/vea-relayer-subgraph-inbox",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18.0.0"

0 commit comments

Comments
 (0)