Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/penumbra #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions conf/penumbra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
networks:
testnet:
rpcURL: localhost:8081
tokenListType: URL
tokenListSource: https://cosmos-chain-registry-list.vercel.app/list.json
philipjames44 marked this conversation as resolved.
Show resolved Hide resolved
network: testnet
121 changes: 121 additions & 0 deletions conf/root.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
version: 1
configurations:
$namespace server:
configurationPath: server.yml
schemaPath: server-schema.json

$namespace algorand:
configurationPath: algorand.yml
schemaPath: algorand-schema.json

$namespace ethereum:
configurationPath: ethereum.yml
schemaPath: ethereum-schema.json

$namespace harmony:
configurationPath: harmony.yml
schemaPath: harmony-schema.json

$namespace avalanche:
configurationPath: avalanche.yml
schemaPath: ethereum-schema.json

$namespace dexalot:
configurationPath: dexalot.yml
schemaPath: dexalot-schema.json

$namespace polygon:
configurationPath: polygon.yml
schemaPath: ethereum-schema.json

$namespace near:
configurationPath: near.yml
schemaPath: ethereum-schema.json

$namespace pangolin:
configurationPath: pangolin.yml
schemaPath: pangolin-schema.json

$namespace quickswap:
configurationPath: quickswap.yml
schemaPath: quickswap-schema.json

$namespace perp:
configurationPath: perp.yml
schemaPath: perp-schema.json

$namespace sushiswap:
configurationPath: sushiswap.yml
schemaPath: sushiswap-schema.json

$namespace tinyman:
configurationPath: tinyman.yml
schemaPath: tinyman-schema.json

$namespace traderjoe:
configurationPath: traderjoe.yml
schemaPath: traderjoe-schema.json

$namespace uniswap:
configurationPath: uniswap.yml
schemaPath: uniswap-schema.json

$namespace ref:
configurationPath: ref.yml
schemaPath: ref-schema.json

$namespace openocean:
configurationPath: openocean.yml
schemaPath: openocean-schema.json

$namespace cosmos:
configurationPath: cosmos.yml
schemaPath: cosmos-schema.json

$namespace cronos:
configurationPath: cronos.yml
schemaPath: ethereum-schema.json

$namespace mad_meerkat:
configurationPath: mad_meerkat.yml
schemaPath: cronos-connector-schema.json

$namespace vvs:
configurationPath: vvs.yml
schemaPath: cronos-connector-schema.json

$namespace binance-smart-chain:
configurationPath: binance-smart-chain.yml
schemaPath: ethereum-schema.json

$namespace pancakeswap:
configurationPath: pancakeswap.yml
schemaPath: pangolin-schema.json

$namespace injective:
configurationPath: injective.yml
schemaPath: injective-schema.json

$namespace xdc:
configurationPath: xdc.yml
schemaPath: ethereum-schema.json

$namespace xsswap:
configurationPath: xsswap.yml
schemaPath: xsswap-schema.json

$namespace tezos:
configurationPath: tezos.yml
schemaPath: tezos-schema.json

$namespace plenty:
configurationPath: plenty.yml
schemaPath: plenty-schema.json

$namespace kujira:
configurationPath: kujira.yml
schemaPath: kujira-schema.json

$namespace penumbra:
configurationPath: penumbra.yml
schemaPath: penumbra-schema.json
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"@ethersproject/networks": "5.7.0",
"@ethersproject/providers": "5.7.0",
"@ethersproject/solidity": "5.7.0",
"@grpc/grpc-js": "^1.9.9",
"@grpc/proto-loader": "^0.7.10",
"@harmony-js/core": "^0.1.57",
"@harmony-js/utils": "^0.1.56",
"@improbable-eng/grpc-web": "^0.13.0",
Expand Down Expand Up @@ -76,6 +78,8 @@
"express": "^4.17.1",
"express-winston": "^4.1.0",
"fs-extra": "^10.0.0",
"grpc_tools_node_protoc_ts": "^5.3.3",
"grpc-tools": "^1.12.4",
"http-status-codes": "2.2.0",
"immutable": "^4.2.4",
"js-yaml": "^4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// GENERATED CODE -- NO SERVICES IN PROTO
Loading