Skip to content

Commit

Permalink
archive only
Browse files Browse the repository at this point in the history
  • Loading branch information
icezohu committed Dec 9, 2024
1 parent 5a13a6d commit c920d5a
Showing 1 changed file with 33 additions and 35 deletions.
68 changes: 33 additions & 35 deletions test/fixtures/rpc_autonity_piccadilly.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
- kind: Project
projectType: 1
metadata:
name: Autonity Piccadilly RPC - Full Node
description: |
**Public RPC endpoint:** https://autonity-piccadilly.rpc.subquery.network/public
# - kind: Project
# projectType: 1
# metadata:
# name: Autonity Piccadilly RPC - Full Node
# description: |
# **Public RPC endpoint:** https://autonity-piccadilly.rpc.subquery.network/public

An example query for your terminal is
# An example query for your terminal is

```
curl -H 'content-type:application/json' -d '{"id": 1, "jsonrpc": "2.0", "method": "eth_blockNumber"}' 'https://autonity-piccadilly.rpc.subquery.network/public'
```
# ```
# curl -H 'content-type:application/json' -d '{"id": 1, "jsonrpc": "2.0", "method": "eth_blockNumber"}' 'https://autonity-piccadilly.rpc.subquery.network/public'
# ```

Piccadilly is a testnet for the Autonity project and is being developed by a community that is passionate about the social benefits of monetary and market structure innovation.
# Piccadilly is a testnet for the Autonity project and is being developed by a community that is passionate about the social benefits of monetary and market structure innovation.

Connect in seconds to SubQuery's decentralised network of RPC node operators running around the world so your dApps benefit from more reliable, scalable, and affordable RPC services. By accessing this public RPC endpoint, you agree to our Free Public RPC terms of service.
# Connect in seconds to SubQuery's decentralised network of RPC node operators running around the world so your dApps benefit from more reliable, scalable, and affordable RPC services. By accessing this public RPC endpoint, you agree to our Free Public RPC terms of service.

Autonity is a public, EVM based, proof-of-stake blockchain for decentralized clearing of smart derivatives contracts. Autonity aims to make every risk that the market wants to speculate on or hedge against into a smart derivative product that is tradable between anyone in a fully decentralized ecosystem of price discovery and trade execution.
websiteUrl: https://autonity.org/testnets
deployments:
- deployment: |
kind: ChainRpc
specVersion: "1.0.0"
name: autonity piccadilly - full
chain:
chainId: 65100003
rpcFamily:
- evm
nodeType: full
rpcDenyList:
- admin
- debug
- txpool
- personal
- miner
- les
version:
version: 1.0.0
description:
# Autonity is a public, EVM based, proof-of-stake blockchain for decentralized clearing of smart derivatives contracts. Autonity aims to make every risk that the market wants to speculate on or hedge against into a smart derivative product that is tradable between anyone in a fully decentralized ecosystem of price discovery and trade execution.
# websiteUrl: https://autonity.org/testnets
# deployments:
# - deployment: |
# kind: ChainRpc
# specVersion: "1.0.0"
# name: autonity piccadilly - full
# chain:
# chainId: 65100003
# rpcFamily:
# - evm
# nodeType: full
# rpcDenyList:
# - admin
# - debug
# - txpool
# - personal
# - miner
# - les
# version:
# version: 1.0.0
- kind: Project
projectType: 1
metadata:
Expand Down Expand Up @@ -75,4 +74,3 @@
- les
version:
version: 1.0.0
description:

0 comments on commit c920d5a

Please sign in to comment.