-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new demo pool config * Update action and run after successful demo deployments * Update sample env file * Fix symbol
- Loading branch information
1 parent
6a3a3ec
commit fd321f5
Showing
5 changed files
with
20 additions
and
18 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
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,7 +1,8 @@ | ||
# Copy to .env (for synpress/e2e testing config ONLY) | ||
PRIVATE_KEY= | ||
NETWORK_NAME=centrifuge | ||
RPC_URL=https://fullnode.development.cntrfg.com | ||
CHAIN_ID=2000 | ||
SYMBOL=DEVEL | ||
IS_TESTNET=true | ||
NETWORK_NAME=centrifuge | ||
RPC_URL=https://fullnode-apps.demo.k-f.dev | ||
CHAIN_ID=2090 | ||
SYMBOL=DEVEL | ||
IS_TESTNET=true | ||
DEBUG=true | ||
PRIVATE_KEY= |
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,19 +1,19 @@ | ||
{ | ||
"name": "E2E Pool", | ||
"poolId": "3515519799", | ||
"poolCurrency": "USDT", | ||
"poolId": "1101557597", | ||
"poolCurrency": "USDC", | ||
"investAmount": "2", | ||
"poolAdmin": "0x70fC4d9C87E9e9B0751A5680b1Dd654517f02309", | ||
"tranches": [ | ||
{ | ||
"name": "Junior", | ||
"symbol": "E2EJUN", | ||
"id": "0xec6528e5b1a899fed47777b19963b1a6" | ||
"id": "0xbf444862859556b448b9242c9cfee126" | ||
}, | ||
{ | ||
"name": "Senior", | ||
"symbol": "E2ESEN", | ||
"id": "0xc18e73516eda0e038c50f6ab075b74ec" | ||
"id": "0x7ccd846d1116ce4a751edf9d01e484b7" | ||
} | ||
] | ||
} |
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