Skip to content

Commit

Permalink
Merge pull request #607 from maticnetwork/gyd-custom-zkevm-token
Browse files Browse the repository at this point in the history
new: GYD token added to mapped token list
  • Loading branch information
py-zoid committed May 8, 2024
2 parents 4b94539 + 0fb1706 commit 0721669
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/tokens/mappedTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -61558,5 +61558,40 @@
]
}
]
},
{
"chainId": 1,
"name": "Gyro Dollar",
"symbol": "GYD",
"decimals": 18,
"originTokenAddress": "0xe07F9D810a48ab5c3c914BA3cA53AF14E4491e8A",
"originNetworkId": 0,
"tags": [
"erc20"
],
"wrappedTokens": [
{
"chainId": 1101,
"wrappedTokenAddress": "0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8",
"wrappedNetworkId": 1,
"tags": [
"zkevmMessageBridge",
"erc20"
],
"originChainBridgeAdapter": "0xF3387a880998C9B9169bc9973E8826Fc9035c171",
"wrappedChainBridgeAdapter": "0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8"
},
{
"chainId": 1101,
"wrappedTokenAddress": "0x9496C473A7b1809dE32198aE1C23a7Ba844D9f6d",
"tags": [
"lxly",
"erc20",
"legacy",
"noDeposit"
],
"wrappedNetworkId": 1
}
]
}
]

0 comments on commit 0721669

Please sign in to comment.