Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add 4 new chains #43

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ PROVIDER_42161= ""
PROVIDER_1101= ""
#Base
PROVIDER_8453= ""
#Mantle
PROVIDER_5000= ""
#Immutable zkEVM
PROVIDER_13771= ""
#Manta
PROVIDER_169= ""
#Blast
PROVIDER_81457= ""

#Github auth token (used to generate a gist for diff tables)
KEEPER_GITHUB_AUTH_TOKEN= ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish-image": "chmod +x ./scripts/publish.sh && ./scripts/publish.sh"
},
"dependencies": {
"@angleprotocol/sdk": "0.26.14",
"@angleprotocol/sdk": "^0.34.11",
"@google-cloud/secret-manager": "^4.2.2",
"@octokit/rest": "19.0.13",
"@types/chai": "^4.3.6",
Expand Down
20 changes: 20 additions & 0 deletions scripts/templates/cloudrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,26 @@ spec:
secretKeyRef:
key: latest
name: PROVIDER_100
- name: PROVIDER_169
valueFrom:
secretKeyRef:
key: latest
name: PROVIDER_169
- name: PROVIDER_5000
valueFrom:
secretKeyRef:
key: latest
name: PROVIDER_5000
- name: PROVIDER_13371
valueFrom:
secretKeyRef:
key: latest
name: PROVIDER_13771
- name: PROVIDER_8147
valueFrom:
secretKeyRef:
key: latest
name: PROVIDER_81457
- name: DISCORD_TOKEN
valueFrom:
secretKeyRef:
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@angleprotocol/sdk@0.26.14":
version "0.26.14"
resolved "https://npm.pkg.github.com/download/@angleprotocol/sdk/0.26.14/06a1915797f3351011bf510ea3847aafb0183f06#06a1915797f3351011bf510ea3847aafb0183f06"
integrity sha512-amfvdAj6JM7RA0egpkZ3HhVF+7pJA68Z4UARGFwdRpBu6fQXd+JSHYGE0PqquxU5ujyp4+JdRHeOtdg6RVJ23Q==
"@angleprotocol/sdk@^0.34.11":
version "0.34.11"
resolved "https://npm.pkg.github.com/download/@angleprotocol/sdk/0.34.11/4bb431205519c44e1998df87bf54380e2173e12b#4bb431205519c44e1998df87bf54380e2173e12b"
integrity sha512-5fuoDMfAn6EvpwI9H/WJloO7A8WHAVOCd6CR6sXOXEsgIXlv8AnUj91Uop3/BD6hbl1RpiRV7kNcHQvOtxRmyA==
dependencies:
"@apollo/client" "^3.7.17"
"@typechain/ethers-v5" "^10.0.0"
Expand Down
Loading