feat: add base rpc extractor#8
Conversation
RaaCT0R
left a comment
There was a problem hiding this comment.
🚫 Required Change
Please pull the latest version in dev and resolve conflicts. Also make sure you're using the latest version of the dependencies in the new package.
| '@rosen-bridge/evm-observation-extractor': minor | ||
| --- | ||
|
|
||
| Add a Base RPC observation extractor alongside the shared EVM extractor exports. |
There was a problem hiding this comment.
❕ Text Improvement
I'm not sure what you mean by "alongside the shared EVM extractor exports".
| '@rosen-bridge/evm-observation-extractor': minor | |
| --- | |
| Add a Base RPC observation extractor alongside the shared EVM extractor exports. | |
| '@rosen-bridge/evm-observation-extractor': minor | |
| --- | |
| Add Base RPC observation extractor |
| lockAddress, | ||
| tokens, | ||
| 'base', | ||
| 'eth', |
There was a problem hiding this comment.
🚫 Required Change
The ETH on Base (it's native token) will be not bridgeable and the token ID should be unique in our system. So we use this string for ETH on Base:
| 'eth', | |
| 'eth-base', |
| "license": "MIT", | ||
| "optional": true | ||
| "optional": true, | ||
| "peer": true |
There was a problem hiding this comment.
🚫 Required Change
These changes in package-lock seems wrong.
Please revert this file to latest version in dev, make sure you're using node v22 and npm v11.6.2 and then install packages.
Summary
Add the Base RPC observation extractor.
Changes
Notes