@eth-optimism/tokenlist 8.3.166 → 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-98f95d3f.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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-09-22T21:
|
|
25
|
+
var timestamp = "2023-09-22T21:39:26.631Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4988,6 +4988,7 @@ var tokens = [
|
|
|
4988
4988
|
logoURI: "https://ethereum-optimism.github.io/data/USDT/logo.png",
|
|
4989
4989
|
extensions: {
|
|
4990
4990
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4991
|
+
baseBridgeAddress: "0xD0204B9527C1bA7bD765Fa5CCD9355d38338272b",
|
|
4991
4992
|
opListId: "default",
|
|
4992
4993
|
opTokenId: "USDT"
|
|
4993
4994
|
}
|
|
@@ -5031,6 +5032,19 @@ var tokens = [
|
|
|
5031
5032
|
opTokenId: "USDT"
|
|
5032
5033
|
}
|
|
5033
5034
|
},
|
|
5035
|
+
{
|
|
5036
|
+
chainId: 424,
|
|
5037
|
+
address: "0x6535b3db9B908a2bbA29F83c168a0e661C3fAbf7",
|
|
5038
|
+
name: "Tether USD",
|
|
5039
|
+
symbol: "USDT",
|
|
5040
|
+
decimals: 6,
|
|
5041
|
+
logoURI: "https://ethereum-optimism.github.io/data/USDT/logo.png",
|
|
5042
|
+
extensions: {
|
|
5043
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5044
|
+
opListId: "default",
|
|
5045
|
+
opTokenId: "USDT"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5034
5048
|
{
|
|
5035
5049
|
chainId: 1,
|
|
5036
5050
|
address: "0xa693b19d2931d498c5b318df961919bb4aee87a5",
|
|
@@ -5747,7 +5761,7 @@ var tokens = [
|
|
|
5747
5761
|
var version = {
|
|
5748
5762
|
major: 8,
|
|
5749
5763
|
minor: 3,
|
|
5750
|
-
patch:
|
|
5764
|
+
patch: 167
|
|
5751
5765
|
};
|
|
5752
5766
|
var optimism_tokenlist_default = {
|
|
5753
5767
|
name,
|