Skip to content

Commit

Permalink
Merge branch 'v0.11.9' of github.com:KenshiTech/unchained into v0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iDmple committed Feb 24, 2024
2 parents 9822503 + 82933ba commit 25246b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions conf.broker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ rpc:
plugins:
uniswap:
schedule:
arbitrum: 100
ethereum: 5000

tokens:
- name: ethereum
chain: ethereum
pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
delta: 6
delta: 12
invert: true
unit: USDT

Expand Down
3 changes: 1 addition & 2 deletions conf.remote.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ rpc:
plugins:
uniswap:
schedule:
arbitrum: 100
ethereum: 5000

tokens:
- name: ethereum
chain: ethereum
pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
delta: 6
delta: 12
invert: true
unit: USDT

Expand Down
2 changes: 1 addition & 1 deletion conf.standalone.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
- name: ethereum
chain: ethereum
pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
delta: 6
delta: 12
invert: true
unit: USDT
send: false
Expand Down
3 changes: 1 addition & 2 deletions conf.worker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ rpc:
plugins:
uniswap:
schedule:
arbitrum: 100
ethereum: 5000

tokens:
- name: ethereum
chain: ethereum
pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
delta: 6
delta: 12
invert: true
unit: USDT
send: true
Expand Down
3 changes: 1 addition & 2 deletions quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,13 @@ rpc:
plugins:
uniswap:
schedule:
arbitrum: 100
ethereum: 5000

tokens:
- name: ethereum
chain: ethereum
pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
delta: 6
delta: 12
invert: true
unit: USDT
send: true
Expand Down

0 comments on commit 25246b5

Please sign in to comment.