forked from hummingbot/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c6138f
commit a5dd5cd
Showing
168 changed files
with
138,974 additions
and
14,299 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,6 @@ | ||
networks: | ||
testnet: | ||
rpcURL: localhost:8081 | ||
tokenListType: URL | ||
tokenListSource: https://cosmos-chain-registry-list.vercel.app/list.json | ||
network: testnet |
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,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 |
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
1 change: 1 addition & 0 deletions
1
src/chains/penumbra/generated/cosmos/ics23/v1/proofs_grpc_pb.js
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 @@ | ||
// GENERATED CODE -- NO SERVICES IN PROTO |
Oops, something went wrong.