mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Origin testnet (#2883)
* Add uptick mainnet * Add line breaks to files * Add Origin testnet * Update Origin Testnet "symbol" --------- Co-authored-by: yangchuantongStarry <49516229+ElfenLied2019@users.noreply.github.com>
This commit is contained in:
parent
d3a71d821f
commit
ae5859bcd5
24
_data/chains/eip155-1170.json
Normal file
24
_data/chains/eip155-1170.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Origin Testnet",
|
||||
"chain": "Origin",
|
||||
"rpc": ["https://json-rpc.origin.uptick.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Origin",
|
||||
"symbol": "UOC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.uptick.network",
|
||||
"shortName": "auoc",
|
||||
"chainId": 1170,
|
||||
"networkId": 1170,
|
||||
"icon": "origin",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Origin Explorer",
|
||||
"url": "https://evm-explorer.origin.uptick.network",
|
||||
"icon": "origin",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/origin.json
Normal file
8
_data/icons/origin.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRGJ6PqYHDTWuUQ6xfnK8S82NzRXiMjTnSGat9qtLuaLP",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user