-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Polkadot * add missing pieces * lint & format * fix next.config.js * fixes * lint
- Loading branch information
Showing
19 changed files
with
1,133 additions
and
108 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,18 +1,21 @@ | ||
WS_ROCOCO_CORETIME_CHAIN="WSS endpoint of the coretime chain on Rococo" | ||
WS_POLKADOT_CORETIME_CHAIN="WSS endpoint of the coretime chain on Polkadot" | ||
WS_KUSAMA_CORETIME_CHAIN="WSS endpoint of the coretime chain on Kusama" | ||
WS_ROCOCO_CORETIME_CHAIN="WSS endpoint of the coretime chain on Rococo" | ||
WS_WESTEND_CORETIME_CHAIN="WSS endpiont of the coretime chain on Westend" | ||
|
||
WS_ROCOCO_RELAY_CHAIN="WSS endpoint of the coretime relay chain - Rococo" | ||
WS_POLKADOT_RELAY_CHAIN="WSS endpoint of the coretime relay chain - Polkadot" | ||
WS_KUSAMA_RELAY_CHAIN="WSS endpoint of the coretime relay chain - Kusama" | ||
WS_ROCOCO_RELAY_CHAIN="WSS endpoint of the coretime relay chain - Rococo" | ||
WS_WESTEND_RELAY_CHAIN="WSS endpoint of the coretime relay chain - Westend" | ||
|
||
WS_REGIONX_COCOS_CHAIN="WSS endpoint of the regionx chain" | ||
|
||
POLKADOT_CORETIME_INDEXER="Subquery indexer for Polkadot Coretime" | ||
ROCOCO_CORETIME_INDEXER="Subquery indexer for Rococo Coretime" | ||
KUSAMA_CORETIME_INDEXER="Subquery indexer for Kusama Coretime" | ||
COCOS_INDEXER="Subquery indexer for RegionX Cocos" | ||
|
||
ROCOCO_CORETIME_DICT="Subquery dictionary for Rococo Coretime" | ||
POLKADOT_CORETIME_DICT="Subquery dictionary for Polkadot Coretime" | ||
KUSAMA_CORETIME_DICT="Subquery dictionary for Kusama Coretime" | ||
ROCOCO_CORETIME_DICT="Subquery dictionary for Rococo Coretime" | ||
|
||
EXPERIMENTAL=false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import KusamaCoretime from './kusama.png'; | ||
import PolkadotCoretime from './polkadot.png'; | ||
import RococoCoretime from './rococo.png'; | ||
import WestendCoretime from './westend.png'; | ||
|
||
export { KusamaCoretime, RococoCoretime, WestendCoretime }; | ||
export { KusamaCoretime, PolkadotCoretime, RococoCoretime, WestendCoretime }; |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import Kusama from './kusama.png'; | ||
import Polkadot from './polkadot.png'; | ||
import Rococo from './rococo.png'; | ||
import Westend from './westend.png'; | ||
|
||
export { Kusama, Rococo, Westend }; | ||
export { Kusama, Polkadot, Rococo, Westend }; |
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
Oops, something went wrong.