From 225db5720e6b5ff8866e2e1ee278b8cbbeedfac4 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Thu, 19 May 2022 20:23:22 -0700 Subject: [PATCH] Adding crypto chicks to the list of nfts so i can coom --- app/nft.py | 11 ++++++----- helm/values.yaml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/nft.py b/app/nft.py index 0a28723a..084d99ee 100644 --- a/app/nft.py +++ b/app/nft.py @@ -10,13 +10,14 @@ def get_nft(): # https://opensea.io/assets/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/1469 # In this case, "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d" collections = [ - "0xed5af388653567af2f388e6224dc7c4b3241c544", # Azuki - "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", # Bored Ape Yacht Club + "0x1981cc36b59cffdd24b01cc5d698daa75e367e04", # Crypto Chicks "0x5180db8f5c931aae63c74266b211f580155ecac8", # Crypto Coven - "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb", # Crypto Punks - "0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0", # Lazy Lions - "0xbd3531da5cf5857e7cfaa92426877b022e612cf8", # Pudgy Penguins "0x54a79ab6f5210fcb2c5fc914271a865003f15576", # Panda Astronaut Club + "0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0", # Lazy Lions + "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb", # Crypto Punks + "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", # Bored Ape Yacht Club + "0xbd3531da5cf5857e7cfaa92426877b022e612cf8", # Pudgy Penguins + "0xed5af388653567af2f388e6224dc7c4b3241c544", # Azuki ] url = ( "https://api.opensea.io/api/v1/bundles?limit=50&asset_contract_address=%s" diff --git a/helm/values.yaml b/helm/values.yaml index 5714577b..35f2615a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "201" + tag: "202" repository: ldooks/dragon-bot pullPolicy: IfNotPresent