diff --git a/bulla-contracts/config/polygon.json b/bulla-contracts/config/polygon.json index 996fa82..672691c 100644 --- a/bulla-contracts/config/polygon.json +++ b/bulla-contracts/config/polygon.json @@ -7,5 +7,6 @@ "bullaBanker": { "address": "0x85Acc8E44d732eFF1ddec75a1ee93D6e4A033eF8", "startBlock": 20494269 }, "bullaFinance": { "address": "0xF7d793dc425E64CA93Cf92bb6cfF6173bdbA3995", "startBlock": 42734027 }, "frendLend": { "address": "0x60b49BB18b60dE3A95235A4d5F42062dD1D461E2", "startBlock": 42734027 }, - "instantPayment": { "address": "0x712359c61534c5da10821c09d0e9c7c2312e1d91", "startBlock": 26553589 } + "instantPayment": { "address": "0x712359c61534c5da10821c09d0e9c7c2312e1d91", "startBlock": 26553589 }, + "bullaFactoring": { "address": "0xb29218C74Bc6211092A288579be681187E21aFd8", "startBlock": 57447062 } } diff --git a/bulla-contracts/package.json b/bulla-contracts/package.json index da97ea9..e057011 100644 --- a/bulla-contracts/package.json +++ b/bulla-contracts/package.json @@ -28,7 +28,7 @@ "deploy:base": "yarn prep:base && graph deploy --studio bulla-contracts-base", "deploy:base_goerli": "yarn prep:base_goerli && graph deploy --studio bulla-contracts-base-testnet", "deploy:rinkeby": "yarn prep:rinkeby && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-rinkby", - "deploy:polygon": "yarn prep:polygon && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-polygon", + "deploy:polygon": "yarn prep:polygon && graph deploy --studio bulla-contracts-polygon", "deploy:harmony": "yarn prep:harmony && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-harmony", "deploy:gnosis": "yarn prep:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-gnosis", "deploy:avalanche": "yarn prep:avalanche && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-avalanche", @@ -39,7 +39,7 @@ "deploy:fuse": "yarn prep:fuse && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-fuse", "deploy:optimism": "yarn prep:optimism && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-optimism", "deploy:bnb_chain": "yarn prep:bnb_chain && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-bnb-chain", - "deploy:sepolia": "yarn prep:sepolia && graph deploy --studio bulla-contracts-sepolia " + "deploy:sepolia": "yarn prep:sepolia && graph deploy --studio bulla-contracts-sepolia" }, "devDependencies": { "@graphprotocol/graph-cli": "0.49.0",