-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add_wsteth
- Loading branch information
Showing
13 changed files
with
368 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @ethereum-optimism/devxpod @ethereum-optimism/ecopod | ||
* @ethereum-optimism/devxpod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.