Skip to content

Commit c8fef3d

Browse files
author
Ken Erwin
committed
🐛 Mountain of fixes, updated ethers.js, fixed opensea updates for new api, etc.
1 parent 62faef5 commit c8fef3d

File tree

12 files changed

+487
-1151
lines changed

12 files changed

+487
-1151
lines changed

backend/chart/values/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONTRACT_ADDRESS: "0x015a06a433353f8db634df4eddf0c109882a15ab"
55
CONTRACT_WRAPPER_ADDRESS: "0x050dc61dfb867e0fe3cf2948362b6c0f3faf790b"
66
URLS:
77
- "api.pixelmap.dev"
8-
WEB3_URL: "wss://mainnet.infura.io/ws/v3/1e060d0190124285a48e3fe7165e3282"
8+
WEB3_URL: # pass in via CLI
99

1010
#AWS_BUCKET_NAME: "pixelmap.dev"
1111
#AWS_ID: # Pass in via CLI!

backend/chart/values/prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ CONTRACT_WRAPPER_ADDRESS: "0x050dc61dfb867e0fe3cf2948362b6c0f3faf790b"
66
URLS:
77
- "api.pixelmap.io"
88
- "api.pixelmap.com"
9-
WEB3_URL: "wss://mainnet.infura.io/ws/v3/1e060d0190124285a48e3fe7165e3282"
9+
WEB3_URL: # Pass in via CLI
1010
image: 389059433654.dkr.ecr.us-east-1.amazonaws.com/backend:1.3.2
1111
SYNC_TO_AWS: "true"

0 commit comments

Comments
 (0)