Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update example token config to fetch metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Mar 23, 2023
1 parent 7eb849d commit 6fda2e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions configs/warp-route-token-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,18 @@
},
"alfajores": {
"type": "synthetic",
"name": "Weth",
"symbol": "WETH",
"totalSupply": 0,
"owner": "0x5bA371aeA18734Cb7195650aFdfCa4f9251aa513",
"mailbox": "0xCC737a94FecaeC165AbCf12dED095BB13F037685",
"interchainGasPaymaster": "0xF90cB82a76492614D07B82a7658917f3aC811Ac1"
},
"fuji": {
"type": "synthetic",
"name": "Weth",
"symbol": "WETH",
"totalSupply": 0,
"owner": "0x5bA371aeA18734Cb7195650aFdfCa4f9251aa513",
"mailbox": "0xCC737a94FecaeC165AbCf12dED095BB13F037685",
"interchainGasPaymaster": "0xF90cB82a76492614D07B82a7658917f3aC811Ac1"
},
"moonbasealpha": {
"type": "synthetic",
"name": "Weth",
"symbol": "WETH",
"totalSupply": 0,
"owner": "0x5bA371aeA18734Cb7195650aFdfCa4f9251aa513",
"mailbox": "0xCC737a94FecaeC165AbCf12dED095BB13F037685",
"interchainGasPaymaster": "0xF90cB82a76492614D07B82a7658917f3aC811Ac1"
Expand Down

1 comment on commit 6fda2e0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hardhat Coverage Report

Coverage for this commit
91.67% 0.00%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
contracts
   HypERC20.sol84.62%100%80%87.50%47
   HypERC20Collateral.sol100%100%100%100%
   HypERC721.sol100%100%100%100%
   HypERC721Collateral.sol84.62%100%83.33%85.71%25
   HypNative.sol86.67%100%80%87.50%65
contracts/extensions
   HypERC721URICollateral.sol100%100%100%100%
   HypERC721URIStorage.sol85.71%100%83.33%87.50%70
contracts/libs
   Message.sol80%100%80%80%23
   TokenRouter.sol100%100%100%100%

Please sign in to comment.