@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/README.md
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-08-
|
|
44
|
+
var timestamp = "2024-08-14T17:35:23.390Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1011,6 +1011,7 @@ var tokens = [
|
|
|
1011
1011
|
extensions: {
|
|
1012
1012
|
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1013
1013
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1014
|
+
redstoneBridgeAddress: "0xc473ca7E02af24c129c2eEf51F2aDf0411c1Df69",
|
|
1014
1015
|
opListId: "extended",
|
|
1015
1016
|
opTokenId: "BridgedUSDC"
|
|
1016
1017
|
}
|
|
@@ -1041,6 +1042,19 @@ var tokens = [
|
|
|
1041
1042
|
opTokenId: "BridgedUSDC"
|
|
1042
1043
|
}
|
|
1043
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
chainId: 690,
|
|
1047
|
+
address: "0xD5d59fC063e7548b6015A36fEb10B875924A19be",
|
|
1048
|
+
name: "Bridged USDC (Lattice)",
|
|
1049
|
+
symbol: "USDC.e",
|
|
1050
|
+
decimals: 6,
|
|
1051
|
+
logoURI: "https://ethereum-optimism.github.io/data/BridgedUSDC/logo.png",
|
|
1052
|
+
extensions: {
|
|
1053
|
+
redstoneBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1054
|
+
opListId: "extended",
|
|
1055
|
+
opTokenId: "BridgedUSDC"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1044
1058
|
{
|
|
1045
1059
|
chainId: 1,
|
|
1046
1060
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -7520,6 +7534,32 @@ var tokens = [
|
|
|
7520
7534
|
opTokenId: "TYBENG"
|
|
7521
7535
|
}
|
|
7522
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
chainId: 1,
|
|
7539
|
+
address: "0xcF7801cEf3e91a7e366cf77Ed3d0B6439bB34766",
|
|
7540
|
+
name: "U-Coin",
|
|
7541
|
+
symbol: "U",
|
|
7542
|
+
decimals: 18,
|
|
7543
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7544
|
+
extensions: {
|
|
7545
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7546
|
+
opListId: "extended",
|
|
7547
|
+
opTokenId: "U"
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7550
|
+
{
|
|
7551
|
+
chainId: 8453,
|
|
7552
|
+
address: "0x06de990abC8E6dC2E1a9Ee10E402b3AfCeF5Cdb0",
|
|
7553
|
+
name: "U-Coin",
|
|
7554
|
+
symbol: "U",
|
|
7555
|
+
decimals: 18,
|
|
7556
|
+
logoURI: "https://ethereum-optimism.github.io/data/U/logo.svg",
|
|
7557
|
+
extensions: {
|
|
7558
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7559
|
+
opListId: "extended",
|
|
7560
|
+
opTokenId: "U"
|
|
7561
|
+
}
|
|
7562
|
+
},
|
|
7523
7563
|
{
|
|
7524
7564
|
chainId: 1,
|
|
7525
7565
|
address: "0xDd1Ad9A21Ce722C151A836373baBe42c868cE9a4",
|
|
@@ -9032,7 +9072,7 @@ var tokens = [
|
|
|
9032
9072
|
var version = {
|
|
9033
9073
|
major: 10,
|
|
9034
9074
|
minor: 0,
|
|
9035
|
-
patch:
|
|
9075
|
+
patch: 108
|
|
9036
9076
|
};
|
|
9037
9077
|
var optimism_tokenlist_default = {
|
|
9038
9078
|
name,
|