@eth-optimism/tokenlist 10.0.106 → 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/README.md +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-c36db929.d.ts → optimism.tokenlist-01ef7ffd.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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 = "2024-08-
|
|
25
|
+
var timestamp = "2024-08-14T17:35:23.390Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -992,6 +992,7 @@ var tokens = [
|
|
|
992
992
|
extensions: {
|
|
993
993
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
994
994
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
995
|
+
redstoneBridgeAddress: "0xc473ca7E02af24c129c2eEf51F2aDf0411c1Df69",
|
|
995
996
|
opListId: "extended",
|
|
996
997
|
opTokenId: "BridgedUSDC"
|
|
997
998
|
}
|
|
@@ -1022,6 +1023,19 @@ var tokens = [
|
|
|
1022
1023
|
opTokenId: "BridgedUSDC"
|
|
1023
1024
|
}
|
|
1024
1025
|
},
|
|
1026
|
+
{
|
|
1027
|
+
chainId: 690,
|
|
1028
|
+
address: "0xD5d59fC063e7548b6015A36fEb10B875924A19be",
|
|
1029
|
+
name: "Bridged USDC (Lattice)",
|
|
1030
|
+
symbol: "USDC.e",
|
|
1031
|
+
decimals: 6,
|
|
1032
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
1033
|
+
extensions: {
|
|
1034
|
+
redstoneBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1035
|
+
opListId: "extended",
|
|
1036
|
+
opTokenId: "BridgedUSDC"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1025
1039
|
{
|
|
1026
1040
|
chainId: 1,
|
|
1027
1041
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -7501,6 +7515,32 @@ var tokens = [
|
|
|
7501
7515
|
opTokenId: "TYBENG"
|
|
7502
7516
|
}
|
|
7503
7517
|
},
|
|
7518
|
+
{
|
|
7519
|
+
chainId: 1,
|
|
7520
|
+
address: "0xcF7801cEf3e91a7e366cf77Ed3d0B6439bB34766",
|
|
7521
|
+
name: "U-Coin",
|
|
7522
|
+
symbol: "U",
|
|
7523
|
+
decimals: 18,
|
|
7524
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7525
|
+
extensions: {
|
|
7526
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7527
|
+
opListId: "extended",
|
|
7528
|
+
opTokenId: "U"
|
|
7529
|
+
}
|
|
7530
|
+
},
|
|
7531
|
+
{
|
|
7532
|
+
chainId: 8453,
|
|
7533
|
+
address: "0x06de990abC8E6dC2E1a9Ee10E402b3AfCeF5Cdb0",
|
|
7534
|
+
name: "U-Coin",
|
|
7535
|
+
symbol: "U",
|
|
7536
|
+
decimals: 18,
|
|
7537
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7538
|
+
extensions: {
|
|
7539
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7540
|
+
opListId: "extended",
|
|
7541
|
+
opTokenId: "U"
|
|
7542
|
+
}
|
|
7543
|
+
},
|
|
7504
7544
|
{
|
|
7505
7545
|
chainId: 1,
|
|
7506
7546
|
address: "0xDd1Ad9A21Ce722C151A836373baBe42c868cE9a4",
|
|
@@ -9013,7 +9053,7 @@ var tokens = [
|
|
|
9013
9053
|
var version = {
|
|
9014
9054
|
major: 10,
|
|
9015
9055
|
minor: 0,
|
|
9016
|
-
patch:
|
|
9056
|
+
patch: 108
|
|
9017
9057
|
};
|
|
9018
9058
|
var optimism_tokenlist_default = {
|
|
9019
9059
|
name,
|