Skip to content

Commit

Permalink
Whitelist MVX
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrmvdao committed Feb 9, 2024
1 parent 4cd5433 commit d7d8536
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 2 deletions.
142 changes: 142 additions & 0 deletions images/tokens/mvx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"codegen:schemas": "bun run scripts/codegen-schemas.ts",
"codegen:chains": "bun run scripts/codegen-chains.ts",
"codegen": "bun run codegen:schemas && bun run codegen:chains",
"test": "vitest --run",
"prepare": "husky install"
"test": "vitest --run"
},
"keywords": [
"axelar",
Expand Down
40 changes: 40 additions & 0 deletions registry/mainnet/interchain/squid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,46 @@
"name": "RMRK"
}
]
},
"0x9f25cb1fa8328de2fdfcbb16ed3e0d2bb65ee3ce573a8a0d855c6589b96d8d04": {
"tokenId": "0x9f25cb1fa8328de2fdfcbb16ed3e0d2bb65ee3ce573a8a0d855c6589b96d8d04",
"deployer": "0x4126Bb708458fe7C9126DD7854255F57ac3e1d67",
"originalMinter": null,
"prettySymbol": "MVX",
"decimals": 18,
"originAxelarChainId": "polygon",
"tokenType": "canonical",
"deploySalt": "0x",
"iconUrls": {
"svg": "https://raw.githubusercontent.com/axelarnetwork/axelar-configs/images/tokens/mvx.svg"
},
"deploymentMessageId": "0x3ded15b65b96d044274c284b8d2621dd79e0a69ad78c49f2e58f0ae3051b92fd-63",
"chains": [
{
"symbol": "MVX",
"name": "Metavault Trade",
"axelarChainId": "polygon",
"tokenAddress": "0x2760e46d9bb43dafcbecaad1f64b93207f9f0ed7",
"tokenManager": "0x7569B178CcF8709E6850b3b0873Be5380e04668b",
"tokenManagerType": "lockUnlock"
},
{
"symbol": "MVX",
"name": "Metavault Trade",
"axelarChainId": "linea",
"tokenAddress": "0x0018D96C579121a94307249d47F053E2D687b5e7",
"tokenManager": "0x7569B178CcF8709E6850b3b0873Be5380e04668b",
"tokenManagerType": "unknown"
},
{
"symbol": "MVX",
"name": "Metavault Trade",
"axelarChainId": "scroll",
"tokenAddress": "0x0018D96C579121a94307249d47F053E2D687b5e7",
"tokenManager": "0x7569B178CcF8709E6850b3b0873Be5380e04668b",
"tokenManagerType": "lockUnlock"
}
]
}
}
}

0 comments on commit d7d8536

Please sign in to comment.