Skip to content

Commit

Permalink
Merge branch 'master' into add_tower_token
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jul 11, 2023
2 parents 4d480fc + e1116e1 commit e77cf9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 42 deletions.
6 changes: 2 additions & 4 deletions data/APT/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "APT from Aptos, bridged by Wormhole.",
"website": "https://wormhole.com",
"twitter": "@wormholecrypto",
"nobridge": true,
"tokens": {
"ethereum": {
"address": "0x8CDf7AF57E4c8B930e1B23c477c22f076530585e"
Expand All @@ -14,9 +15,6 @@
},
"goerli": {
"address": "0xd7A89a8DD20Cb4F252c7FB96B6421b37d82cE506"
},
"base-goerli": {
"address": "0xd934A15FfA3945DD0Ba2cb7b4174024261A14874"
}
}
}
}
4 changes: 1 addition & 3 deletions data/SOL/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "SOL from Solana, bridged by Wormhole.",
"website": "https://wormhole.com",
"twitter": "@wormholecrypto",
"nobridge": true,
"tokens": {
"ethereum": {
"address": "0xD31a59c85aE9D8edEFeC411D448f90841571b89c"
Expand All @@ -14,9 +15,6 @@
},
"goerli": {
"address": "0x494701CE895389d917a938f0ea202D4eB9684Eab"
},
"base-goerli": {
"address": "0x6Fb1dE2372e48fe66c84cf37cc2fb54EaEe62988"
}
}
}
36 changes: 2 additions & 34 deletions optimism.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"layer2",
"infrastructure"
],
"timestamp": "2023-06-28T16:53:43.309Z",
"timestamp": "2023-07-11T15:28:45.239Z",
"tokens": [
{
"chainId": 1,
Expand Down Expand Up @@ -182,7 +182,6 @@
"decimals": 8,
"logoURI": "https://ethereum-optimism.github.io/data/APT/logo.svg",
"extensions": {
"optimismBridgeAddress": "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
"opListId": "extended",
"opTokenId": "APT"
}
Expand All @@ -195,7 +194,6 @@
"decimals": 8,
"logoURI": "https://ethereum-optimism.github.io/data/APT/logo.svg",
"extensions": {
"optimismBridgeAddress": "0x4200000000000000000000000000000000000010",
"opListId": "extended",
"opTokenId": "APT"
}
Expand All @@ -208,20 +206,6 @@
"decimals": 8,
"logoURI": "https://ethereum-optimism.github.io/data/APT/logo.svg",
"extensions": {
"baseBridgeAddress": "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
"opListId": "extended",
"opTokenId": "APT"
}
},
{
"chainId": 84531,
"address": "0xd934A15FfA3945DD0Ba2cb7b4174024261A14874",
"name": "Aptos",
"symbol": "APT",
"decimals": 8,
"logoURI": "https://ethereum-optimism.github.io/data/APT/logo.svg",
"extensions": {
"baseBridgeAddress": "0x4200000000000000000000000000000000000010",
"opListId": "extended",
"opTokenId": "APT"
}
Expand Down Expand Up @@ -2674,7 +2658,6 @@
"decimals": 9,
"logoURI": "https://ethereum-optimism.github.io/data/SOL/logo.svg",
"extensions": {
"optimismBridgeAddress": "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
"opListId": "extended",
"opTokenId": "SOL"
}
Expand All @@ -2687,7 +2670,6 @@
"decimals": 9,
"logoURI": "https://ethereum-optimism.github.io/data/SOL/logo.svg",
"extensions": {
"optimismBridgeAddress": "0x4200000000000000000000000000000000000010",
"opListId": "extended",
"opTokenId": "SOL"
}
Expand All @@ -2700,20 +2682,6 @@
"decimals": 9,
"logoURI": "https://ethereum-optimism.github.io/data/SOL/logo.svg",
"extensions": {
"baseBridgeAddress": "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
"opListId": "extended",
"opTokenId": "SOL"
}
},
{
"chainId": 84531,
"address": "0x6Fb1dE2372e48fe66c84cf37cc2fb54EaEe62988",
"name": "Solana",
"symbol": "SOL",
"decimals": 9,
"logoURI": "https://ethereum-optimism.github.io/data/SOL/logo.svg",
"extensions": {
"baseBridgeAddress": "0x4200000000000000000000000000000000000010",
"opListId": "extended",
"opTokenId": "SOL"
}
Expand Down Expand Up @@ -3732,6 +3700,6 @@
"version": {
"major": 8,
"minor": 3,
"patch": 73
"patch": 74
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eth-optimism/tokenlist",
"description": "[Optimism] token list",
"version": "8.3.73",
"version": "8.3.74",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e77cf9d

Please sign in to comment.