Skip to content

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

PropertyValue
Network Namedusk-11
Chain ID912559
RPC URLhttps://rpc.evm.dusk-11.devnet.astria.org
Flame EVM Block Explorerhttps://explorer.evm.dusk-11.devnet.astria.org
Native sequencer Assettransfer/channel-0/uria
Currency SymbolnRIA

Adding to Metamask

Follow Metamask's official documentation to manually add a custom network.

Your settings should be the following:

PropertyValue
Network Namedusk-11
New RPC URLhttps://rpc.evm.dusk-11.devnet.astria.org
Chain ID912559
Currency symbolnRIA
Block Explorerhttps://explorer.evm.dusk-11.devnet.astria.org

Bridging

https://astria-bridge-web-app-develop.vercel.app/

Bridge UI

Celestia Mocha (IBC)

PropertyValue
Supported AssetTIA
mocha -> duskchannel-159
dusk -> mochachannel-0

Noble Grand (IBC)

PropertyValue
Supported AssetUSDC
grand -> duskchannel-231
dusk -> grandchannel-2
Astria Sequencer USDC Bridge Addressastria12saluecm8dd7hkutk83eavkl2p70lf5w7txezg
Flame USDC Withdrawal Address0xa4f59B3E97EC22a2b949cB5b6E8Cd6135437E857

Ria (native)

PropertyValue
Astria Sequencer nRia Bridge Addressastria1yqdjnnmrp7w5ygwj0dkldsgzjhv5vcakp7yeu9
Flame nRia Withdrawal Address0xA58639fB5458e65E4fA917FF951C390292C24A15

Uniswap V3

NameAddress
Descriptor Proxy Address0x5a7eb0a7A8d8D9C81604f5D22619389F20340433
Multicall 2 Address0x247718235bec841187bb46C70cdEA0fd6EEa316E
NFT Position Descriptor Address0x1584eb4Cfc6ff5ad06d422BE084f4B1eE7cd4930
NFT Position Manager Address0x371cC275651E799890E8409102D7Cc1910647ceD
Proxy Admin Address0x9037ea90635640dDaAE6aBe8031D13cDBA35A5b4
Quoter V2 Address0x5293068Cf96795c0cda7144Fa57B58cbAEfFf711
Swap Router 02 Address0x9ed37af540E50ddcCD2dd4D71d61BD458e9229c6
Tick Lens Address0xD66B3E98dbB58594eBCBdBbf1F0476aA02d8991f
v3 Core Factory Address0xc40CAc88C65B5fa4B3EE4FEAe2Cea443287f3879
v3 Migrator Address0x76dA40BD63e9F5c42edBB1d5e82deA66A8F35F27
v3 Staker Address0x18e99d37d8A7D08c61D9FE5D74864C9828988815
wTIA9 Address0x6D71eb44a65560D1E917861059288200209054b4

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.