Skip to content

Commit

Permalink
Merge pull request #146 from sygmaprotocol/tcar/update-weth-address
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 committed Aug 8, 2024
2 parents 6c7e24e + cde0fe9 commit 28b6080
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000001100",
"assetTokenMinBalance": "500"
},
{
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000003000",
"assetTokenMinBalance": "20"
}
],
"accountAddresses": [],
Expand Down Expand Up @@ -360,6 +365,11 @@
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000001100",
"assetTokenMinBalance": "500"
},
{
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000003000",
"assetTokenMinBalance": "20"
}
],
"accountAddresses": [],
Expand Down Expand Up @@ -461,7 +471,19 @@
"topic": "TEST-relayer-low-balance"
}
],
"assetBalanceData": []
"assetBalanceData": [
{
"assets": [
{
"resourceId":
"0x0000000000000000000000000000000000000000000000000000000000003000",
"assetTokenMinBalance": "20"
}
],
"accountAddresses": [],
"topic": ""
}
]
},
{
"id": 16,
Expand Down
4 changes: 2 additions & 2 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,9 @@
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000003000",
"caip19": "eip155:1993/erc20:0x4130276422F93f567730CD0A66437E0421F6E502",
"caip19": "eip155:1993/erc20:0x3538f4C55893eDca690D1e4Cf9Fb61FB70cd0DD8",
"type": "fungible",
"address": "0x4130276422F93f567730CD0A66437E0421F6E502",
"address": "0x3538f4C55893eDca690D1e4Cf9Fb61FB70cd0DD8",
"symbol": "WETH",
"decimals": 18
}
Expand Down

0 comments on commit 28b6080

Please sign in to comment.