Skip to content

Commit

Permalink
Merge pull request #155 from sygmaprotocol/mmuftic/update-erc20-handlers
Browse files Browse the repository at this point in the history
chore: update erc20 handlers
  • Loading branch information
MakMuftic authored Aug 28, 2024
2 parents 1951839 + 8a0ec50 commit b1b8ce6
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"bridge": "0x4CF326d3817558038D1DEF9e76b727202c3E8492",
"handlers": [
{
"type": "erc20",
"type": "erc20",
"address": "0xa65387feCb172ffF8A0aabA323A10c63757BBFA6"
},
{
"type": "erc20",
"address": "0xb7609765549bf6a5f93a22ec394e64de2b31f3e0"
"type": "erc20",
"address": "0xFFFFAa3fE6df9a5Fcb31855004B734b5749e7D2F"
},
{
"type": "erc721",
Expand Down Expand Up @@ -50,11 +50,15 @@
},
{
"address": "0x6a5c39db255D55F77ccA590418EB4175Ec02Ea37",
"type": "twap"
"type": "twap"
},
{
"address": "0x52C09318436d729c212B582A0b2Aba2952da0a05",
"type": "twap"
"type": "twap"
},
{
"address": "0x0e5F28d6874938CF1504Fe65Fa491E1BA7891B6A",
"type": "twap"
}
],
"resources": [
Expand Down Expand Up @@ -451,7 +455,7 @@
},
{
"type": "erc20",
"address": "0x1a2191d93020fcb9a80e72b034efd53467324e8f"
"address": "0x3b0f996C474c91de56617da13a52B22BB659D18E"
},
{
"type": "permissionlessGeneric",
Expand Down Expand Up @@ -484,6 +488,10 @@
{
"address": "0x816bb9E810b6b97840F6818bF21Fa25DD7364132",
"type": "twap"
},
{
"address": "0x4Cd7786e926B1f3D5c8Ecb338C6ad2aBaFc44948",
"type": "twap"
}
],
"resources": [
Expand Down Expand Up @@ -717,7 +725,7 @@
},
{
"type": "erc20",
"address": "0xe4caab2677145a5370cd27da74aad4d781713fdd"
"address": "0x46b535f52237a9621dce4d506744056b10d2AD7D"
},
{
"type": "permissionlessGeneric",
Expand All @@ -742,6 +750,10 @@
{
"address": "0xA6Cd2A4c41946fAADACf88a87A50997B04abE557",
"type": "percentage"
},
{
"address": "0xfA520bE56053AFAbd82cE48BeCc5fa277DBda982",
"type": "twap"
}
],
"resources": [
Expand Down

0 comments on commit b1b8ce6

Please sign in to comment.