Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the obscuro_config end point to get the contract address in the readme #1864

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,18 +338,12 @@ curl --location --request POST 'http://127.0.0.1:99/fund/eth' --header 'Content-
--data-raw '{ "address":"<address>" }'
```

Note that relevant contract addresses on the network are as below;

| Name | Address |
|-------------------------------|----------------------------------------------|
| L1ManagementAddress | `0x51D43a3Ca257584E770B6188232b199E76B022A2` |
| L1BridgeAddress | `0x19e98b050662b49D6AbDFBe2467016430197BA90` |
| L1MessageBusAddress | `0xDaBD89EEA0f08B602Ec509c3C608Cb8ED095249C` |
| L1CrossChainMessengerAddress | `0x16f41E9960da7C28F2c6d86284d2E1B26C82a184` |
| L2BridgeAddress | `0x1e553a8b477FaBaA664e2372FBc2C6Ce52A14E74` |
| L2MessageBusAddress | `0x526c84529B2b8c11F57D93d3f5537aCA3AeCEf9B` |
| L2CrossChainMessengerAddress | `0x3A8F3d0Eb8dA18da9e7Eb0DE1BC35d62B87c2eD4` |
Note that relevant contract addresses on the network can be found from running the below command;

```bash
curl -X POST 127.0.0.1:80 -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"obscuro_config","params":[],"id":1}'
```

## Community

Expand Down
Loading