Skip to content

Commit

Permalink
Merge pull request #30 from nissan/nissan/fix-config-json
Browse files Browse the repository at this point in the history
amend trail_head_blocks and registry_address to allow successful localhost running of node
  • Loading branch information
stelios-ritual authored Oct 7, 2024
2 parents 815fb81 + 841e49b commit 9b69f49
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
- ##### The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- ##### This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2024-07-31

### Changed
- Set `trail_head_blocks` to `0` in `config.json` for all projects. This fixes an issue where the node would not start due to a lack of trailing blocks.
- Updated `registry_address` to `0x663F3ad617193148711d28f5334eE4Ed07016602` to point to the correct registry address

## [1.0.1] - 2024-07-31

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions projects/gpt4/container/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/hello-world/container/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/onnx-iris/container/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/payment/container/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/prompt-to-nft/container/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/tgi-llm/container/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down
4 changes: 2 additions & 2 deletions projects/torch-iris/container/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"chain": {
"enabled": true,
"trail_head_blocks": 3,
"trail_head_blocks": 0,
"rpc_url": "http://host.docker.internal:8545",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"registry_address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
"wallet": {
"max_gas_limit": 4000000,
"private_key": "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d",
Expand Down

0 comments on commit 9b69f49

Please sign in to comment.