Skip to content

Commit

Permalink
relayer: use @beamer-bridge/deployments package
Browse files Browse the repository at this point in the history
The abis and contract addresses are now taken out of the @beamer-bridge/deployments package.

From now on, when we have a new deployment we need to update the package and then create a new build of the relayer.
  • Loading branch information
compojoom committed May 22, 2023
1 parent 09dde3d commit ecae5a4
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 566 deletions.
3 changes: 2 additions & 1 deletion relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"lint:fix": "eslint --ext .js,.ts --ignore-path .gitignore --fix .",
"test:unit": "jest unit",
"test:coverage": "jest --collect-coverage",
"generate-types": "typechain --target=ethers-v5 ./src/assets/abi/**.json --out-dir=./types-gen/contracts/",
"generate-types": "typechain --target=ethers-v5 ./node_modules/@beamer-bridge/deployments/dist/abis/mainnet/**.json --out-dir=./types-gen/contracts/",
"postinstall": "yarn generate-types"
},
"dependencies": {
"@arbitrum/sdk": "3.0.0",
"@beamer-bridge/deployments": "^2.0.0",
"@eth-optimism/sdk": "^1.2.0",
"@eth-optimism/sdk-1.0.2": "npm:@eth-optimism/sdk@1.0.2",
"@ethersproject/providers": "5.7.2",
Expand Down
123 changes: 0 additions & 123 deletions relayer/src/assets/abi/ArbitrumL1Messenger.json

This file was deleted.

113 changes: 0 additions & 113 deletions relayer/src/assets/abi/EthereumL2Messenger.json

This file was deleted.

Loading

0 comments on commit ecae5a4

Please sign in to comment.