@spheron/protocol-sdk
Version:
Spheron Protocol SDK
70 lines • 3.34 kB
TypeScript
export declare const AccessControlManagerTestnet = "0x7408e72DaD483859570df578F57f4F61434a8d39";
export declare const TokenRegistryTestnet = "0x30E76950e5eFf7f193FD0a55d86E5249f5f51F7B";
export declare const ProviderRegistryTestnet = "0x840399F9b4CBe04a80facD844c6358d8c2d981fB";
export declare const ProviderAttributeRegistryTestnet = "0x09BCF5BdbD752bA6FD3aB2E4eB8c5b7923d2312C";
export declare const FizzRegistryTestnet = "0x83B06EF4Ae0310682cb90f8b9771A75547b6EBC0";
export declare const FizzAttributeRegistryTestnet = "0x8B4e0fE5C9293855681e518fb9B1c8B0114A0f83";
export declare const EscrowTestnet = "0x4A7aa7e772b53c15cc491247079Dc8B1D814c4af";
export declare const OrderRequestTestnet = "0xBc5D4524518E1af5cbFcFbC7fF0534fa4E59F94b";
export declare const ResourceManagerTestnet = "0xd14F7B393cD5f4eFbBbFDaCe7c45057690Ac1B63";
export declare const ComputeLeaseTestnet = "0x3f1ddD572Fb76FAe1D65c8d11FB9d5f60Bf43257";
export declare const BidTestnet = "0xf04Ba15C07ddA36c49c709375355430F33FEc74C";
export declare const ResourceRegistryCPUTestnet = "0x7aEEE296044c955A707A3A0BB6E1A505bbD15585";
export declare const ResourceRegistryGPUTestnet = "0x01e909Ac5E5D833998bA84a1BB2a16d227A9b3ea";
export declare const ResourceRegistryFactoryTestnet = "0xd6d4C265B3549c4425DF1a15CCEA0634EcB351D2";
export declare const ProviderRewardsManagerTestnet = "0x1b932690a36966C56e89103b786E0bb01bDDDc36";
export declare const FizzRewardsManagerTestnet = "0xB4C78b75c00D1C02409e447B3D78d37BB707913A";
export declare const RewardTokenTestnet = "0xa8ACde36Ec65A5ca286CE5617f0b22F26341B8aE";
export declare const USDTTestnet = "0x01e65Ad8F4824037Ed8b3111A6c232D1b8458Bea";
export declare const USDCTestnet = "0xbb132eB1b36D87ef7Ac63c95c05a8a56eCDac3fd";
export declare const DAITestnet = "0x1fFC5C93E3037aa387D3A988e9aCF2Cd11C8B782";
export declare const WETHTestnet = "0xcB66efD46915F97Dd97951a98941ca8d02642aaa";
export declare const contractAddresses: {
testnet: {
accessControlManager: string;
tokenRegistry: string;
providerRegistry: string;
providerAttributeRegistry: string;
fizzRegistry: string;
fizzAttributeRegistry: string;
escrow: string;
orderRequest: string;
resourceManager: string;
computeLease: string;
bid: string;
resourceRegistryCPU: string;
resourceRegistryGPU: string;
resourceRegistryFactory: string;
providerRewardManager: string;
fizzRewardManager: string;
rewardToken: string;
USDT: string;
USDC: string;
DAI: string;
WETH: string;
};
mainnet: {
accessControlManager: string;
tokenRegistry: string;
providerRegistry: string;
providerAttributeRegistry: string;
fizzRegistry: string;
fizzAttributeRegistry: string;
escrow: string;
orderRequest: string;
resourceManager: string;
computeLease: string;
bid: string;
resourceRegistryCPU: string;
resourceRegistryGPU: string;
resourceRegistryFactory: string;
providerRewardManager: string;
fizzRewardManager: string;
rewardToken: string;
USDT: string;
USDC: string;
DAI: string;
WETH: string;
};
};
//# sourceMappingURL=addresses.d.ts.map