Skip to content

Commit

Permalink
Add initial Penumbra Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Nov 1, 2023
1 parent 3c6138f commit a5dd5cd
Show file tree
Hide file tree
Showing 168 changed files with 138,974 additions and 14,299 deletions.
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
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

0 comments on commit a5dd5cd

Please sign in to comment.