-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
448b179
commit 8441132
Showing
95 changed files
with
159,096 additions
and
151 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
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|
||
yarn-path ".yarn/releases/yarn-1.19.2.cjs" |
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,25 @@ | ||
import { HardhatUserConfig } from "hardhat/config"; | ||
|
||
const alchemyApiKey = process.env.ALCHEMY_API_KEY; | ||
|
||
const config: HardhatUserConfig = { | ||
solidity: "0.7.3", | ||
networks: { | ||
hardhat: { | ||
chainId: 1, | ||
forking: { | ||
url: `https://eth-mainnet.alchemyapi.io/v2/${alchemyApiKey}`, | ||
blockNumber: 14705200 | ||
}, | ||
accounts: [ | ||
{ | ||
privateKey: "0x4d5db4107d237df6a3d58ee5f70ae63d73d7658d4026f2eefd2f204c81682cb7", | ||
balance: "100000000000000000000000" | ||
} | ||
], | ||
initialBaseFeePerGas: 0 | ||
} | ||
} | ||
}; | ||
|
||
export default config; |
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,13 @@ | ||
version: "2" | ||
region: "eu" | ||
web_addr: 127.0.0.1:41356 | ||
tunnels: | ||
web: | ||
addr: 32318 | ||
proto: http | ||
schemes: [http] | ||
host_header: rewrite | ||
rpc: | ||
addr: 8545 | ||
proto: http | ||
schemes: [http] |
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
8 changes: 8 additions & 0 deletions
8
packages/dev-frontend/.yalc/@liquity/chicken-bonds/lusd/addresses/addresses.json
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,8 @@ | ||
{ | ||
"BLUSD_AMM_ADDRESS": "0xC1Ce2957B033227Bf6Da8ff5961adF5730462f2F", | ||
"BLUSD_AMM_STAKING_ADDRESS": "0x3EEd7D3468E2F3aB10FD758aC005eAb100265a9c", | ||
"BLUSD_TOKEN_ADDRESS": "0x246Cb09151fEA4a8107FfD6354C517babB830692", | ||
"BOND_NFT_ADDRESS": "0x996aBC077399769794B99bdc6316EB5591C50bCC", | ||
"CHICKEN_BOND_MANAGER_ADDRESS": "0xA289111CC4b306E3F5F15c654D4c318B3dA51813", | ||
"LUSD_OVERRIDE_ADDRESS": "0x600df0dE0c53d890a3BB532d4983882d7368faF0" | ||
} |
1 change: 1 addition & 0 deletions
1
packages/dev-frontend/.yalc/@liquity/chicken-bonds/lusd/addresses/index.d.ts
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 @@ | ||
export { BOND_NFT_ADDRESS, CHICKEN_BOND_MANAGER_ADDRESS, BLUSD_TOKEN_ADDRESS, BLUSD_AMM_ADDRESS, BLUSD_AMM_STAKING_ADDRESS, LUSD_OVERRIDE_ADDRESS, } from './addresses.json'; |
10 changes: 10 additions & 0 deletions
10
packages/dev-frontend/.yalc/@liquity/chicken-bonds/lusd/addresses/index.js
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,10 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LUSD_OVERRIDE_ADDRESS = exports.BLUSD_AMM_STAKING_ADDRESS = exports.BLUSD_AMM_ADDRESS = exports.BLUSD_TOKEN_ADDRESS = exports.CHICKEN_BOND_MANAGER_ADDRESS = exports.BOND_NFT_ADDRESS = void 0; | ||
var addresses_json_1 = require("./addresses.json"); | ||
Object.defineProperty(exports, "BOND_NFT_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.BOND_NFT_ADDRESS; } }); | ||
Object.defineProperty(exports, "CHICKEN_BOND_MANAGER_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.CHICKEN_BOND_MANAGER_ADDRESS; } }); | ||
Object.defineProperty(exports, "BLUSD_TOKEN_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.BLUSD_TOKEN_ADDRESS; } }); | ||
Object.defineProperty(exports, "BLUSD_AMM_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.BLUSD_AMM_ADDRESS; } }); | ||
Object.defineProperty(exports, "BLUSD_AMM_STAKING_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.BLUSD_AMM_STAKING_ADDRESS; } }); | ||
Object.defineProperty(exports, "LUSD_OVERRIDE_ADDRESS", { enumerable: true, get: function () { return addresses_json_1.LUSD_OVERRIDE_ADDRESS; } }); |
Oops, something went wrong.