Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit be5d3cd

Browse files
author
Ron Serruya
authored
Merge pull request #59 from kinecosystem/v2/updated-urls
Add final URLs
2 parents 040a107 + 5ce2d8a commit be5d3cd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

kin/config.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
from .version import __version__
66

77
# Create default environments.
8-
HORIZON_URI_PROD = 'https://horizon-ecosystem.kininfrastructure.com'
9-
HORIZON_PASSPHRASE_PROD = 'Public Global Kin Ecosystem Network ; June 2018'
10-
PROD_ENVIRONMENT = Environment('ECOSYSTEM', HORIZON_URI_PROD, HORIZON_PASSPHRASE_PROD)
8+
HORIZON_URI_PROD = 'https://horizon.kinfederation.com'
9+
HORIZON_PASSPHRASE_PROD = 'Kin Mainnet ; December 2018'
10+
PROD_ENVIRONMENT = Environment('PROD', HORIZON_URI_PROD, HORIZON_PASSPHRASE_PROD)
1111

12-
HORIZON_URI_TEST = 'https://horizon-playground.kininfrastructure.com'
13-
HORIZON_PASSPHRASE_TEST = 'Kin Playground Network ; June 2018'
14-
FRIENDBOT_URL_TEST = "http://friendbot-playground.kininfrastructure.com"
15-
TEST_ENVIRONMENT = Environment('PLAYGROUND', HORIZON_URI_TEST, HORIZON_PASSPHRASE_TEST, FRIENDBOT_URL_TEST)
12+
HORIZON_URI_TEST = 'https://horizon-testnet.kininfrastructure.com'
13+
HORIZON_PASSPHRASE_TEST = 'Kin Testnet ; December 2018'
14+
FRIENDBOT_URL_TEST = "http://friendbot-testnet.kininfrastructure.com"
15+
TEST_ENVIRONMENT = Environment('TEST', HORIZON_URI_TEST, HORIZON_PASSPHRASE_TEST, FRIENDBOT_URL_TEST)
1616

1717
MEMO_CAP = 28
1818
# Template version - app_id - free text

kin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.6"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)