Skip to content

Commit

Permalink
polygon deploy (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidoracle authored May 27, 2024
1 parent e5200b1 commit a00c955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bulla-contracts/config/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
4 changes: 2 additions & 2 deletions bulla-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a00c955

Please sign in to comment.