Skip to content

Commit

Permalink
Added multiple chains, continued working on better state (beta) handl…
Browse files Browse the repository at this point in the history
…ing and Notion export diff
  • Loading branch information
DominicF96 committed Jun 3, 2024
1 parent 3a09074 commit 7899b57
Show file tree
Hide file tree
Showing 41 changed files with 3,766 additions and 391 deletions.
3 changes: 3 additions & 0 deletions data/chains/V2/cardano/cardano.branded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions data/chains/V2/cardano/cardano.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions data/chains/V2/cardano/cardano.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions data/chains/V2/cardano/meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import { Chain } from '../../../../types/chain.types';

const meta: Chain = {
id: 'cardano',
graph_id: null,
name: 'Cardano',
alt_names: [],
standard: 'cardano',
block_type: {
label: 'sf.ethereum.type.v2.Block',
url: 'https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2',
},
icon: {
id: 'networks/cardano',
brand_theme: 'both',
variants: ['branded', 'mono'],
},
supported_services: {
rpc: 'unreleased',
firehose: 'unreleased',
substreams: 'unreleased',
},
metadata: {
website: 'https://cardano.org/',
},
};

export default meta;
Loading

0 comments on commit 7899b57

Please sign in to comment.