Skip to content

Commit

Permalink
sepolia deploy (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidoracle authored Jan 16, 2024
1 parent 3b88e36 commit b72547b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [🔗 Moonbeam Subgraph Playground](https://thegraph.com/hosted-service/subgraph/bulla-network/bulla-contracts-moonbeam)
- [🔗 Arbitrum Subgraph Playground](https://thegraph.com/hosted-service/subgraph/bulla-network/bulla-contracts-arbitrum)
- [🔗 BNB Chain Subgraph Playground](https://thegraph.com/hosted-service/subgraph/bulla-network/bulla-contracts-bnb-chain)
- [🔗 Sepolia Subgraph Playground](https://thegraph.com/hosted-service/subgraph/bulla-network/bulla-contracts-sepolia)

### Available commands:

Expand All @@ -42,3 +43,4 @@
- Moonbeam: `https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-moonbeam`
- Arbitrum: `https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-arbitrum`
- BNB Chain: `https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-bnb-chain`
- Sepolia: `https://api.thegraph.com/subgraphs/name/bulla-network/bulla-contracts-sepolia`
11 changes: 11 additions & 0 deletions bulla-contracts/config/sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"network": "sepolia",
"apiVersion": "0.0.5",
"batchCreate": { "address": "0xbAB429068fc4A5455849f58C4Bf04F398e8006c1", "startBlock": 5096555 },
"bullaManager": { "address": "0x15C43c1483816C0DEfcb3154b09A9e450d139033", "startBlock": 5096555 },
"bullaClaim": { "address": "0x3702D060cbB102b6AebF40B40880F77BeF3d7225", "startBlock": 5096555 },
"bullaBanker": { "address": "0x5369F71e1Fe238f0e6D938c734E2D2aE7296F362", "startBlock": 5096555 },
"bullaFinance": { "address": "0xB219ecd037E8A5410d2e8839586D9F3996685cfB", "startBlock": 5096555 },
"frendLend": { "address": "0x3E058834CE20A54F0755889c008D3fF62D33cE85", "startBlock": 5096555 },
"instantPayment": { "address": "0x1cD1A83C2965CB7aD55d60551877Eb390e9C3d7A", "startBlock": 5096555 }
}
4 changes: 3 additions & 1 deletion bulla-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"prep:fuse": "mustache config/fuse.json template.yaml > subgraph.yaml",
"prep:optimism": "mustache config/optimism.json template.yaml > subgraph.yaml",
"prep:bnb_chain": "mustache config/bnb_chain.json template.yaml > subgraph.yaml",
"prep:sepolia": "mustache config/sepolia.json template.yaml > subgraph.yaml",
"deploy:mainnet": "yarn prep:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-mainnet",
"deploy:goerli": "yarn prep:goerli && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-goerli",
"deploy:base": "yarn prep:base && graph deploy --studio bulla-contracts-base",
Expand All @@ -37,7 +38,8 @@
"deploy:arbitrum": "yarn prep:arbitrum && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-arbitrum",
"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: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 --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs bulla-network/bulla-contracts-sepolia"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.49.0",
Expand Down

0 comments on commit b72547b

Please sign in to comment.