-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Superfluid constants to superfluid package
- Loading branch information
1 parent
b33b5e8
commit f5ba910
Showing
4 changed files
with
6 additions
and
5 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,6 +1,2 @@ | ||
export const DEFAULT_API_V2 = 'http://pyaleph-lab-2.aleph.cloud:4024/' | ||
export const DEFAULT_API_WS_V2 = 'ws://pyaleph-lab-2.aleph.cloud:4024/' | ||
export const ALEPH_SUPERFLUID_FUJI_TESTNET = '0x1290248E01ED2F9f863A9752A8aAD396ef3a1B00' | ||
export const ALEPH_SUPERFLUID_MAINNET = '0xc0Fbc4967259786C743361a5885ef49380473dCF' | ||
export const SUPERFLUID_FUJI_TESTNET_SUBGRAPH_URL = 'https://avalanche-fuji.subgraph.x.superfluid.dev/' | ||
export const SUPERFLUID_MAINNET_SUBGRAPH_URL = 'https://avalanche-c.subgraph.x.superfluid.dev/' |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const ALEPH_SUPERFLUID_FUJI_TESTNET = '0x1290248E01ED2F9f863A9752A8aAD396ef3a1B00' | ||
export const ALEPH_SUPERFLUID_MAINNET = '0xc0Fbc4967259786C743361a5885ef49380473dCF' | ||
export const SUPERFLUID_FUJI_TESTNET_SUBGRAPH_URL = 'https://avalanche-fuji.subgraph.x.superfluid.dev/' | ||
export const SUPERFLUID_MAINNET_SUBGRAPH_URL = 'https://avalanche-c.subgraph.x.superfluid.dev/' |
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 +1,2 @@ | ||
export * from './account' | ||
export * from './constants' |