From 8d054575f71e3fadd1e8e26cea59e11a0f5b72c1 Mon Sep 17 00:00:00 2001 From: Josh Dechant Date: Wed, 30 Oct 2024 11:39:02 -0400 Subject: [PATCH] add flame chains --- _data/chains/eip155-16604737732183.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-253368190.json | 25 +++++++++++++++++++++++++ _data/icons/flame.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-16604737732183.json create mode 100644 _data/chains/eip155-253368190.json create mode 100644 _data/icons/flame.json diff --git a/_data/chains/eip155-16604737732183.json b/_data/chains/eip155-16604737732183.json new file mode 100644 index 000000000000..4a34a74a78f6 --- /dev/null +++ b/_data/chains/eip155-16604737732183.json @@ -0,0 +1,25 @@ +{ + "name": "Flame Testnet", + "chain": "Flame", + "rpc": ["https://rpc.flame.dawn-1.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame-testnet", + "chainId": 16604737732183, + "networkId": 16604737732183, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.dawn-1.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-253368190.json b/_data/chains/eip155-253368190.json new file mode 100644 index 000000000000..123e92d0c75e --- /dev/null +++ b/_data/chains/eip155-253368190.json @@ -0,0 +1,25 @@ +{ + "name": "Flame", + "chain": "Flame", + "rpc": ["https://rpc.flame.astria.org"], + "faucets": [], + "nativeCurrency": { + "name": "TIA", + "symbol": "TIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://astria.org", + "shortName": "flame", + "chainId": 253368190, + "networkId": 253368190, + "icon": "flame", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.flame.astria.org", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/flame.json b/_data/icons/flame.json new file mode 100644 index 000000000000..fe74d537d524 --- /dev/null +++ b/_data/icons/flame.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw", + "width": 256, + "height": 256, + "format": "png" + } +]