Skip to content

Commit

Permalink
feat: add turbo chain
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Nov 28, 2024
1 parent b78a084 commit 7939fc8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-1313161567.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Turbo",
"chain": "NEAR",
"rpc": ["https://rpc-0x4e45415f.aurora-cloud.dev"],
"icon": "turbo",
"faucets": [],
"nativeCurrency": {
"name": "Turbo",
"symbol": "TURBO",
"decimals": 18
},
"infoURL": "https://turbotoken.io",
"shortName": "turbo",
"chainId": 1313161567,
"networkId": 1313161567,
"explorers": [
{
"name": "Turbo explorer",
"url": "https://explorer.turbo.aurora.dev",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXUP4JFNX2ET2vZHh9p4a6wEVC5os13evrWtF65EUfNkn",
"width": 200,
"height": 200,
"format": "png"
}
]

0 comments on commit 7939fc8

Please sign in to comment.