Skip to content

Commit

Permalink
add flame chains
Browse files Browse the repository at this point in the history
  • Loading branch information
mycodecrafting committed Oct 30, 2024
1 parent 730a867 commit 8d05457
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-16604737732183.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-253368190.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/flame.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw",
"width": 256,
"height": 256,
"format": "png"
}
]

0 comments on commit 8d05457

Please sign in to comment.