Skip to content

Commit

Permalink
Merge pull request #22 from starsquidnodes/fix-camelot
Browse files Browse the repository at this point in the history
Fix camelot config for testnet
  • Loading branch information
starsquidnodes authored Jul 29, 2024
2 parents a8beecd + ffa8fc0 commit 8dae744
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
34 changes: 34 additions & 0 deletions toml/testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ threshold = "2"
name = "astroport_neutron"
url_set = "api_neutron"

[[provider_endpoints]]
name = "camelotv3"
url_set = "rpc_arbitrum"

[[provider_endpoints]]
name = "dexter"
url_set = "api_persistence"
Expand Down Expand Up @@ -333,3 +337,33 @@ SHDMNTA = "secret1hyypq9cd207z2rrsxc7jdtljvfqdeu3gzafs87"
[contract_addresses.uniswapv3]
USDCWETH = "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
WSTETHWETH = "0x109830a1AAaD605BbF02a9dFA7B0B92EC2FB7dAa"

[decimals.osmosisv2]
JUNO = 6
KUJI = 6
OSMO = 6
SOMM = 6
STARS = 6
WHALE = 6

[decimals.finv2]
AQLA = 6
FUZN = 6
KART = 6
KUJI = 6
MNTA = 6
NSTK = 6
SOMM = 6
STARS = 6
USDC = 6
USK = 6
WHALE = 6
WINK = 6

[decimals.whitewhale_whale]
USDC = 6
WHALE = 6

[decimals.camelotv3]
KUJI = 6
WETH = 18
30 changes: 30 additions & 0 deletions yaml/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ url_sets:
endpoints:
astroport_neutron:
url_set: api_neutron
camelotv3:
url_set: rpc_arbitrum
dexter:
url_set: api_persistence
finv2:
Expand Down Expand Up @@ -180,3 +182,31 @@ deviation_thresholds:
USDT: 2
STATOM: 2
STKATOM: 2

decimals:
osmosisv2:
JUNO: 6
KUJI: 6
OSMO: 6
SOMM: 6
STARS: 6
WHALE: 6
finv2:
AQLA: 6
FUZN: 6
KART: 6
KUJI: 6
MNTA: 6
NSTK: 6
SOMM: 6
STARS: 6
USDC: 6
USK: 6
WHALE: 6
WINK: 6
whitewhale_whale:
USDC: 6
WHALE: 6
camelotv3:
KUJI: 6
WETH: 18

0 comments on commit 8dae744

Please sign in to comment.