-
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.
Fixed precommit, removed unusued files.
- Loading branch information
1 parent
5f1dd38
commit e7a45a2
Showing
55 changed files
with
606 additions
and
570 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export const DEFAULT_SERVICE_PORT = 443; | ||
export const DOMAIN = "pinax.network"; | ||
export const DOMAIN = 'pinax.network'; | ||
export const DEFAULT_IMG_BASE_URL = `https://${DOMAIN}/vector/chain`; |
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
import { BlockType } from "../types/block.types"; | ||
import { Standard } from "../types/standard.types"; | ||
import { BlockType } from '../types/block.types'; | ||
import { Standard } from '../types/standard.types'; | ||
|
||
const BLOCKTYPES: { [standard in Standard]: BlockType } = { | ||
antelope: { | ||
label: "sf.antelope.type.v1.Block", | ||
url: "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1", | ||
label: 'sf.antelope.type.v1.Block', | ||
url: 'https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1', | ||
}, | ||
arweave: { | ||
label: "sf.arweave.type.v1.Block", | ||
url: "https://buf.build/pinax/firehose-arweave/docs/main:sf.arweave.type.v1", | ||
label: 'sf.arweave.type.v1.Block', | ||
url: 'https://buf.build/pinax/firehose-arweave/docs/main:sf.arweave.type.v1', | ||
}, | ||
brc20: { | ||
label: "sf.bitcoin.type.v1.Block", | ||
url: "https://buf.build/streamingfast/firehose-bitcoin/docs/main:sf.bitcoin.type.v1", | ||
label: 'sf.bitcoin.type.v1.Block', | ||
url: 'https://buf.build/streamingfast/firehose-bitcoin/docs/main:sf.bitcoin.type.v1', | ||
}, | ||
cosmos: { | ||
label: "sf.cosmos.type.v1.Block", | ||
url: "https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto", | ||
label: 'sf.cosmos.type.v1.Block', | ||
url: 'https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto', | ||
}, | ||
erc20: { | ||
label: "sf.ethereum.type.v2.Block", | ||
url: "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2", | ||
label: 'sf.ethereum.type.v2.Block', | ||
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2', | ||
}, | ||
near: { | ||
label: "sf.near.type.v1.Block", | ||
url: "https://buf.build/streamingfast/firehose-near/docs/main:sf.near.type.v1", | ||
label: 'sf.near.type.v1.Block', | ||
url: 'https://buf.build/streamingfast/firehose-near/docs/main:sf.near.type.v1', | ||
}, | ||
}; | ||
export default BLOCKTYPES; |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.