Skip to content

Commit

Permalink
Use the obscuro_config end point (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Apr 3, 2024
1 parent ef55e3d commit 0d2b6a3
Showing 1 changed file with 5 additions and 11 deletions.
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

0 comments on commit 0d2b6a3

Please sign in to comment.