Skip to content

Commit

Permalink
Merge branch 'master' into add_wsteth
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 13, 2023
2 parents 1d27dff + 803200e commit 97c06e2
Show file tree
Hide file tree
Showing 13 changed files with 368 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ethereum-optimism/devxpod @ethereum-optimism/ecopod
* @ethereum-optimism/devxpod
19 changes: 19 additions & 0 deletions data/ALI/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Artificial Liquid Intelligence Token",
"symbol": "ALI",
"decimals": 18,
"description": "ALI is the native utility token of the Alethea AI Protocol",
"website": "https://alethea.ai/",
"twitter": "@real_alethea",
"tokens": {
"ethereum": {
"address": "0x6B0b3a982b4634aC68dD83a4DBF02311cE324181"
},
"goerli": {
"address": "0x3ACd26F0b5080C30c066a2055A4254A5BB05F22a"
},
"base-goerli": {
"address": "0xC6729C6cFc6B872acF641EB3EA628C9F038e5ABb"
}
}
}
Binary file added data/ALI/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/OUTb/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
},
"optimism-goerli": {
"address": "0x3e7eF8f50246f725885102E8238CBba33F276747"
},
"sepolia": {
"address": "0x12608ff9dac79d8443F17A4d39D93317BAD026Aa"
},
"optimism-sepolia": {
"address": "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2"
}
}
}
30 changes: 30 additions & 0 deletions data/SNT/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Status Network Token",
"symbol": "SNT",
"decimals": 18,
"website": "https://status.im/",
"twitter": "@ethstatus",
"tokens": {
"ethereum": {
"address": "0x744d70fdbe2ba4cf95131626614a1763df805b9e"
},
"optimism": {
"address": "0x650AF3C15AF43dcB218406d30784416D64Cfb6B2"
},
"goerli": {
"address": "0x3D6AFAA395C31FCd391fE3D562E75fe9E8ec7E6a",
"overrides": {
"name": "Status Test Token",
"symbol": "STT"
}
},
"optimism-goerli": {
"address": "0xcAD273fA2bb77875333439FDf4417D995159c3E1",
"overrides": {
"name": "Status Test Token",
"symbol": "STT"
}
}
}
}

14 changes: 14 additions & 0 deletions data/SNT/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion data/SNX/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"overrides": {
"bridge": "0xD2b3F0Ea40dB68088415412b0043F37B3088836D"
}
},
"base": {
"address": "0x22e6966B799c4D5B13BE962E1D117b56327FDa66"
},
"base-goerli": {
"address": "0x6AF3cb766D6cd37449bfD321D961A61B0515c1BC"
}
}
}
}
16 changes: 16 additions & 0 deletions data/weETH/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Wrapped eETH",
"symbol": "weETH",
"decimals": 18,
"description": "Ether.fi Wrapped eETH",
"website": "https://www.ether.fi/",
"twitter": "@ether_fi",
"tokens": {
"goerli": {
"address": "0xAc687b5ccd042e0d70405219112d95035938e3e8"
},
"optimism-goerli": {
"address": "0x7e7d4467112689329f7E06571eD0E8CbAd4910eE"
}
}
}
99 changes: 99 additions & 0 deletions data/weETH/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 97c06e2

Please sign in to comment.