Skip to content

Commit

Permalink
feat: swtich server to use l2 contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu committed Aug 15, 2023
1 parent 1147277 commit cd1d7f9
Show file tree
Hide file tree
Showing 7 changed files with 1,155 additions and 754 deletions.
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"
},
{
"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

0 comments on commit cd1d7f9

Please sign in to comment.