Skip to content

Commit

Permalink
Add Berachain Artio (#4158)
Browse files Browse the repository at this point in the history
* berachain artio
🐻 🫶
Add Berachain Artio Chain ID to chainlist

Docs: https://docs.berachain.com/
Chain ID Reference: https://docs.berachain.com/developers/#add-the-network-manually

✅ Pre-PR Check
./gradlew run
BUILD SUCCESSFUL in 5s
8 actionable tasks: 3 executed, 5 up-to-date

* Update eip155-80085.json 

"chain": "berachain Artio" to "Berachain Artio"

* Update berachain.json

Updated w/ correct format for ipfs link

* Update berachain.json

Re-formatted using prettier.

* Update berachain.json with correct url

* Format and are adding link correct link 

somewhere b/w merges correct link was reverted. 

my bad @ligi 

pls re-run and merger. ty

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
dethebera and ligi authored Jan 27, 2024
1 parent c6e4fb1 commit 4d4a0b2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-80085.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Berachain Artio",
"chain": "Berachain Artio",
"rpc": [
"https://artio.rpc.berachain.com",
"https://rpc.ankr.com/berachain_testnet"
],
"faucets": ["https://artio.faucet.berachain.com"],
"nativeCurrency": {
"name": "BERA Token",
"symbol": "BERA",
"decimals": 18
},
"infoURL": "https://www.berachain.com",
"shortName": "berachainArtio",
"chainId": 80085,
"networkId": 80085,
"icon": "berachain",
"explorers": [
{
"name": "Beratrail",
"url": "https://artio.beratrail.io",
"icon": "berachain",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/berachain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr",
"width": 256,
"height": 256,
"format": "png"
}
]

0 comments on commit 4d4a0b2

Please sign in to comment.