@streamr/config
Advanced tools
Comparing version 5.1.2 to 5.2.0
@@ -142,2 +142,3 @@ export declare const config: { | ||
}; | ||
blockExplorerUrl: string; | ||
}; | ||
@@ -159,2 +160,3 @@ optGoerli: { | ||
}; | ||
blockExplorerUrl: string; | ||
}; | ||
@@ -183,2 +185,3 @@ ethereum: { | ||
}; | ||
blockExplorerUrl: string; | ||
}; | ||
@@ -215,2 +218,3 @@ gnosis: { | ||
}; | ||
blockExplorerUrl: string; | ||
}; | ||
@@ -232,2 +236,3 @@ binance: { | ||
}; | ||
blockExplorerUrl: string; | ||
}; | ||
@@ -254,2 +259,3 @@ polygon: { | ||
ENSCache: string; | ||
ENSCacheV2: string; | ||
Marketplace: string; | ||
@@ -278,2 +284,3 @@ MarketplaceV3: string; | ||
}; | ||
blockExplorerUrl: string; | ||
theGraphUrl: string; | ||
@@ -327,2 +334,3 @@ entryPoints: { | ||
theGraphUrl: string; | ||
blockExplorerUrl: string; | ||
entryPoints: { | ||
@@ -329,0 +337,0 @@ nodeId: string; |
@@ -160,3 +160,4 @@ "use strict"; | ||
"cUSD": "0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1" | ||
} | ||
}, | ||
"blockExplorerUrl": "https://alfajores.celoscan.io" | ||
}, | ||
@@ -179,3 +180,4 @@ "optGoerli": { | ||
"DAI": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1" | ||
} | ||
}, | ||
"blockExplorerUrl": "https://goerli-optimism.etherscan.io" | ||
}, | ||
@@ -203,3 +205,4 @@ "ethereum": { | ||
"core-api": "0xf3E5A65851C3779f468c9EcB32E6f25D9D68601a" | ||
} | ||
}, | ||
"blockExplorerUrl": "https://etherscan.io" | ||
}, | ||
@@ -240,3 +243,4 @@ "gnosis": { | ||
"XDATA": "0xE4a2620edE1058D61BEe5F45F6414314fdf10548" | ||
} | ||
}, | ||
"blockExplorerUrl": "https://gnosisscan.io" | ||
}, | ||
@@ -262,3 +266,4 @@ "binance": { | ||
"xdaiBridge": "0xa93ee7b4a7215f7e725437a6b6d7a4e7fe1dd8f0" | ||
} | ||
}, | ||
"blockExplorerUrl": "https://bscscan.com" | ||
}, | ||
@@ -290,2 +295,3 @@ "polygon": { | ||
"ENSCache": "0xEd9d3D29c25e197677DD84E3f7D81cCCD613B2bF", | ||
"ENSCacheV2": "0xEd9d3D29c25e197677DD84E3f7D81cCCD613B2bF", | ||
"Marketplace": "0x058FbB3Cf628EE51CE8864C9Ee8350f81E495A7D", | ||
@@ -308,3 +314,3 @@ "MarketplaceV3": "0x1e9c22B4C92ce78Fe489C72f9D070C583D8359C3", | ||
"OperatorDefaultExchangeRatePolicy": "0xE8F511bB4888D16D81acab7ab1c05A356E37237f", | ||
"OperatorDefaultUndelegationPolicy": "0xd8b272DCBaAA206E3607220789890113c79C9212", | ||
"OperatorDefaultUndelegationPolicy": "0x61Ef59166b12B5ECe6DE8083B9d2c050036C557e", | ||
"OperatorFactory": "0x935734e66729b69260543Cf6e5EfeB42AC962183", | ||
@@ -315,3 +321,4 @@ "Uniswap2Router": "0xa5E0829CaCEd8fFDD4De3c43696c57F7D7A678ff", | ||
}, | ||
// eslint-disable-next-line max-len | ||
"blockExplorerUrl": "https://polygonscan.com", | ||
// eslint-disable-next-line max-len | ||
"theGraphUrl": "https://gateway-arbitrum.network.thegraph.com/api/dd0022f5d4d06f3bd55e0c757912fb7d/subgraphs/id/EGWFdhhiWypDuz22Uy7b3F69E9MEkyfU9iAQMttkH5Rj", | ||
@@ -377,2 +384,3 @@ "entryPoints": [ | ||
"theGraphUrl": "https://api.thegraph.com/subgraphs/name/streamr-dev/network", | ||
"blockExplorerUrl": "https://mumbai.polygonscan.com", | ||
"entryPoints": [ | ||
@@ -379,0 +387,0 @@ { |
{ | ||
"version": "5.1.2", | ||
"version": "5.2.0", | ||
"name": "@streamr/config", | ||
@@ -4,0 +4,0 @@ "description": "Zero dependency package that contains Streamr Network smart contract addresses", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33770
733