Skip to content

Commit

Permalink
Merge branch 'master' into add-openloot-token-base
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 24, 2024
2 parents 4e57259 + 71f1cbf commit 4e41668
Show file tree
Hide file tree
Showing 16 changed files with 839 additions and 13 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For right now, each OP Chain has their own review process. So, if you are adding
- If you're adding a token to `Base` (e.g. `base` [mainnet] or `base-sepolia` [testnet]), instead of using the predeploy token factory on Base, we recommend you use the token factory [listed here](https://docs.base.org/base-contracts/#l2-contract-addresses) to avoid having a token address that may conflict with a different token on Optimism.
- If you are adding a token to `Zora`: please use the [`zora` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/zora) and add [@tbtstl](https://github.com/tbtstl) as a reviewer.
- If you are adding a token to `Mode`: please use the [`mode` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/mode).
- If you are adding a token to `Lisk` (e.g. `lisk` [mainnet] or `lisk-sepolia` [testnet]): please use the [`lisk` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/lisk) and add [@shuse2](https://github.com/shuse2) as a reviewer.

### Automated checks

Expand Down Expand Up @@ -115,6 +116,8 @@ We currently accept tokens on the following chains:
- `optimism-sepolia`
- `mode`
- `pgn`
- `lisk`
- `lisk-sepolia`

#### Non-bridgable tokens

Expand Down
4 changes: 2 additions & 2 deletions bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ program
fs.writeFileSync(
validationResultsFilePath,
`Below are the results from running validation for the token changes. To ` +
`re-run the validation locally run: ` +
`pnpm validate --datadir ./data --tokens ${options.tokens}\n\n`
`re-run the validation locally run: ` +
`pnpm validate --datadir ./data --tokens ${options.tokens}\n\n`
)
}

Expand Down
20 changes: 20 additions & 0 deletions data/AURA/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Aura",
"symbol": "AURA",
"description": "AURA is a governance and utility token used on Aura Finance. This token is an OFT bridged with LayerZero.",
"decimals": 18,
"website": "https://app.aura.finance/",
"twitter": "@AuraFinance",
"tokens": {
"ethereum": {
"address": "0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF"
},
"optimism": {
"address": "0x1509706a6c66CA549ff0cB464de88231DDBe213B"
},
"base": {
"address": "0x1509706a6c66CA549ff0cB464de88231DDBe213B"
}
},
"nobridge": true
}
2 changes: 2 additions & 0 deletions data/AURA/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/CENT/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "One Cent Coin",
"symbol": "CENT",
"decimals": 18,
"description": "A $0.01 stable meme coin.",
"nobridge": true,
"tokens": {
"base": {
"address": "0x2fa824bb2e06d6cac7dbab00be37dc0f3d440e8b",
"overrides": {
"symbol": "🇺🇸"
}
}
}
}
Loading

0 comments on commit 4e41668

Please sign in to comment.