-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
17 changed files
with
97 additions
and
104 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 +1,4 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=(e,t)=>e+t;exports.add=d; | ||
'use strict'; | ||
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
const d = (e, t) => e + t; | ||
exports.add = d; |
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,4 +1,2 @@ | ||
const t = (d, o) => d + o; | ||
export { | ||
t as add | ||
}; | ||
export { t as add }; |
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,14 +1,15 @@ | ||
import anvilAddresses from "../addresses/anvil.json"; | ||
import anvilAddresses from '../addresses/anvil.json'; | ||
|
||
const anvilConfig = { | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'http://staging-console-969568480.eu-west-1.elb.amazonaws.com/siren/api/', | ||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: anvilAddresses.vault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: anvilAddresses.protocol, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: anvilAddresses.validatorTicket, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: anvilAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: anvilAddresses.guardianModule | ||
// Siren API base URL | ||
sirenApiBaseUrl: | ||
'http://staging-console-969568480.eu-west-1.elb.amazonaws.com/siren/api/', | ||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: anvilAddresses.vault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: anvilAddresses.protocol, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: anvilAddresses.validatorTicket, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: anvilAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: anvilAddresses.guardianModule, | ||
}; | ||
|
||
export default anvilConfig; |
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,15 +1,15 @@ | ||
import mainnetAddresses from "../addresses/mainnet.json"; | ||
import mainnetAddresses from '../addresses/mainnet.json'; | ||
|
||
const defaultConfig = { | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://api.puffer.fi/siren/api/', | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://api.puffer.fi/siren/api/', | ||
|
||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: mainnetAddresses.PufferVault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: mainnetAddresses.pufferProtocolProxy, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: mainnetAddresses.validatorTicketProxy, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: mainnetAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: mainnetAddresses.guardianModule | ||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: mainnetAddresses.PufferVault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: mainnetAddresses.pufferProtocolProxy, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: mainnetAddresses.validatorTicketProxy, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: mainnetAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: mainnetAddresses.guardianModule, | ||
}; | ||
|
||
export default defaultConfig; |
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,15 +1,15 @@ | ||
import holeskyAddresses from "../addresses/holesky.json"; | ||
import holeskyAddresses from '../addresses/holesky.json'; | ||
|
||
const testnetConfig = { | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://staging-api.puffer.fi/siren/api/', | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://staging-api.puffer.fi/siren/api/', | ||
|
||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: holeskyAddresses.vault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: holeskyAddresses.protocol, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: holeskyAddresses.validatorTicket, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: holeskyAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: holeskyAddresses.guardianModule | ||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: holeskyAddresses.vault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: holeskyAddresses.protocol, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: holeskyAddresses.validatorTicket, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: holeskyAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: holeskyAddresses.guardianModule, | ||
}; | ||
|
||
export default testnetConfig; |
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,15 +1,15 @@ | ||
import mainnetAddresses from "../addresses/mainnet.json"; | ||
import mainnetAddresses from '../addresses/mainnet.json'; | ||
|
||
const mainnetConfig = { | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://api.puffer.fi/siren/api/', | ||
// Siren API base URL | ||
sirenApiBaseUrl: 'https://api.puffer.fi/siren/api/', | ||
|
||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: mainnetAddresses.PufferVault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: mainnetAddresses.pufferProtocolProxy, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: mainnetAddresses.validatorTicketProxy, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: mainnetAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: mainnetAddresses.guardianModule | ||
// Smart contract addresses | ||
PUFFER_VAULT_CONTRACT_ADDRESS: mainnetAddresses.PufferVault, | ||
PUFFER_PROTOCOL_CONTRACT_ADDRESS: mainnetAddresses.pufferProtocolProxy, | ||
VALIDATOR_TICKET_CONTRACT_ADDRESS: mainnetAddresses.validatorTicketProxy, | ||
PUFFER_ORACLE_CONTRACT_ADDRESS: mainnetAddresses.oracle, | ||
GUARDIAN_MODULE_ADDRESS: mainnetAddresses.guardianModule, | ||
}; | ||
|
||
export default mainnetConfig; | ||
export default mainnetConfig; |
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
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
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
Oops, something went wrong.