@eth-optimism/tokenlist 8.3.165 → 8.3.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-6be2d78c.d.ts → optimism.tokenlist-6f12c986.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-09-
|
|
9
|
+
var timestamp = "2023-09-22T21:39:26.631Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4972,6 +4972,7 @@ var tokens = [
|
|
|
4972
4972
|
logoURI: "https://ethereum-optimism.github.io/data/USDT/logo.png",
|
|
4973
4973
|
extensions: {
|
|
4974
4974
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4975
|
+
baseBridgeAddress: "0xD0204B9527C1bA7bD765Fa5CCD9355d38338272b",
|
|
4975
4976
|
opListId: "default",
|
|
4976
4977
|
opTokenId: "USDT"
|
|
4977
4978
|
}
|
|
@@ -5015,6 +5016,19 @@ var tokens = [
|
|
|
5015
5016
|
opTokenId: "USDT"
|
|
5016
5017
|
}
|
|
5017
5018
|
},
|
|
5019
|
+
{
|
|
5020
|
+
chainId: 424,
|
|
5021
|
+
address: "0x6535b3db9B908a2bbA29F83c168a0e661C3fAbf7",
|
|
5022
|
+
name: "Tether USD",
|
|
5023
|
+
symbol: "USDT",
|
|
5024
|
+
decimals: 6,
|
|
5025
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDT/logo.png",
|
|
5026
|
+
extensions: {
|
|
5027
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5028
|
+
opListId: "default",
|
|
5029
|
+
opTokenId: "USDT"
|
|
5030
|
+
}
|
|
5031
|
+
},
|
|
5018
5032
|
{
|
|
5019
5033
|
chainId: 1,
|
|
5020
5034
|
address: "0xa693b19d2931d498c5b318df961919bb4aee87a5",
|
|
@@ -5731,7 +5745,7 @@ var tokens = [
|
|
|
5731
5745
|
var version = {
|
|
5732
5746
|
major: 8,
|
|
5733
5747
|
minor: 3,
|
|
5734
|
-
patch:
|
|
5748
|
+
patch: 167
|
|
5735
5749
|
};
|
|
5736
5750
|
var optimism_tokenlist_default = {
|
|
5737
5751
|
name,
|