Skip to content

Commit

Permalink
Merge pull request #157 from sygmaprotocol/mmuftic/switch-erc20-order…
Browse files Browse the repository at this point in the history
…-devnet

chore: change order of erc20 handlers
  • Loading branch information
mpetrun5 authored Aug 29, 2024
2 parents 50c51f7 + 507fd09 commit fe56a10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"type": "evm",
"bridge": "0x8c7ef673fdB8A91c70f85b7f9Cf5055C0D6B4410",
"handlers": [
{
"type": "erc20",
"address": "0x9354dD909416Be9405F174A9Fa81dD5D3F72bE5D"
},
{
"type":"erc20",
"address": "0xb9E2Ef56994D3FCeE782D89f8654e8916803A70e"
},
{
"type": "erc20",
"address": "0x9354dD909416Be9405F174A9Fa81dD5D3F72bE5D"
},
{
"type": "erc721",
"address": "0x482BBD2DA050dB6f2f6EAa9278408A116905826F"
Expand Down

0 comments on commit fe56a10

Please sign in to comment.