@spheron/protocol-sdk
Version:
Spheron Protocol SDK
75 lines • 3.64 kB
TypeScript
export declare const AccessControlManagerTestnet = "0x87D3440372293aCf9149552546F7141AAe05Be91";
export declare const TokenRegistryTestnet = "0x032666197A5d9329e717800FC90E8C951bA12290";
export declare const ProviderRegistryTestnet = "0x7fDE3748e8AE27CaF506A47601acAf3B6AEaC34f";
export declare const ProviderAttributeRegistryTestnet = "0x87B49A9b928b06AA5782cB7ec495da8c507CaADC";
export declare const FizzRegistryTestnet = "0x6057730B3B355A111061D63d2D7399D8d51aac58";
export declare const FizzAttributeRegistryTestnet = "0x24A05B480235Ccb450bf7Ce7e9F65072Ed732292";
export declare const EscrowTestnet = "0x3854Be113E7B1C7fD8CF4805dF6c7f30d1FA1bC6";
export declare const OrderRequestTestnet = "0x1fdf629E5A90eE4FAab1336a23c41A0Cab8CbA9d";
export declare const ResourceManagerTestnet = "0x270d622149F46fFc72A9fD5A8cF92D1FdE5AD5E0";
export declare const ComputeLeaseTestnet = "0x9C0a16a41d2b0fFc14e6f20Da1368b1FD93bD7e5";
export declare const BidTestnet = "0x27930D6ee40E8DB57c713f063f4a97dc37dC3ffb";
export declare const ResourceRegistryCPUTestnet = "0x67B8c2201Eef00d1a8193a2aF301312DD21a286B";
export declare const ResourceRegistryGPUTestnet = "0x2B73F279044347A3B6c9F122Ec6b479b6C2beAc9";
export declare const ResourceRegistryFactoryTestnet = "0xbb132eB1b36D87ef7Ac63c95c05a8a56eCDac3fd";
export declare const ProviderRewardsManagerTestnet = "0x6fdbbD18A7575C0125c56Be4AfDbd1392C2be118";
export declare const FizzRewardsManagerTestnet = "0xa0b6c8A205fe0B6851BA4Cc2f91BBE530A670519";
export declare const RewardTokenTestnet = "0xB28aA1E5074AE0222cf764e2934182775Ee7AB42";
export declare const FizzNodeRewardTokenTestnet = "0xA2400EFe3d7a9E2281F32A66Df18CFFE651c69f3";
export declare const USDTTestnet = "0x96Ca5955F25648FB44C5D772BAdB4313000C66Fe";
export declare const USDCTestnet = "0x816413630c39780677E1584D4a6DbAFd76b161F7";
export declare const DAITestnet = "0xcF5F08686dBE94B88b93FB2E8E5482A7f432C892";
export declare const WETHTestnet = "0xd74C08f8ffDF88C807367813Ad64a960618f4dcC";
export declare const CSTTestnet = "0x8E5996A3963011Ca9dFa04E3CB773147F98C0e17";
export declare const SPONTestnet = "0x8E5996A3963011Ca9dFa04E3CB773147F98C0e17";
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;
CST: 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;
CST: string;
};
};
//# sourceMappingURL=addresses.d.ts.map