Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Oct 30, 2024
2 parents 5a3c73a + cb2f9b4 commit 6dcceae
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 5 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"
}
]
}
14 changes: 10 additions & 4 deletions _data/chains/eip155-63157.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Geist Mainnet",
"chain": "Geist",
"rpc": [],
"rpc": ["https://geist-mainnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Aavegotchi GHST Token",
Expand All @@ -10,10 +10,16 @@
},
"features": [],
"infoURL": "https://playongeist.com",
"shortName": "Geist",
"shortName": "geist",
"chainId": 63157,
"networkId": 63157,
"status": "incubating",
"status": "active",
"icon": "geist",
"explorers": []
"explorers": [
{
"name": "Geist Explorer",
"url": "https://geist-mainnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-631571.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"shortName": "poltergeist",
"chainId": 631571,
"networkId": 631571,
"status": "incubating",
"status": "active",
"icon": "polterGeist",
"explorers": [
{
Expand Down
17 changes: 17 additions & 0 deletions _data/chains/eip155-6900.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Nibiru Mainnet",
"chain": "Nibiru",
"rpc": ["https://evm-rpc.nibiru.fi"],
"faucets": [],
"nativeCurrency": {
"name": "NIBI",
"symbol": "NIBI",
"decimals": 18
},
"infoURL": "https://nibiru.fi",
"shortName": "cataclysm-1",
"chainId": 6900,
"networkId": 6900,
"icon": "nibiru",
"explorers": []
}
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 6dcceae

Please sign in to comment.