diff --git a/packages/fund-clearing-network/networkimage.svg b/packages/fund-clearing-network/networkimage.svg
new file mode 100644
index 0000000..73b8e10
--- /dev/null
+++ b/packages/fund-clearing-network/networkimage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/fund-clearing-network/networkimageanimated.svg b/packages/fund-clearing-network/networkimageanimated.svg
new file mode 100644
index 0000000..f72af39
--- /dev/null
+++ b/packages/fund-clearing-network/networkimageanimated.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/fund-clearing-network/package.json b/packages/fund-clearing-network/package.json
index cd8937c..a779948 100644
--- a/packages/fund-clearing-network/package.json
+++ b/packages/fund-clearing-network/package.json
@@ -5,8 +5,8 @@
"name": "fund-clearing-network",
"version": "0.2.4",
"description": "Sample network to facilitate the transafer of funds between participants",
- "networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/basic-sample-network/networkimage.svg",
- "networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/basic-sample-network/networkimageanimated.svg",
+ "networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/fund-clearing-network/networkimage.svg",
+ "networkImageanimated": "https://hyperledger.github.io/composer-sample-networks/packages/fund-clearing-network/networkimageanimated.svg",
"scripts": {
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/fund-clearing-network.bna",
"pretest": "npm run lint",