Skip to content

Commit

Permalink
SENSEI/S8N/SUPERSEIZ - verified contract

Browse files Browse the repository at this point in the history
There was quite a lot of issue with verifying the contracts.
We used default Remix to deploy and for some reason that contract was not possible to verify later, so we ended up redeploying the tokens to a new address.
This is something we recommend the core team to look at as many people use default remix settings to deploy.

This PR is updating the contract addresses (to the now verified addresses) and moving the 3 assets to pacific-1-evm.
  • Loading branch information
nembal committed Jun 9, 2024
1 parent b4d8d58 commit 11d47ac
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,69 +20,6 @@
"png": "https://github.com/cosmos/chain-registry/blob/master/testnets/seitestnet2/images/sei.png"
}
},
{
"name": "Master",
"description": "Master of coins.",
"symbol": "SENSEI",
"base": "0x34a8bb445004e47d1a65573a2c085ce6d134f815",
"display": "SENSEI",
"denom_units": [
{
"denom": "0x34a8bb445004e47d1a65573a2c085ce6d134f815",
"exponent": 0
},
{
"denom": "SENSEI",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/SenSei/sensei_logo.png"
},
"type_asset": "erc20"
},
{
"name": "SEITAN",
"description": "Not evil just misunderstood.",
"symbol": "S8N",
"base": "0xdd1358df189af9605dd9978e1c89ee4ec5b4e6fe",
"display": "S8N",
"denom_units": [
{
"denom": "0xdd1358df189af9605dd9978e1c89ee4ec5b4e6fe",
"exponent": 0
},
{
"denom": "S8N",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/S8N/seitan_logo.png"
},
"type_asset": "erc20"
},
{
"name": "Burger",
"description": "Me.",
"symbol": "SUPERSEIZ",
"base": "0x3140e3ead4943a1e603ccac577b50e9889ab27f3",
"display": "SUPERSEIZ",
"denom_units": [
{
"denom": "0x3140e3ead4943a1e603ccac577b50e9889ab27f3",
"exponent": 0
},
{
"denom": "SUPERSEIZ",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/Superseiz/superseiz_logo.png"
},
"type_asset": "erc20"
},
{
"name": "Mid",
"description": "The middest memecoin on the planet.",
Expand Down Expand Up @@ -626,6 +563,69 @@
"png": "https://github.com/cosmos/chain-registry/blob/master/testnets/seitestnet2/images/sei.png"
}
},
{
"name": "Master",
"description": "Master of coins.",
"symbol": "SENSEI",
"base": "0x9b31ad7d1eE5a37c64a5972275C5F09fFfbC2C6f",
"display": "SENSEI",
"denom_units": [
{
"denom": "0x9b31ad7d1eE5a37c64a5972275C5F09fFfbC2C6f",
"exponent": 0
},
{
"denom": "SENSEI",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/SenSei/sensei_logo.png"
},
"type_asset": "erc20"
},
{
"name": "SEITAN",
"description": "Not evil just misunderstood.",
"symbol": "S8N",
"base": "0xDF3D7DD2848f491645974215474c566E79F2e538",
"display": "S8N",
"denom_units": [
{
"denom": "0xDF3D7DD2848f491645974215474c566E79F2e538",
"exponent": 0
},
{
"denom": "S8N",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/S8N/seitan_logo.png"
},
"type_asset": "erc20"
},
{
"name": "Burger",
"description": "Me.",
"symbol": "SUPERSEIZ",
"base": "0xF63980e3818607c0797e994cfD34c1c592968469",
"display": "SUPERSEIZ",
"denom_units": [
{
"denom": "0x3140e3ead490xF63980e3818607c0797e994cfD34c1c59296846943a1e603ccac577b50e9889ab27f3",
"exponent": 0
},
{
"denom": "SUPERSEIZ",
"exponent": 18
}
],
"images": {
"png": "https://raw.githubusercontent.com/SEImeme/SEImemes/main/Superseiz/superseiz_logo.png"
},
"type_asset": "erc20"
},
{
"name": "USDT",
"description": "Tether USD₮ (Kava)",
Expand Down

0 comments on commit 11d47ac

Please sign in to comment.