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: switch server to use l2 contract address #69

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .aws/fname-registry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"name": "MNEMONIC"
},
{
"valueFrom": "arn:aws:ssm:us-east-1:526236635984:parameter/FNAME_REGISTRY_GOERLI_ALCHEMY_SECRET",
"name": "GOERLI_ALCHEMY_SECRET"
"valueFrom": "arn:aws:ssm:us-east-1:526236635984:parameter/FNAME_REGISTRY_OP_ALCHEMY_SECRET",
"name": "OP_ALCHEMY_SECRET"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sds please set this whenever you get a chance.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
{
"valueFrom": "arn:aws:ssm:us-east-1:526236635984:parameter/FNAME_REGISTRY_MAINNET_ALCHEMY_SECRET",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Run tests
env:
GOERLI_ALCHEMY_SECRET: 'dummy'
OP_ALCHEMY_SECRET: 'dummy'
MAINNET_ALCHEMY_SECRET: 'dummy'
INFURA_PROJECT_ID: 'dummy'
INFURA_PROJECT_SECRET: 'dummy'
Expand Down
412 changes: 244 additions & 168 deletions src/abi/IdRegistry.ts

Large diffs are not rendered by default.

Loading
Loading