forked from trustwallet/assets
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added arbitrum nova, pulsechain chains (#70)
* chore: auto-update * chain: arbitrum nova * chain: pulsechain * Revert "chore: auto-update" This reverts commit 9726213.
- Loading branch information
1 parent
67abba0
commit 53e462b
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.