Skip to content

Commit d1cc9b7

Browse files
authored
Merge pull request #104 from valory-xyz/nvm_subscription_update
chore: creating subscription for NVM on Gnosis
2 parents ad2fa27 + 39925b4 commit d1cc9b7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitleaksignore

+4
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ c96219648ec4b71159e083f109625a0596aac4fd:scripts/deployment/globals_gnosis_mainn
5757
a74f51de3c65492928c92cb53389edfd0a666e01:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
5858
cbde72de44bf6395c29a49ae64a0bfc4c6dbd8bf:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
5959
d8cf59c8262265059500c2ed2790c19aee1d16f0:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
60+
58e312dd761e6571fad3aa3fb27d0d1bd4b55375:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
61+
c57df5039fd4af8690d29223479c36d2942dd91c:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
62+
56c5dfb2740f93d03bd42cf4892ed4944b19ff00:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
63+
cf6cd64b418ace3c970d6029924ebb6dda9eec69:scripts/deployment/globals_gnosis_mainnet.json:generic-api-key:1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"contractVerification":true,"useLedger":true,"derivationPath":"m/44'/60'/2'/0/0","providerName":"gnosis","networkURL":"https://rpc.gnosischain.com","gasPriceInGwei":"1","olasAddress":"0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f","bridgeMediatorAddress":"0x15bd56669F57192a97dF41A2aa8f4403e9491776","serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD","karmaAddress":"0xe3fd2799DBe6847b9161229e7F346F73b270E6A4","karmaProxyAddress":"0x2C602C7B590ABFc148d8c7c5e4d58c56Be1d304a","fee":"0","minResponseTimeout":"60","maxResponseTimeout":"300","drainerAddress":"0x153196110040A0c729227C603Db3A6c6D91851B2","wrappedNativeTokenAddress":"0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d","tokenCreditRatio":"","subscriptionNFTAddress":"","subscriptionTokenId":"","mechMarketplaceAddress":"0x2b6fF14b63859ef8740eCA6A3dA01F95E19F0480","mechMarketplaceProxyAddress":"0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB","mechFactoryNvmSubscriptionNativeAddress":"0x65fd74C29463afe08c879a3020323DD7DF02DA57","balanceTrackerNvmSubscriptionNativeAddress":"0x7D686bD1fD3CFF6E45a40165154D61043af7D67c","mechFactoryFixedPriceNativeAddress":"0x8b299c20F87e3fcBfF0e1B86dC0acC06AB6993EF","balanceTrackerFixedPriceNativeAddress":"0x21cE6799A22A3Da84B7c44a814a9c79ab1d2A50D","mechFactoryFixedPriceTokenAddress":"0x31ffDC795FDF36696B8eDF7583A3D115995a45FA","balanceTrackerFixedPriceTokenAddress":"0x53Bd432516707a5212A70216284a99A563aAC1D1"}
1+
{"contractVerification":true,"useLedger":true,"derivationPath":"m/44'/60'/2'/0/0","providerName":"gnosis","networkURL":"https://rpc.gnosischain.com","gasPriceInGwei":"1","olasAddress":"0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f","bridgeMediatorAddress":"0x15bd56669F57192a97dF41A2aa8f4403e9491776","serviceRegistryAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD","karmaAddress":"0xe3fd2799DBe6847b9161229e7F346F73b270E6A4","karmaProxyAddress":"0x2C602C7B590ABFc148d8c7c5e4d58c56Be1d304a","fee":"0","minResponseTimeout":"60","maxResponseTimeout":"300","drainerAddress":"0x153196110040A0c729227C603Db3A6c6D91851B2","wrappedNativeTokenAddress":"0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d","tokenCreditRatio":"990000000000000000000000000000","subscriptionNFTAddress":"0x1b5DeaD7309b56ca7663b3301A503e077Be18cba","subscriptionTokenId":"0xb0b28402e5a7229804579d4ac55b98a1dd94660d7a7eb4add78e5ca856f2aab7","mechMarketplaceAddress":"0x2b6fF14b63859ef8740eCA6A3dA01F95E19F0480","mechMarketplaceProxyAddress":"0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB","mechFactoryNvmSubscriptionNativeAddress":"0x65fd74C29463afe08c879a3020323DD7DF02DA57","balanceTrackerNvmSubscriptionNativeAddress":"0x7D686bD1fD3CFF6E45a40165154D61043af7D67c","mechFactoryFixedPriceNativeAddress":"0x8b299c20F87e3fcBfF0e1B86dC0acC06AB6993EF","balanceTrackerFixedPriceNativeAddress":"0x21cE6799A22A3Da84B7c44a814a9c79ab1d2A50D","mechFactoryFixedPriceTokenAddress":"0x31ffDC795FDF36696B8eDF7583A3D115995a45FA","balanceTrackerFixedPriceTokenAddress":"0x53Bd432516707a5212A70216284a99A563aAC1D1"}

scripts/deployment/test/NvmSubscriptionBalance.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const main = async () => {
1414
console.log("Deployer:", deployer.address);
1515

1616
// Get requester balances
17-
const accounts = ["", ""];
17+
const accounts = [""];
1818
const subscription = await ethers.getContractAt("MockNvmSubscriptionNative", parsedData.subscriptionNFTAddress);
1919
for (let i = 0; i < accounts.length; i++) {
2020
const subscriptionBalance = await subscription.balanceOf(accounts[i], parsedData.subscriptionTokenId);

0 commit comments

Comments
 (0)