Skip to content

Commit

Permalink
dawn endpoints, add flame bridging
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Sep 17, 2024
1 parent d95ff81 commit 0a7e70d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ function sidebar() {
]
},
{
text: 'Networks',
text: 'Flame EVM',
collapsed: true,
items: [
{ text: 'Astria Dawn Testnet', link: '/networks/testnet.md' },
{ text: 'Astria Dusk Devnet', link: '/networks/devnet.md' },
{ text: 'Local Network', link: '/networks/local.md' },
{ text: 'EVM', link: '/flame-evm/flame.md' },
]
},
{
text: 'Flame EVM',
text: 'Networks',
collapsed: true,
items: [
{ text: 'EVM', link: '/flame-evm/flame.md' },
{ text: 'Astria Dawn Testnet', link: '/networks/testnet.md' },
{ text: 'Astria Dusk Devnet', link: '/networks/devnet.md' },
{ text: 'Local Network', link: '/networks/local.md' },
]
},
{
Expand Down
5 changes: 2 additions & 3 deletions docs/components/_remote-dawn-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
| Flame EVM Block Explorer | [https://explorer.evm.dawn-0.astria.org](https://explorer.evm.dawn-0.astria.org) |
| Sequencer RPC | [https://rpc.sequencer.dawn-0.astria.org](https://rpc.sequencer.dawn-0.astria.org) |
| Sequencer gRPC | [https://grpc.sequencer.dawn-0.astria.org](https://grpc.sequencer.dawn-0.astria.org) |
| Sequencer Faucet | [https://faucet.sequencer.dawn-0.astria.org](https://faucet.sequencer.dawn-0.astria.org) |
| Sequencer Block Explorer | TODO: astrotrek link |
| Sequencer Block Explorer | [https://dawn.astrotrek.io/](https://dawn.astrotrek.io/) |
| Celestia Signer | [celestia182t89y2esh02a6eyqvthn7l478c6aa80st70vn](https://mocha-4.celenium.io/address/celestia182t89y2esh02a6eyqvthn7l478c6aa80st70vn?tab=transactions) |
| Celestia Dawn-0 Namespace | [0000000000000000000000000000000000005244668bc95653009208](https://mocha-4.celenium.io/namespace/0000000000000000000000000000000000005244668bc95653009208) |
| Celestia Dawn-0 Namespace | [00000000000000000000000000000000000059dfee4267024677d4d4](https://mocha.celenium.io/namespace/00000000000000000000000000000000000059dfee4267024677d4d4?tab=Blobs) |
4 changes: 2 additions & 2 deletions docs/components/_remote-dusk-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
| EVM JSON RPC | [https://rpc.evm.dusk-10.devnet.astria.org](https://rpc.evm.dusk-10.devnet.astria.org) |
| EVM Block Explorer | [https://explorer.evm.dusk-10.devnet.astria.org](https://explorer.evm.dusk-10.devnet.astria.org) |
| EVM Faucet | [https://faucet.evm.dusk-10.devnet.astria.org](https://faucet.evm.dusk-10.devnet.astria.org) |
| Celestia EVM Rollup Namespace | [000000000000000000000000000000000000f3c2910d77141de9bc7c](https://mocha.celenium.io/namespace/000000000000000000000000000000000000f3c2910d77141de9bc7c?tab=Blobs) |
| Sequencer RPC | [https://rpc.sequencer.dusk-10.devnet.astria.org](https://rpc.sequencer.dusk-10.devnet.astria.org) |
| Sequencer gRPC | [https://grpc.sequencer.dusk-10.devnet.astria.org](https://grpc.sequencer.dusk-10.devnet.astria.org) |
| Sequencer Faucet | [https://faucet.sequencer.dusk-10.devnet.astria.org](https://faucet.sequencer.dusk-10.devnet.astria.org) |
| Sequencer Block Explorer | [https://dusk.astrotrek.io/](https://dusk.astrotrek.io/) |
| Celestia Signer Account | [celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm](https://mocha.celenium.io/address/celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm?tab=transactions) |
| Celestia Sequencer Namespace | [00000000000000000000000000000000000031a3172717024ab8f1db](https://mocha.celenium.io/namespace/00000000000000000000000000000000000031a3172717024ab8f1db?tab=Blobs) |
| Mocha Posting Account | [celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm](https://mocha.celenium.io/address/celestia1qnyk26e49syzzng8sxzxwqd4mg7y4c9erlcnfm?tab=transactions) |
22 changes: 15 additions & 7 deletions docs/flame-evm/flame.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# Astria EVM

## Network Information
## EVM Information

| Property | Value |
|-----|-----|
| Network Name | dusk-10 |
| Network Name | `dawn-0` |
| Chain ID | `16604737732183` |
| RPC URL | [https://rpc.flame.dawn-0.astria.org](https://rpc.flame.dawn-0.astria.org) |
| Chain ID | `912559` |
| Flame EVM Block Explorer | [https://explorer.flame.dawn-0.astria.org/](https://explorer.flame.dawn-0.astria.org) |
| Native sequencer Asset | `transfer/channel-3/utia` |
| Currency Symbol | `TIA` |
| Dora | TODO |
| EVM Faucet | TODO |
| Block Explorer | [https://explorer.flame.dawn-0.astria.org/](https://explorer.flame.dawn-0.astria.org/) |

# Bridging

Check failure on line 14 in docs/flame-evm/flame.md

View workflow job for this annotation

GitHub Actions / lint

Multiple top-level headings in the same document [Context: # Bridging]

| Property | Value |
|-----|-----|
| Sequencer <-> Flame Bridge Account | `astria1yxzlr2um0c9mt6ym8q4f0jdk8ea4r7es4cgkw5` |
| IBC Channel: mocha-4 -> dawn-0 | `channel-129` |
| IBC Channel: dawn-0 -> mocha-4 | `channel-3` |


Check failure on line 22 in docs/flame-evm/flame.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines: Expected: 1; Actual: 2
## Adding to Metamask

Expand All @@ -22,7 +30,7 @@ Your settings should be the following:
| --- | --- |
| Network Name | `dawn-0` |
| New RPC URL | [https://rpc.flame.dawn-0.astria.org](https://rpc.flame.dawn-0.astria.org) |
| Chain ID | `912559` |
| Chain ID | `16604737732183` |
| Currency symbol | `TIA` |
| Block Explorer | [https://explorer.flame.dawn-0.astria.org/](https://explorer.flame.dawn-0.astria.org/) |

Expand Down

0 comments on commit 0a7e70d

Please sign in to comment.