-
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.
Added multiple chains, continued working on better state (beta) handl…
…ing and Notion export diff
- Loading branch information
1 parent
3a09074
commit 7899b57
Showing
41 changed files
with
3,766 additions
and
391 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,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; |
Oops, something went wrong.