Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
chore: update testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Aug 2, 2023
1 parent 8801c40 commit af350a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addresses/420.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolRewards": "0x421B6ad0CdD20bE3636F3511B6ae244d8F668dB1"
"ProtocolRewards": "0x8237F421357F87a23ed0CFf3a5586172F210A21B"
}
2 changes: 1 addition & 1 deletion addresses/5.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolRewards": "0x8Ca5e648C5dFEfcdDa06d627F4b490B719ccFD98"
"ProtocolRewards": "0xD70de31dA9B9FD35aCa0D299f2850b4077024310"
}
2 changes: 1 addition & 1 deletion addresses/84531.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolRewards": "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE"
"ProtocolRewards": "0xF62b0d56BA617F803DF1C464C519FF7D29451B2f"
}
2 changes: 1 addition & 1 deletion addresses/999.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolRewards": "0xF62b0d56BA617F803DF1C464C519FF7D29451B2f"
"ProtocolRewards": "0x39Bcc1e15b8ec15684F17fEf298151F4A544B591"
}
8 changes: 4 additions & 4 deletions wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export default defineConfig({
{
name: 'ProtocolRewards',
address: {
5: '0x8Ca5e648C5dFEfcdDa06d627F4b490B719ccFD98',
420: '0x421B6ad0CdD20bE3636F3511B6ae244d8F668dB1',
999: '0xF62b0d56BA617F803DF1C464C519FF7D29451B2f',
84531: '0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE',
5: '0xD70de31dA9B9FD35aCa0D299f2850b4077024310',
420: '0x8237F421357F87a23ed0CFf3a5586172F210A21B',
999: '0x39Bcc1e15b8ec15684F17fEf298151F4A544B591',
84531: '0xF62b0d56BA617F803DF1C464C519FF7D29451B2f',
},
abi: [
{
Expand Down

0 comments on commit af350a2

Please sign in to comment.