Flame on Devnet
Flame is the EVM for Celestia Native DeFi. The information below is specifically for Flame running on the Astria dusk-11
Devnet.
EVM Information
Property | Value |
---|---|
Network Name | dusk-11 |
Chain ID | 912559 |
RPC URL | https://rpc.evm.dusk-11.devnet.astria.org |
Flame EVM Block Explorer | https://explorer.evm.dusk-11.devnet.astria.org |
Native sequencer Asset | transfer/channel-0/uria |
Currency Symbol | nRIA |
Bridging
Property | Value |
---|---|
IBC Channel: grand-1 -> dawn-1 | channel-231 |
IBC Channel: dawn-1 -> grand-1 | channel-2 |
Flame USDC Withdrawal Address | 0xa4f59B3E97EC22a2b949cB5b6E8Cd6135437E857 |
Flame nRIA Withdrawal Address | 0xA58639fB5458e65E4fA917FF951C390292C24A15 |
Adding to Metamask
Follow Metamask's official documentation to manually add a custom network.
Your settings should be the following:
Property | Value |
---|---|
Network Name | dusk-11 |
New RPC URL | https://rpc.evm.dusk-11.devnet.astria.org |
Chain ID | 912559 |
Currency symbol | nRIA |
Block Explorer | https://explorer.evm.dusk-11.devnet.astria.org |
Uniswap V3
Name | Address |
---|---|
Descriptor Proxy Address | 0x5a7eb0a7A8d8D9C81604f5D22619389F20340433 |
Multicall 2 Address | 0x247718235bec841187bb46C70cdEA0fd6EEa316E |
nft Position Descriptor Address | 0x1584eb4Cfc6ff5ad06d422BE084f4B1eE7cd4930 |
nft Position Manager Address | 0x371cC275651E799890E8409102D7Cc1910647ceD |
Proxy Admin Address | 0x9037ea90635640dDaAE6aBe8031D13cDBA35A5b4 |
Quoter V2 Address | 0x5293068Cf96795c0cda7144Fa57B58cbAEfFf711 |
Swap Router 02 Address | 0x9ed37af540E50ddcCD2dd4D71d61BD458e9229c6 |
Tick Lens Address | 0xD66B3E98dbB58594eBCBdBbf1F0476aA02d8991f |
v3 Core Factory Address | 0xc40CAc88C65B5fa4B3EE4FEAe2Cea443287f3879 |
v3 Migrator Address | 0x76dA40BD63e9F5c42edBB1d5e82deA66A8F35F27 |
v3 Staker Address | 0x18e99d37d8A7D08c61D9FE5D74864C9828988815 |
weth9 Address | 0x6D71eb44a65560D1E917861059288200209054b4 |
Using Cast
Set your ETH_RPC_URL
:
bash
export ETH_RPC_URL=https://rpc.evm.dusk-11.devnet.astria.org
bash
export REC_ADDR=<SOME_ADDRESS>
bash
cast balance $REC_ADDR
bash
cast send $REC_ADDR --value 10000000000000000000 --private-key <PRIVATE-KEY>
bash
cast balance $REC_ADDR
Fork Diff
Flame is a fork of go-ethereum. See the fork diff here.