Skip to content

Commit

Permalink
Fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Feb 8, 2024
1 parent e55f33b commit be63fff
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Multi-Chain/polygon-plasma-bridge/ethereum.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: "1.0.0"

name: "polygon-plasma-bridge"
name: "multi-chain-polygon-plasma-bridge-eth"
version: "0.0.1"
runner:
node:
Expand Down
4 changes: 2 additions & 2 deletions Multi-Chain/polygon-plasma-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "polygon-plasma-bridge",
"name": "multi-chain-polygon-plasma-bridge",
"version": "0.0.1",
"description": "This sample project indexes transactions on the Plasma Bridge, transferring assets from Polygon to Ethereum",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,4 +34,4 @@
"ethers": "^5.7.2",
"typescript": "4.5.5"
}
}
}
2 changes: 1 addition & 1 deletion Multi-Chain/safe/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ethereum-snapshot",
"name": "multichain-safe",
"version": "0.0.1",
"description": "This project indexes Safe multisig signatures data from various chains",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/arbitrum.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: arbitrum-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/bsc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: bsc-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/fantom.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: fantom-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/gnosis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: gnosis-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/goerli.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: goreli-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/matic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: matic-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down
2 changes: 1 addition & 1 deletion Multi-Chain/snapshot/op.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 1.0.0
version: 0.0.1
name: ethereum-snapshot
name: op-snapshot
description: This project indexes the Snapshot Protocol delegation data from various chains
runner:
node:
Expand Down

0 comments on commit be63fff

Please sign in to comment.