@eth-optimism/tokenlist 10.0.107 → 10.0.108
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-08d21244.d.ts → optimism.tokenlist-01ef7ffd.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2024-08-
|
|
9
|
+
var timestamp = "2024-08-14T17:35:23.390Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -7499,6 +7499,32 @@ var tokens = [
|
|
|
7499
7499
|
opTokenId: "TYBENG"
|
|
7500
7500
|
}
|
|
7501
7501
|
},
|
|
7502
|
+
{
|
|
7503
|
+
chainId: 1,
|
|
7504
|
+
address: "0xcF7801cEf3e91a7e366cf77Ed3d0B6439bB34766",
|
|
7505
|
+
name: "U-Coin",
|
|
7506
|
+
symbol: "U",
|
|
7507
|
+
decimals: 18,
|
|
7508
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7509
|
+
extensions: {
|
|
7510
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7511
|
+
opListId: "extended",
|
|
7512
|
+
opTokenId: "U"
|
|
7513
|
+
}
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
chainId: 8453,
|
|
7517
|
+
address: "0x06de990abC8E6dC2E1a9Ee10E402b3AfCeF5Cdb0",
|
|
7518
|
+
name: "U-Coin",
|
|
7519
|
+
symbol: "U",
|
|
7520
|
+
decimals: 18,
|
|
7521
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7522
|
+
extensions: {
|
|
7523
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7524
|
+
opListId: "extended",
|
|
7525
|
+
opTokenId: "U"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7502
7528
|
{
|
|
7503
7529
|
chainId: 1,
|
|
7504
7530
|
address: "0xDd1Ad9A21Ce722C151A836373baBe42c868cE9a4",
|
|
@@ -9011,7 +9037,7 @@ var tokens = [
|
|
|
9011
9037
|
var version = {
|
|
9012
9038
|
major: 10,
|
|
9013
9039
|
minor: 0,
|
|
9014
|
-
patch:
|
|
9040
|
+
patch: 108
|
|
9015
9041
|
};
|
|
9016
9042
|
var optimism_tokenlist_default = {
|
|
9017
9043
|
name,
|