Skip to content

Commit

Permalink
chore: changed inEVM dummy bond
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Mar 7, 2024
1 parent 9c568ae commit d556e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"index": 6000,
"contractAddress": {
"2525": "0xB9EFa83AEF4e1ecfbf03A04686A41Eb05bc17EC0"
"2525": "0x816373ed631e8D1aAc0C81eB5FBA0159A140f701"
},
"billType": "reserve",
"billVersion": "V3",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const bills: BillsConfig[] = [
{
index: 6000,
contractAddress: {
[ChainId.INEVM]: '0xB9EFa83AEF4e1ecfbf03A04686A41Eb05bc17EC0',
[ChainId.INEVM]: '0x816373ed631e8D1aAc0C81eB5FBA0159A140f701',
},
billType: 'reserve',
billVersion: BillVersion.V3,
Expand Down

0 comments on commit d556e7b

Please sign in to comment.