Skip to content

Commit

Permalink
chore: added arbitrum nova, pulsechain chains (#70)
Browse files Browse the repository at this point in the history
* chore: auto-update

* chain: arbitrum nova

* chain: pulsechain

* Revert "chore: auto-update"

This reverts commit 9726213.
  • Loading branch information
DanielSinclair authored Dec 20, 2023
1 parent 67abba0 commit 53e462b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions blockchains/arbitrumnova/info/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Arbitrum Nova",
"website": "https://arbitrum.io/anytrust",
"description": "Arbitrum Nova is an AnyTrust chain that aims for ultra low transaction fees. Nova differs from Arbitrum One by not posting transaction data on chain, but to Data Availability Committee.",
"explorer": "https://nova.arbiscan.io",
"research": "https://docs.arbitrum.io/for-devs/gentle-introduction-dapps",
"symbol": "ETH",
"rpc_url": "https://nova.arbitrum.io/rpc",
"type": "coin",
"decimals": 18,
"status": "active"
}
Binary file added blockchains/arbitrumnova/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions blockchains/pulsechain/info/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "PulseChain",
"website": "https://pulsechain.com/",
"description": "Energy efficient, Faster, cheaper, fee-burning Ethereum fork.",
"explorer": "https://otter.pulsechain.com",
"research": "https://gitlab.com/pulsechaincom/pulsechain-mainnet",
"symbol": "PLS",
"rpc_url": "https://rpc.pulsechain.com",
"type": "coin",
"decimals": 18,
"status": "active",
"links": [
{
"name": "twitter",
"url": "https://twitter.com/PulseChainCom"
}
]
}
Binary file added blockchains/pulsechain/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53e462b

Please sign in to comment.