Skip to content

Commit be63fff

Browse files
committed
Fix CI issues
1 parent e55f33b commit be63fff

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Multi-Chain/polygon-plasma-bridge/ethereum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: "1.0.0"
22

3-
name: "polygon-plasma-bridge"
3+
name: "multi-chain-polygon-plasma-bridge-eth"
44
version: "0.0.1"
55
runner:
66
node:

Multi-Chain/polygon-plasma-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "polygon-plasma-bridge",
2+
"name": "multi-chain-polygon-plasma-bridge",
33
"version": "0.0.1",
44
"description": "This sample project indexes transactions on the Plasma Bridge, transferring assets from Polygon to Ethereum",
55
"main": "dist/index.js",
@@ -34,4 +34,4 @@
3434
"ethers": "^5.7.2",
3535
"typescript": "4.5.5"
3636
}
37-
}
37+
}

Multi-Chain/safe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ethereum-snapshot",
2+
"name": "multichain-safe",
33
"version": "0.0.1",
44
"description": "This project indexes Safe multisig signatures data from various chains",
55
"main": "dist/index.js",

Multi-Chain/snapshot/arbitrum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: arbitrum-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/bsc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: bsc-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/fantom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: fantom-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/gnosis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: gnosis-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/goerli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: goreli-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/matic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: matic-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

Multi-Chain/snapshot/op.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
specVersion: 1.0.0
22
version: 0.0.1
3-
name: ethereum-snapshot
3+
name: op-snapshot
44
description: This project indexes the Snapshot Protocol delegation data from various chains
55
runner:
66
node:

0 commit comments

Comments
 (0)