readme: normalize case for optics-xapps dir, add self as rust codeowner (#507)

buddies-main-deployment
ember arlynx 3 years ago committed by GitHub
parent e8ea331203
commit c2cf65f24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/CODEOWNERS
  2. 4
      README.md

@ -1,2 +1,2 @@
* @prestwich @anna-carroll @erinhales * @prestwich @anna-carroll @erinhales
rust/ @prestwich rust/ @prestwich @emberian

@ -54,7 +54,7 @@ Integrations require a few key components:
other chains. other chains.
Solidity developers interested in implementing their own `Message` library and Solidity developers interested in implementing their own `Message` library and
`Router` contract should check out the [optics-XApps](https://github.com/celo-org/optics-monorepo/tree/main/solidity/optics-xapps) `Router` contract should check out the [optics-xapps](https://github.com/celo-org/optics-monorepo/tree/main/solidity/optics-xapps)
package. It contains several example XApps. package. It contains several example XApps.
You can find current testnet deploy configurations in the `rust/config/` You can find current testnet deploy configurations in the `rust/config/`
@ -92,7 +92,7 @@ Note: In the event you need to bypass the pre-commit hooks, pass the
```bash ```bash
cd solidity/optics-core cd solidity/optics-core
npm i npm i
cd ../optics-XApps cd ../optics-xapps
npm i npm i
``` ```

Loading…
Cancel
Save