Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add testnet initialization script #554

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ba81eac
chore: add testnet initialization script
sander2 Jan 30, 2023
76eaee8
refactor: init-testnet refactoring
sander2 Jan 30, 2023
2993aaa
chore(script): lending rewards
sander2 Jan 30, 2023
57cbd2d
chore(script): vksm and sksm
sander2 Jan 30, 2023
ee85d6a
chore(script): basepool & metapool setup
sander2 Jan 30, 2023
cb77c96
chore(script): basepool & metapool rewards
sander2 Jan 30, 2023
d5a8cae
chore(script): fix basepool id
sander2 Jan 30, 2023
a26563a
chore(script): as submitted
sander2 Jan 30, 2023
9ae7e73
chore(script): fund faucet in foreign assets
sander2 Jan 31, 2023
d5e5b63
chore(script): set client versions
sander2 Jan 31, 2023
a3673da
chore: fund faucet in kbtc
sander2 Jan 31, 2023
0476374
chore: add liquidity to base and meta pools
gregdhill Jan 31, 2023
fd6521d
fix: usdt and moonriver coingecko ids
sander2 Jan 31, 2023
6c18c49
chore: add liquidity to uniswap pools
gregdhill Feb 2, 2023
7ffcdcd
chore(script): add supply to loan markets
sander2 Feb 2, 2023
ba69980
chore(script): script fixes - tried on-chain
sander2 Feb 3, 2023
797e9c2
fix: amm liquidity amounts
sander2 Feb 6, 2023
ba590ce
fix(script): reduce kbtc mints
sander2 Feb 6, 2023
5249677
fix(script): disable lending incentives
sander2 Feb 7, 2023
94c03ba
fix(script): update type and failing liquidity deposit
sander2 Feb 7, 2023
90c8c61
fix(script): basepool liquidity amounts
sander2 Feb 7, 2023
301e0c7
chore: remove workaround, fix lp token ordering, disable stable pools
gregdhill Feb 8, 2023
af4cb99
chore(init-testnet): Update lending markets
daniel-savu Feb 10, 2023
6be0ec3
feat: add eth, ausd and kar pools
gregdhill Feb 10, 2023
8eb28a8
chore: add missing pool incentives
gregdhill Feb 10, 2023
28b69fa
chore: small changes test testnet init
sander2 Jun 7, 2023
947fa60
fix: include length in GeneralKey
sander2 Jun 7, 2023
a7c71b8
chore: remove unused stable pool setup
gregdhill Jun 7, 2023
655f1a3
feat: update testnet init script to work for interlay runtime
gregdhill Jun 8, 2023
fe8f86b
chore: remove qToken vaults from init (by request of peter)
sander2 Jun 12, 2023
77d8fab
fix: use 10 decimals for intr rewards
sander2 Jun 20, 2023
7cf4e6e
fix: interlay dex pools + rewards
sander2 Jun 20, 2023
23e4371
fix: disable swap fees on interlay, set to 15 on kintsugi
sander2 Jun 20, 2023
75e4cf8
fix: lending supply incentives
sander2 Jun 20, 2023
1372eaf
fix: testnet config & bugfix
sander2 Jun 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"generate:meta": "ts-node node_modules/.bin/polkadot-types-from-chain --package @interlay/interbtc-api/interfaces --endpoint ./src/json/parachain.json --output ./src/interfaces",
"hrmp-setup": "ts-node scripts/hrmp-setup",
"runtime-upgrade": "ts-node scripts/runtime-upgrade",
"init-testnet": "ts-node scripts/init-testnet",
"xcm-cross-chain-transfer": "ts-node scripts/xcm-cross-chain-transfer",
"xcm-return-unknown-tokens": "ts-node scripts/xcm-return-unknown-tokens",
"democracy": "ts-node scripts/democracy",
Expand Down
Loading